Intellisense disappeared!

  • Thread starter Thread starter GC
  • Start date Start date
G

GC

I have a web app with an aspx page in namespace
Abc.WebModules.Vendors.Web. I also have business classes
that are in Abc.WebModules.Vendors.Business. I have
always been able to, in the aspx class, do something like:

Business.Vendors vendor = new Business.Vendors("123");

then, typing vendor. would give me all my properties and
methods. I don't know what changed but the intellisense
stopped working. It will compile just fine but the
constructor tooltip, on declaration, no longer appears
either. I never had any XML documentation specified
either, as I read someone saying you needed this for
intellisense, but I never did.

Any ideas?
 
Only thing I have noticed so far is that intellisense often goes away when I
try to run more than one instance of Visual Studio at one time.
 
Yes it was voodoo, I resynced with sourcesafe and some
other voodoo and got it working again.

Thanks!
 
Back
Top