Search code examples
asp.netvb.netvisual-studiovisual-studio-2008

Visual Studio is not recognizing new classes


I'm using visual studio 2008 SP1, I'm working with a web project in VB.NET. the problem when I add new class file (of-course in App_Code) it doesn't recognize it. all the old class files are working fine, but the new ones aren't. I restarted my computer and still the same problem.

Any Ideas


Solution

  • compare properties of working class with un recognised class. Specifically, "Build Action". It should resolve the problem.

    if not let me know. :)