A
ani
Hi,
After creating a Web form page that works with no
errors, I try to reopen it later and get this error
message:
"The file could not be loaded into the Web Forms designer.
Please correct the following error and then try loading it
again:
The @ Page or @ Control directive contains a src=
attribute, which is not supported in Visual Studio. Make
sure all of the classes used in the page are built or
referenced in the project."
My main page has this at the top:
<%@ Page Language="vb" src="CodeBehind.vb"
Inherits="Questionaire.Paging"%>
After creating a Web form page that works with no
errors, I try to reopen it later and get this error
message:
"The file could not be loaded into the Web Forms designer.
Please correct the following error and then try loading it
again:
The @ Page or @ Control directive contains a src=
attribute, which is not supported in Visual Studio. Make
sure all of the classes used in the page are built or
referenced in the project."
My main page has this at the top:
<%@ Page Language="vb" src="CodeBehind.vb"
Inherits="Questionaire.Paging"%>