thanks for the links.
I must be missing something fundamental.
Every time I try to run the ASPOSE examples , I get this error:
----------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'Demo' could not
be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 64:
Line 65: // Put user code to initialize the page here
Line 66: Demo demo = new Demo(licenseFolder, this);
Line 67:
Line 68: Label1.Text =demo.Output();
Source File:
C:\Inetpub\wwwroot\Aspose.License\Demos\Aspose.License.Demos.WebApp\Default.aspx.cs
Line: 66
I have the page reference as :
<%@ Page language="c#" src="Default.aspx.cs"
Inherits="Aspose.License.Demos.WebApp.Default" %>
and Aspose.License.dll in the /bin folder
but no success... :(
[quoted text, click to view] "Crouchie1998" <crouchie1998@spamcop.net> wrote in message
news:OK4lZu$dFHA.3280@TK2MSFTNGP09.phx.gbl...
> Yes, I have used it in the past. A simple example is available in the
> built
> in MSDN documentation. All you do is substitute the Microsoft example with
> the code from the ASPOSE
>
> Here's an example:
>
>
http://go.microsoft.com/fwlink/?linkid=3480&path=/quickstart/winforms/Samples/WritingControls/LicensedControl/LicensedControl.src
>
> I hope this helps
>
> Crouchie1998
> BA (HONS) MCP MCSE
>
>