Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - regsvr32 with Vista (RC1)
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

regsvr32 with Vista (RC1)

 Post Reply Post Reply
Author
Message
eandrieux View Drop Down
Newbie
Newbie


Joined: 13 January 2007
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote eandrieux Quote  Post ReplyReply Direct Link To This Post Topic: regsvr32 with Vista (RC1)
    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
 
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 13 January 2007 at 8:14am
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
Back to Top
eandrieux View Drop Down
Newbie
Newbie


Joined: 13 January 2007
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote eandrieux Quote  Post ReplyReply Direct Link To This Post Posted: 13 January 2007 at 10:11am
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
 
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 13 January 2007 at 11:23am

Hi,

Use some tool to create setup for your application - Visual Studio 2005 /Insall Shield/Inno Setup/etc.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.