1.

Why Do I Get Error Message "could Not Load Type" Whenever I Browse To My Asp.net Web Site?

Answer»

Your code-behind FILES for either your .aspx or the global.aspx page have not been COMPLIED. USE Visual Studio .NET's "Build | Build Solution" menu, or run the command LINE compiler.

Your code-behind files for either your .aspx or the global.aspx page have not been complied. Use Visual Studio .NET's "Build | Build Solution" menu, or run the command line compiler.



Discussion

No Comment Found