different ocx file versions in the same project
-
Wednesday, March 21, 2012 2:42 PM
Good Afternoon,
i need to insert in my project the same ocx , with 2 different version.
If tried to register the different versione of the same ocx file on the pc, but the S.O.(win xp) , remeber only the last ocx registered.
Do you know the right way to do this ? because i don't won't to create 2 different project.
Thank's,
Giuseppe Regina
All Replies
-
Thursday, March 22, 2012 3:54 AMModerator
This is not a Windows Form Designer problem, right?
I think you can use the Registration-Free COM way do this, store the register needed information in the manifest:
http://msdn.microsoft.com/en-us/library/ms973913.aspx
http://msdn.microsoft.com/en-us/library/aa376307(v=vs.85).aspx
And this would give you the help to generate the SxS manifest: http://www.codeproject.com/Articles/28682/regsvr42-Generate-SxS-Manifest-Files-from-Native-D
If you got any problem when using the SxS, then these documents maybe can give you the helps:
http://support.microsoft.com/kb/828629
http://blogs.msdn.com/b/vsofficedeveloper/archive/2008/04/21/vba-ocx-sxs-limit.aspx
http://blogs.msdn.com/b/junfeng/archive/2006/04/14/576314.aspx
Best wishes,
Mike Zhang[MSFT]
MSDN Community Support | Feedback to us
- Edited by Mike Dos ZhangMicrosoft Contingent Staff, Moderator Thursday, March 22, 2012 4:05 AM
- Marked As Answer by Giuseppe Regina - BG Thursday, March 22, 2012 7:58 AM


