Re: VB6 dll registration problem

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Indira <indira@xxxxxxxxxxxxx> schrieb im Beitrag
<57BDC41D-307E-4110-9A29-07496F284A5C@xxxxxxxxxxxxx>...
Thanks for a prompt response,
i'm having VB6 IDE only
and I registered the dll using regsvr32 and the path of the dll
and problem i'm facing is that the screen populates without data.

I wonder how anyone should be able to help you:
- No one here has seen any code yet
- No one here knows anything about what the DLL shall do

But what is possible to say even without this knowledge: If the "screen
populates without data" - whatever this means - it is >>not<< due to that
the form can't "connect to the DLL properly" because if this would be the
reason an error would be fired - unless your code is not executed in a
global VB error handler (On Error Resume Next). The latter is the worst
thing you can do, and I suspect that this in fact is what you code looks
like. So, comment any On Error... statement in your code, then run it again
and see what happens.

--
----------------------------------------------------------------------
THORSTEN ALBERS Universität Freiburg
albers@
uni-freiburg.de
----------------------------------------------------------------------

.



Relevant Pages

  • Re: Service pack 3 problem
    ... Opening the regsvr32 file is as you say, no dll specified, followed by the ... and no dllcache folder exists, ... After show hidden files, folders, and system files, use WINDOWS Explorer ...
    (microsoft.public.windowsxp.general)
  • Re: regsvr32 error code 0x80004002
    ... I also have seen this error when there is a missing dll that your dll depends on. ... this invocation of regsvr32 succeeds. ... On another PC which also has VS2005 SP1 installed, an installer which was created by a VS2005 SP1 setup project did indeed insist on installing an extra copy of the redistributables. ... Sorry Norman, the context that this was happening on your development machine was lost, so I had forgotten that VS was installed. ...
    (microsoft.public.vc.mfc)
  • Re: regsvr32 error code 0x80004002
    ... I'm afraid some of code (regsrv, or any DLL) ... To see where it is generated you can debug you ATL dll by using regsvr32 ... Enter the complete path to regsvr32 into the Command field. ... I don't need to start executing the C# client ...
    (microsoft.public.vc.mfc)
  • regsvr32 cant load Addin DLL
    ... regsvr32 is not loading the DLL correctly. ... VS 2003 is reporting ... I do regsvr32 manually, it does not report any error, but it's ... I have an installation package (packaged ...
    (microsoft.public.office.developer.com.add_ins)
  • Re: regsvr32 error code 0x80004002
    ... The call to PrxDllRegisterServer fails ... so regsvr32 displays error code 0x80004002. ... You could find out what module (.dll) that PrxDllRegisterServerresides ... Windows XP uses Unicode and ANSI code page 932. ...
    (microsoft.public.vc.mfc)