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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with VS.NET

Status
Not open for further replies.

sthmpsn1

MIS
Sep 26, 2001
456
US
I am trying to include a file into a project and it created a .vb file. When I try to open the .aspx page I get an error saying "The class file for this Web Form was not loaded" Why would I be getting this???
 
The page that you included, is it written in spaggetti code? If so when you include it don't let the designer add a code-behind page for it.

The message you are getting means that the designer is having problems finding the code that is associated with your aspx page. It is associated through a line similiar to this one.
<%@ Page Language=&quot;vb&quot; AutoEventWireup=&quot;false&quot; Codebehind=&quot;webform1.aspx.vb&quot; Inherits=&quot;WebProject1.webform1&quot;%> That'l do donkey, that'l do
[bravo] Mark
If you are unsure of forum etiquette check here faq796-2540
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top