|
-
Nov 19th, 2011, 12:37 AM
#1
Thread Starter
Frenzied Member
[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.
-
Nov 19th, 2011, 12:55 AM
#2
Thread Starter
Frenzied Member
Re: VS 2008 express: intellisense not showing namespace
I figured it out, the Build Action was in "Content" instead of "Compile".
-
Nov 20th, 2011, 12:58 PM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|