Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Intellisense not updating 1

Status
Not open for further replies.

euntair

Programmer
Sep 13, 2007
53
US
I have updated my class library, compiled it, and when I use it in a ASP.Net project it only shows a portion of the classes in the namespace.
 
Are you referencing the correct DLL file? Maybe try removing it from your ASP.Net project and re-adding it.

If that doesn't work check that your classes have got the correct access level. Are you trying to instantiate a class where you've made the constructor private/protected?

Hope I've helped.

Regards,

Pete
 
That was it. :p I didn't have some of the classes set to public.

Thanks for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top