Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > An Error Ocurred On Web Server

Reply
Thread Tools

An Error Ocurred On Web Server

 
 
Arif Çimen
Guest
Posts: n/a
 
      03-30-2005
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


 
Reply With Quote
 
 
 
 
Brock Allen
Guest
Posts: n/a
 
      03-30-2005
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,
>
> 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
>




 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
The Web server reported the following error when attempting to create or open the Web project located at the following URL: 'http://localhost/822319ev1'. 'HTTP/1.1 500 Internal Server Error'. chanmm ASP .Net 2 09-07-2010 07:37 AM
Help. Getting a An error has occurred while establishing a connectionto the server. When connecting to SQL Server 2005, this failure may be causedby the fact that under the default settings SQL Server does not allow remote aboutjav.com@gmail.com ASP .Net 0 05-03-2008 12:43 PM
The Web server does not have frontPage Server extensions installed Error(VS 2005 Error) rote ASP .Net 3 04-19-2007 11:49 PM
Server to server = Server client to server? - Java 2 07-29-2005 10:46 PM
Web server reported following error... HTTP/1.1 500 Internal Server Error John Bonds ASP .Net 2 08-03-2004 10:03 PM



Advertisments