I need some serious help. I'm extremely new to vs 2003 .net and I have to work with CRM, sigh. I am trying my first program and I get this error:
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'workingwithcrm ' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 1: <%@ Page Language="C#" %>
Line 2: <%@ Import Namespace="work ingwithcrm.CrmS dk.CrmSdk" %>
Line 3:
Line 4: <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en"
When I go to the microsoft help page it tells me that I have to add the dll as a reference when I do it litterally moves the page out of the bin and now it won't rebuild/compile because it is looking for the the dll.
I have a COO breathing down my neck to get this running, especially since I didn't install CRM or IIS or the Servers that it works with. sigh.
If anyone could help me I would be eternally grateful.
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'workingwithcrm ' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 1: <%@ Page Language="C#" %>
Line 2: <%@ Import Namespace="work ingwithcrm.CrmS dk.CrmSdk" %>
Line 3:
Line 4: <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en"
When I go to the microsoft help page it tells me that I have to add the dll as a reference when I do it litterally moves the page out of the bin and now it won't rebuild/compile because it is looking for the the dll.
I have a COO breathing down my neck to get this running, especially since I didn't install CRM or IIS or the Servers that it works with. sigh.
If anyone could help me I would be eternally grateful.
Comment