Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi,

I had one ocx say A which was registered in my machine and being used in application say App1. I have upgraded the same A to say A+ and used in application App2. Now my problem is if i register A+, A un-registered and vice versa. Because orinally both were same ocx. I want my both application App1 and App2 to use these activex controls independently.

I've read some of related article like creating manifest file etc. But i want an easy way to solve the problem.
Any help in this regard will be highly appreciated. as this is an urgent problem.

Thanks.
Posted
Updated 23-May-11 4:14am
v2

1 solution

If u have windows 7 -64 bit OS then u can register that both .dll with different folder i mean to say

Register 1st .dll to C:\Windows\System32\regsvr32.exe "dllname"

and register another .dll to

C:\Windows\SysWow64\regsvr32.exe "dllname"

with help of this may be your problem solved
 
Share this answer
 
Comments
bstar1 24-May-11 5:03am    
Thanks naitik for your reply. I don't have Windows7. I am running application on Windows XP. Would that work on that too?
bstar1 24-May-11 5:13am    
I have tried doing this on XP it gave me error code while regidtering from other directory which i have created. If any such solution for XP too then kindly let me knoe in detail.
Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900