An Error Ocurred On Web Server

A

Arif Çimen

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
 
B

Brock Allen

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top