Parser Error: Could not load type

  • Thread starter Thread starter BW
  • Start date Start date
B

BW

When entering web site I get the following error in the Default.aspx page:


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 'Piosvcs.Global'.

Source Error:


Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="Piosvcs.Global" %>



Source File: C:\Inetpub\wwwroot\piosvcs\global.asax Line: 1



----------------------------------------------------------------------------
----

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

The web server is a Windows 2000 machine with all hot fixes, patches, and
IIS Lockdown applied.

I develop on a Windows XP Pro laptop and moved/copied files to web server
via network. Runs as it should on the development machine.

Any ideas or links come to mind?

bw
 
Did you copy the DLL produced during compilation in the bin directory to the
server as well?
 
Back
Top