Print Page | Close Window

Avoiding OCX Registration

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=4248
Printed Date: 28 April 2024 at 9:46am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Avoiding OCX Registration
Posted By: Daley
Subject: Avoiding OCX Registration
Date 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



Replies:
Posted By: Oleg
Date Posted: 19 May 2006 at 12:18pm
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


Posted By: Zach
Date Posted: 23 July 2006 at 11:40pm
Actually - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/rfacomwalk.asp - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/rfacomwalk.asp



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