Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - License Problem
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

License Problem

 Post Reply Post Reply
Author
Message
Onur View Drop Down
Groupie
Groupie


Joined: 17 August 2005
Status: Offline
Points: 37
Post Options Post Options   Thanks (0) Thanks(0)   Quote Onur Quote  Post ReplyReply Direct Link To This Post Topic: License Problem
    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";
Back to Top
sserge View Drop Down
Moderator Group
Moderator Group


Joined: 01 December 2004
Status: Offline
Points: 1297
Post Options Post Options   Thanks (0) Thanks(0)   Quote sserge Quote  Post ReplyReply Direct Link To This Post Posted: 20 February 2007 at 6:37am
Back to Top
Onur View Drop Down
Groupie
Groupie


Joined: 17 August 2005
Status: Offline
Points: 37
Post Options Post Options   Thanks (0) Thanks(0)   Quote Onur Quote  Post ReplyReply Direct Link To This Post 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?
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 20 February 2007 at 9:59am
Hi,
Do you destribute our ocx files? Do you register them?
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Onur View Drop Down
Groupie
Groupie


Joined: 17 August 2005
Status: Offline
Points: 37
Post Options Post Options   Thanks (0) Thanks(0)   Quote Onur Quote  Post ReplyReply Direct Link To This Post 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?
Back to Top
Onur View Drop Down
Groupie
Groupie


Joined: 17 August 2005
Status: Offline
Points: 37
Post Options Post Options   Thanks (0) Thanks(0)   Quote Onur Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.