page load in VS.Net issue

G

Guest

Any reason why I get a Page load issue:

The file could not be loaded..Please correct..
The @ Page or @ Control directive contains a src= attribute, which is not supported in Visual Studio

When I open my project?
The pages work, the structure was taking from another manual.

Currently using:
<%@ Page Inherits="adinfo" src="ad_info.aspx.vb" CodeBehind="ad_info.aspx.vb" Language="vb" %>

The default page Tag doesn't seem to work well.

The error says that "src=" can't be used but I looked it up in the MSDN help and it shows its use.
 
K

Kevin Spencer

The error does not say that it can't be used. It says that Visual Studio
doesn't support using it in the IDE.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Chris said:
Any reason why I get a Page load issue:

The file could not be loaded..Please correct..
The @ Page or @ Control directive contains a src= attribute, which is not supported in Visual Studio

When I open my project?
The pages work, the structure was taking from another manual.

Currently using:
<%@ Page Inherits="adinfo" src="ad_info.aspx.vb"
CodeBehind="ad_info.aspx.vb" Language="vb" %>
The default page Tag doesn't seem to work well.

The error says that "src=" can't be used but I looked it up in the MSDN
help and it shows its use.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top