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!