H
Hilmar Demant
Hi,
i want to create a simple asp.net-applikation, so i choose new c# project -
asp.net-webapplication. After creating the project files on the webserver a
message appears:
The class file "WebForm1.aspx.cs" specified as the codebehin for
"WebForm1.aspx" could not be loaded. Make sure that the codebehind attribute
in the page or control directive properly references an existing code behind
file.
The first line of the WebForm1.aspx looks like that:
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false"
Inherits="SpreadsheetIntegrationDemoApp.WebForm1" %>
I use VisualStudio.NET 2003 (7.1.3088) and .NET Framework 1.1.4322
What's wrong? Many thanks for help
Hilmar
i want to create a simple asp.net-applikation, so i choose new c# project -
asp.net-webapplication. After creating the project files on the webserver a
message appears:
The class file "WebForm1.aspx.cs" specified as the codebehin for
"WebForm1.aspx" could not be loaded. Make sure that the codebehind attribute
in the page or control directive properly references an existing code behind
file.
The first line of the WebForm1.aspx looks like that:
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false"
Inherits="SpreadsheetIntegrationDemoApp.WebForm1" %>
I use VisualStudio.NET 2003 (7.1.3088) and .NET Framework 1.1.4322
What's wrong? Many thanks for help
Hilmar