Hello,
I have a project fully working in IIS 5.1 (developed using VS 2005) and now I am on IIS 7.5 (VS2008 on Windows 7).
VS2008 can open and debug the project like usual with the following exceptions:
1. Some resource cannot be located like css, license file
2. All pages cannot be opened if not in debug mode, error is given like:
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: The file '/Pages/Search.aspx.vb' does not exist. Source Error: Line 1: <%@ Page Language="VB" AutoEventWireup="false" EnableEventValidation="false" CodeFile="~/Pages/Search.aspx.vb" Inherits="Pages_Search" Culture="auto" %> Line 2: <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> Line 3:
How do I fix the problem? Thank you very much.