PDA

View Full Version : Parse Error I cannot figure out?


Chipndale27
11-21-2004, 02:37 AM
If anyone can help... I get a parse error when I load my website over to the server as follows:
Server Error in '/aitp' 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 'AITP.Global'.

Source Error:






Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="AITP.Global" %>


Source File: E:\web\aitpalaskan\htdocs\aitp\global.asax Line: 1





Version Information:Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

I would really appreciate if anyone knows what I should do...

Thank you,
WJ

steurm
11-22-2004, 12:57 PM
Did you forget to upload the dll's from the /bin folder ?





--
Steurm
www.steurm.net/steurm (http://www.steurm.net/steurm)
http://www.steurm.net/steurm/imgs/steurm_small.gif

diltonm
11-28-2004, 08:11 AM
Is it set up as an IIS application using the IIS Manager on DASP?

Chipndale27
11-28-2004, 12:01 PM
Yes, I currently see the dll files in the bin folder on the live server. Is that what you were refuring to? -Or- do I need to post these files externally from this folder?

WJ

Chipndale27
12-03-2004, 09:35 AM
diltonm, thanks alot I figured it out!