regsvr32 with Vista (RC1) |
Post Reply |
Author | |
eandrieux
Newbie Joined: 13 January 2007 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 13 January 2007 at 7:40am |
Hi,
When I try to register the activeX by the order "regsvr32 myocx.ocx", i obtain the following error message :
The module "myocx.ocx" have been charged, but the call to the DllRegisterServer failed (error code 0x080040200)
(translation of French)
I cannot test my program if i cannot register this calendar ocx on windows vista.
Do you know this error and do you know how I can correct it ?
Does the order "regsvr32 myocx.ocx" function on Windows Vista which is not in "Release Candidate" ? (else what is the good order ?)
Thank you by advance for your assistance, best regards
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello, regsvr32 by default don't have rights to register in Vista.
create bat file:
regsvr32 c:\full path to ocx\Calendar.ocx
right click on this bat file and choose Run As Administrator.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
eandrieux
Newbie Joined: 13 January 2007 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
Hello,
Thank you for this information. It functions.
How this function can be transparent for the end user ?
(it will be very difficult to deploy a software if each user must do this !) Do you have an easier and integrated solution ?
Best regards
Etienne |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi, Use some tool to create setup for your application - Visual Studio 2005 /Insall Shield/Inno Setup/etc.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |