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="vb" AutoEventWireup="false" Codebehind="webform1.aspx.vb" Inherits="WebProject1.webform1"%>That'l do donkey, that'l do
Mark
If you are unsure of forum etiquette check here faq796-2540
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.