Parser error when trying to access demos

I’ve just updated to aspose v3.4 and when I try to access the demo files using IE to access http://localhost/Aspose.Word.Demos/Default.aspx I get the following error ( I get a similar error when trying to access http://localhost/Aspose.Word.Demos.VisualBasic/Default.aspx)

I suspect that it it probably some config problem on my server. Could anyone tell me what may be causing this error. Is this covered in the documentation somewhere? If so, please direct me it.

Thank you,

Jim

Server Error in ‘/Aspose.Word.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.Word.Demos.Global’.

Source Error:

Line 1: <%@ Application Codebehind=“Global.asax.cs” Inherits=“Aspose.Word.Demos.Global” %>

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

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

You need to compile the demo projects before using them.

Can you direct me to some documentation that will instruct how to
compile the demo scripts? I didn’t think that visual basic
scripts needed to be compiled.

Thank you,

Jim

You need to compile demo projects which were installed on your computer (usually in C:\Program Files\Aspose\Aspose.Word\Demos directory) using Visual Studio .NET (VS .NET) 2003 is preferrable).