A
Anthony Bollinger
I am taking over an existing fully functional website without source code.
Because of the .aspx file extensions and the age of the files, I assume it
must be ASP.NET 1.0 or 1.1. I have made modifications to one page under VS
2005, which uses ASP.NET 2.0. I put that page and its .vb file up on the
website in a directory in the root folder, not wanting to touch anything
else, but I get the following error when I hit the page.
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.
Parser Error Message: Could not load type '_Default'.
I don't exactly known what this error is, but I assume I must not be
publishing the site correctly. Also, when I request to Build the site from
the menu, I don't get any .dll files. I'm not sure if this is relevant or
not.
Many thanks for any input,
Tony
Because of the .aspx file extensions and the age of the files, I assume it
must be ASP.NET 1.0 or 1.1. I have made modifications to one page under VS
2005, which uses ASP.NET 2.0. I put that page and its .vb file up on the
website in a directory in the root folder, not wanting to touch anything
else, but I get the following error when I hit the page.
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.
Parser Error Message: Could not load type '_Default'.
I don't exactly known what this error is, but I assume I must not be
publishing the site correctly. Also, when I request to Build the site from
the menu, I don't get any .dll files. I'm not sure if this is relevant or
not.
Many thanks for any input,
Tony