
Signature
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Sign up now to help keep VB support alive - http://classicvb.org/petition
Please keep all discussions in the groups..
Yes to all ur queries. I finally got it working. For existing users who
already have the application installed, all I need to do is put the custom
dll object inside the application folder and not the system32 folder. Then
register it from the app. folder. This is because with XP, the network staff
has limited the user's read/write/update/modify rights to the Program Files
folder only. So, when the ActiveX dll tries to instantiate it can't because
lack of permission on the system32 folder. Now for the users who never had
this application installed, the network
admin will have to log on as him/her self and update the files the VB run
time files.
Thanks
> > Hi All,
> >
[quoted text clipped - 20 lines]
> Did the setup package include the database support dlls? MDAC? Are you using
> Binary Compatibility on the DLL you built?
Ken Halter - 29 Apr 2005 16:17 GMT
> Yes to all ur queries. I finally got it working. For existing users who
> already have the application installed, all I need to do is put the custom
[quoted text clipped - 11 lines]
>
> Thanks
Darn "power hungry" admins! <g>

Signature
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Sign up now to help keep VB support alive - http://classicvb.org/petition
Please keep all discussions in the groups..