Groups | Blog | Home
all groups > vb.net controls > june 2005 >

vb.net controls : aspose.license


TJS
6/22/2005 3:10:50 PM
aspose.license


anybody familiar with this product ? it's been retired but is
stilllavailable.

Looking for working example to find out how to use it.
preferably in vb

Crouchie1998
6/23/2005 12:00:00 AM
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

TJS
6/23/2005 2:15:35 PM
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]

AddThis Social Bookmark Button