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

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?

Shupi
[1001 byte] By [shupi] at [2007-11-11 7:37:56]
# 1 Re: Could not load type DotNetSpider.ShopCart.Global
Looks like you need to compile the code-behind.

P.S. -- In the future, please post ASP.NET questions to the ASP.NET Forum. Thanks!
Phil Weber at 2007-11-11 23:13:38 >