Re: Registering DLL issue.
- From: samirpx@xxxxxxxxx
- Date: Thu, 13 Sep 2007 12:19:19 -0700
Thanks for the information. But for some reason, today it seems to be
working fine, with it pointed to the system32 folder, can't explain it
but it's working.
On Sep 12, 2:38 pm, "Ken Halter"
<Ken_Halter@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
<sami...@xxxxxxxxx> wrote in message
news:1189620468.407347.279420@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I keep a dll on a network drive. when user needs it I will go to
their computer and copy it from network drive and put it in their
system32 drive and use regsvr32 to register it. But it doesn't seem
to work correctly, because when I open up the program the references
are pointing to the dll on the network drive and not the dll i
registered in the system32 folder.
When I made the programmed it is pointing to my system32 folder and
not the network drive. what could be going on and how do i fix?
samir
Does the app work when it's registered on the network drive? If you've
re-built the DLL recently without maintaining binary compatibility, your
project probably still points to the old copy. RegClean should fix that.
FYI, there's no requirement that ActiveX dlls be placed in Sys32. They can
be anywhere at all, as long as they're properly registered and available.
Personally, I keep everything I build out of Sys32. It's cluttered already
with unrecognizable stuff <g>
All of my source is on our server so it's backed up every night. When I
build, the resulting binary ends up on the server (unless I tell it
otherwise, which is rare) and, if it's an ActiveX component, it's registered
on the server, too (VB does it during compile)... I start asking questions
when my dlls /aren't/ registered on the server.
...but, "their system32 drive"... does that mean VB's IDE is installed on
every workstation you copy this DLL to?
--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
In Loving Memory -http://www.vbsight.com/Remembrance.htm
.
- References:
- Registering DLL issue.
- From: samirpx
- Re: Registering DLL issue.
- From: Ken Halter
- Registering DLL issue.
- Prev by Date: Re: Program still running after UNLOAD
- Next by Date: Re: RS232 data retrieval issue
- Previous by thread: Re: Registering DLL issue.
- Next by thread: RS232 data retrieval issue
- Index(es):
Relevant Pages
|
Loading