RE: Getting a "working" VB6/SQL2000 application functional in Vist

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi Brad,

Since the error is a generic one, I can only give some general suggestion
on how to troubleshoot this:

1) It seems this is a VB6 ActiveX DLL; make sure you used VB6 with latest
service pack (6) to compile it; Vista should have already built-in support
for the VB6 runtime. If you have several VB6 components and only this one
failed to register, maybe there're some specicial requirements of this one.

2) Try to use Process Monitor
(http://www.microsoft.com/technet/sysinternals/processesandthreads/processmo
nitor.mspx) to monitor why regsvr32.exe failed to register the component.
There might be some registry or file access error when registering.

3) If this component doesn't depend on other files other than the VB6
runtime (this includes it also doesn't use other ActiveX components), would
you please send me a copy of the component (binary) and I will try to
verify the behavior on my side.

Regards,
Walter Wang (wawang@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

.



Relevant Pages

  • Re: C# assembly deployment error.
    ... want to have the MSI register it, first you have to mark it to be registered ... One is programmed in VB6, ... I made this VB6 tool as a package using Microsoft package & deployment ... (This package called VB6 package) ...
    (microsoft.public.dotnet.framework.interop)
  • Re: C# assembly deployment error.
    ... want to have the MSI register it, first you have to mark it to be registered ... One is programmed in VB6, ... I made this VB6 tool as a package using Microsoft package & deployment ... (This package called VB6 package) ...
    (microsoft.public.dotnet.framework.interop)
  • Re: USE LIBRARY and .net libraries
    ... I found myself an old version of vb6 and wrote the functions i needed. ... prolly be looking into wrappers some time soon, ill pop you a mail if I can ... >> thing with .net libraries? ... Ive tried to register with regasm.exe, ...
    (microsoft.public.sqlserver.olap)
  • Re: Need help with COM in .NET and CreateObject
    ... select Register for COM Interop. ... > like for the VB6 app to get that instance when using CreateObject. ... >> string ReturnSomething(); ...
    (microsoft.public.dotnet.framework.interop)
  • System.TypeInitializationException
    ... I just finished converting a program from vb6 to vb.net by rewriting it bit ... The program uses a dll which contains a servername and domain name ... regsvr32 and no matter where it existed the program would work as long as it ... to register it with regsvr32 in the usual spot i was putting it ...
    (microsoft.public.dotnet.languages.vb)