I have an application written in Visual Studio Web Express 2012
On my local computer it works fine
But when i copy it to the server i get this error
Appreciate any help
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 'WebV1.WebForm1'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="WebForm1.aspx.vb" Inherits="WebV1.WebForm1" %>
Line 2:
Line 3: <!DOCTYPE html>
Source File: /data/WebForm1.aspx Line: 1
Version Information: Microsoft .NET Framework Version:2.0.50727.5485; ASP.NET Version:2.0.50727.5491
On my local computer it works fine
But when i copy it to the server i get this error
Appreciate any help
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 'WebV1.WebForm1'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="WebForm1.aspx.vb" Inherits="WebV1.WebForm1" %>
Line 2:
Line 3: <!DOCTYPE html>
Source File: /data/WebForm1.aspx Line: 1
Version Information: Microsoft .NET Framework Version:2.0.50727.5485; ASP.NET Version:2.0.50727.5491