Avoiding OCX Registration |
Post Reply |
Author | |
Daley
Newbie Joined: 19 May 2006 Location: United Kingdom Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 19 May 2006 at 11:21am |
Hi, I have created a C# application that utilises CommandBars and Docking Panes. I am trying to run the application from a network location using the <codebase> feature of the app.config file that allows .NET assemblies to be downloaded to the client. I am also specifying the generated Codejock Interop files (e.g. AxXtremeSuiteControls.dll and XtremeSuiteControls.dll). This works fine as long as I have the Codejock OCX files registered on the 'target' machine. I am looking for my client to zero footprint for the application. Does anyone know of anyway to avoid having to have the Codejock OCX files registered on the 'target' machine? (Is this what manifests are for?)
|
|
Regards,
Daley |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
ocx is ActiveX file that must be registered. You can put ocx file near interop and manually register it in code.... Try to call DllRegisterServer of ocx.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Zach
Groupie Joined: 19 July 2006 Status: Offline Points: 62 |
Post Options
Thanks(0)
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |