Results 1 to 3 of 3

Thread: [RESOLVED] VS 2008 express: intellisense not showing namespace

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2005
    Posts
    1,168

    Resolved [RESOLVED] VS 2008 express: intellisense not showing namespace

    I have a typed data set in the app_code folder. I created a new class (class1.cs) inside the app_code folder, and for some reason, when I type:

    using SomeNameSpace1.someNameSpace1

    it's as if the above namespace does not exist: "SomeNameSpace1" or "SomeNameSpace1.someNameSpace2" does not exist. If I create the class file outside of the app_code folder, then the namespace DOES exist. What am I missing?

    By the way, the namespace i'm trying to use is the typed data set that was auto-generated.

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2005
    Posts
    1,168

    Re: VS 2008 express: intellisense not showing namespace

    I figured it out, the Build Action was in "Content" instead of "Compile".

  3. #3
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: [RESOLVED] VS 2008 express: intellisense not showing namespace

    Thanks for posting the solution Ben, I think this would be a common problem and it is good to have it documented here.

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width