Oye! serious import namespace problem!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Johnson545236
    New Member
    • Sep 2007
    • 2

    Oye! serious import namespace problem!

    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.
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Uhhh hmmm, everything is case sensitive, have you checked that?
    You say when you add the dll it moves the page "out of the bin" what does that mean?
    You can either add a reference to the dll, or add it to your project and list that it should be "copied to output directory" or something.

    Other then that I got nothing right now.

    Comment

    Working...