Posts tagged with designer
-
17 July 2009 - Tip: Solving error “Could not load type” in Visual Studio
If you change from ASP.NET Website to an ASP.NET Web Application, or if you add some external aspx, ascx or master pages, you can receive the Could not load type error. Before you start banging your head against the wall, read on for a simple solution: change attribute CodeBehind in CodeFile in the header of your asp.net file — read article