Print Page | Close Window

License Problem

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=6464
Printed Date: 17 November 2024 at 1:25am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: License Problem
Posted By: Onur
Subject: License Problem
Date Posted: 20 February 2007 at 5:38am
How do I license the controls? The documentation is so poor so I tried these below but does not work.. Any idea?.. thanks.. ( I use C#)

XtremeCommandBars.CommandBarsGlobalSettings CBGlobalSettings = new XtremeCommandBars.CommandBarsGlobalSettingsClass();
CBGlobalSettings.License = "CommandBars Control Copyright (c) 2003-2005 Codejock Software" + "\r\n" +
                  "PRODUCT-ID: Codejock.CommandBars.ActiveX.v9.81" + "\r\n" + "VALIDATE-CODE: XXX-XXX-XXX-XXX";
XtremeDockingPane.DockingPaneGlobalSettings DPGlobalSettings = new XtremeDockingPane.DockingPaneGlobalSettingsClass();
DPGlobalSettings.License = "DockingPane Control Copyright (c) 2003-2005 Codejock Software" + "\r\n" +
                  "PRODUCT-ID: Codejock.DockingPane.ActiveX.v9.81" + "\r\n" + "VALIDATE-CODE: XXX-XXX-XXX-XXX";



Replies:
Posted By: sserge
Date Posted: 20 February 2007 at 6:37am
Take a look at http://www.codejock.com/support/articles/com/general/g_3.asp - http://www.codejock.com/support/articles/com/general/g_3.asp

--
WBR,
Serge


Posted By: Onur
Date Posted: 20 February 2007 at 7:23am
Thanks but I've already done that.
Still not working.
I receive the following error from the debugger:

An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in Production Manager Pro.exe

Additional information: Retrieving the COM class factory for component with CLSID {8B71E7FF-699F-4610-9379-DE3A92D519BD} failed due to the following error: 80040154.

any chance?


Posted By: Oleg
Date Posted: 20 February 2007 at 9:59am
Hi,
Do you destribute our ocx files? Do you register them?


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Onur
Date Posted: 20 February 2007 at 11:50pm
I wrote it in Visual Studio .NET 2003.
I only include the dll's and exe compiled into the "release folder"
Should I also include the ocx files with the dlls?


Posted By: Onur
Date Posted: 21 February 2007 at 12:15am
Oleg,
Do I need to distribute the OCX files in "C:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v9.81\bin"

or

OCX files in "C:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v9.81\bin\Redist"
Which are archived in cab files with ini files? Do I need to use ini files and how?

and do I need the Unicode ocx files?

so many questions I know but I'm going mad for 2 days trying to figure out. So your help is truly appreciated. thanks


Posted By: Oleg
Date Posted: 21 February 2007 at 1:24am

Yes, you have to distribute ocx from bin directory and register it in script.  

.ocx if you plan to run your application in Win98/Win Me or unicode.ocx if plan to run only in NT.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net