I am building in VWD EE. I think I am building in version 2.0, but a couple of days ago I think it asked me did I want to convert to 3.5, and I said yes, not really thinking about it.
Since then I have not been able to add new pages to my site. I thought it was to do with the master page but I have googled the error message and it seems to be to do with the version. Any suggestions as to how I can resolve this issue?
(And, on a similar but related issue; I tried to upload to a domain and get the same error message)
Code:
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 'ApplicationName.NewProfile'.
Source Error:
Line 1: <%@ Page Title="" Language="vb" AutoEventWireup="false" MasterPageFile="~/Navigation.Master" CodeBehind="NewProfile.aspx.vb" Inherits="ApplicationName.NewProfile" %>Line 2: <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">Line 3: </asp:Content>
Source File: /NewProfile.aspx Line: 1
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053