Installation of Aspose.Words.Demos

Installed couple aspose components on our development environment. The demo of cells, grid looks alright but the demo of aspose.words.demos fail to start.

Here is the error returned from the server. We are usign the aspose.total 1.4 for the installation and appreciate any advice on this forum.

Stanley Chiu

Server Error in '/Aspose.Words.Demos' 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 'Aspose.Words.Demos.Global'.

Source Error:

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

Source File: C:\Program Files\Aspose\Aspose.Words\Demos\Aspose.Words.Demos\global.asax Line: 1


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

I think you are tring to run the project without compiling it. You first need to open the project and compile it in VS.NET.