Problem from the first! Attempting evaluation

What is the correct procedure for evaluating demos (via ASP.NET)?

Have downloaded and installed ASpose Words.

Thought I would try the demos in VWD, so set a 'new project' to the folder C:\Program Files\Aspose\Aspose.Words\Demos\Aspose.Words.Demos.

Having done that, I set a reference to Aspose.Words

Loaded "Default.aspx" and attempted to run: got this error:

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: /Aspose.Words.Demos/global.asax Line: 1

I suspect my approach is not right - any tips? The doc. is totally useless on this.

Steve

Demos are shipped with source code only, to minimize size of the setup pack. You need to compile them to be able to run them.

The demo projects are mad in VS2003. They can be also used in VS2005 after you convert the project files using VS2005 conversion wizard.

We have not tested the demos under Visual Web Developer 2005 Express yet. I am attaching the converted Aspose.Words.Demo project here. Try to run it and see if it helps.