Intellisense disappeared!

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?
 
J

John Viele

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.
 
G

GC

Yes it was voodoo, I resynced with sourcesafe and some
other voodoo and got it working again.

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top