Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Parser Error Message: Could not load type DotNetSpider.ShopCart.Global.

Hi all,
I have downloaded a asp.net application from net.I have saved it at c:\inetpub\wwwroot\shopcart and then set the web sharing property of this folder to shared.Now when I type thsi URL http://localhost/shopcart/home.aspx then i got this error

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 'DotNetSpider.ShopCart.Global'.

Source Error:

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

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

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

Can anybody tell me why i am getting this error?

Jignesh
[959 byte] By [jignesh_modha] at [2007-11-11 10:21:53]
# 1 Re: Parser Error Message: Could not load type DotNetSpider.ShopCart.Global.
You need to build the application in Visual Studio before you can run it.
Phil Weber at 2007-11-11 23:12:01 >