|
-
Jun 30th, 2009, 08:28 PM
#1
Thread Starter
Hyperactive Member
Namespace issue?
Hi there,
I seem to have some sort of namespace issue? I think... I am not sure what the deal is.
I have created several classes - they all exist in the namespace called LocalSite, of course I use the directive "using LocalSite;" and everything compiles just fine however visual studio seems to have lost track of it somehow.
my code compiles just fine but for instance I have something like this.
Code:
Contact brideContact = new Contact();
I get the red line under Contact and it tells me that I am the type or namespace cannot be found, etc, etc... and then of course intellesense isn't working.
UHG!!! This is frustrating - anyone know what the issue might be?
Thanks!
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
|