Hi everybody,
There is an error occured in the web server:
It says I can not load 'WebApplication1.WebForm1' .
What should I do for it?
Thanks alot for any help.
Arif ?imen.
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 'WebApplication1.WebForm1'.
Source Error:
Line 1: <%@ Page language="c#" Codebehind="WebForm1.aspx.cs"
AutoEventWireup="false" Inherits="WebApplication1.WebForm1" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3: <HTML>
Source File: C:\Webroot\tr\com\prowise\Proje Talep
Formu\WebApplication1\WebForm1.aspx Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032
Brock Allen - 30 Mar 2005 16:16 GMT
Sounds like you don't have your ~/bin at the root of your application (in
the root of the virtual directory) or the DLL with the class "WebApplication1.WebForm1"
isn't in the ~/bin.
-Brock
DevelopMentor
http://staff.develop.com/ballen
> Hi everybody,
>
[quoted text clipped - 32 lines]
> Version Information: Microsoft .NET Framework Version:1.1.4322.2032;
> ASP.NET Version:1.1.4322.2032