Does Slides require .NET v2?

Hi,

I’m trying to get one of the Slides demos working. It’s working great on my local machine, but not on my development server. My local machine is running IIS on XP with .NET v2, while my dev machine hass IIS on Win2K with .NET v1.1. Should this make a difference? Both machines are using the exact same files. This is the error I get:

Parser Error Message: Could not load type ‘Aspose.Slides.WF.Template.Global’.
Source Error:
Line 1: <%@ Application Inherits=“Aspose.Slides.WF.Template.Global” Language=“C#” %>
Source File: D:\Inetpub\wwwroot\Aspose.Slides.Template\global.asax Line: 1
Any help would be much appreciated. Thanks!

Hello,

Aspose.Slides can work on both .Net 1.1 and 2.0.
Did you compile demo on your development machine on on the server?
There are several reasons for such error:
1. You compiled demo on .Net 2.0 but run on .Net 1.1.
2. App folder on the server not configured right as application.
3. Bin folder is missing or demo is not compiled at all.
4. VS cached some dll and demo .dll is not successfully compiled.
You need recompile whole project in this case.