Saturday, February 19, 2011

Weird VS2008 Intelliesense problem

I have a class library (.dll) that i included in a asp.net website. Adding the reference was easy but for some weird reason when i try to type "imports blah.blahblah" vs2008 intellisense will not refelect the namespace of that project. does anyone ever come across this problem? Forgot to mention the project contain one module, could that be the problem?

From stackoverflow
  • Stupid question: does the code in your included project specify that it's in a namespace? If it doesn't then you could just start using the types without an imports statement.

0 comments:

Post a Comment