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