Re: Got error installing COM component using regsvr32 on Win2003 serve



Try loading your libary using LoadLibrary in your own application that you
can debug. Then you should either get an exception you can debug or
LoadLibrary will return an error code.

Paul

"Pucca" <Pucca@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BB53318C-05DB-4183-8B15-E7C7A7B7A665@xxxxxxxxxxxxxxxx
Hi, I have a COM component that I have installed before using regsvr32 on
both Win2003 server and Win2000 server with no problem. In the past few
months maybe I changed the build options or something, now I'm getting the
following error message when I try to install on the Win2003 server but no
problem from the win2000 server. Does anyone know what could possible
cause
this and how can I correct this. Thank you.

"LoadLibrary (name.dll) failed - This application has failed to start
becuase the application configuration is incorrect. Reinstalling the
application may fix this problem."

--
Thanks.


.



Relevant Pages

  • Re: C# app works perfectly on XP but not on 2003 server
    ... In production/release mode on Windows 2003 production server where you have many things going on, the GC is probably doing it's job more efficiently and getting rid of objects that you closed/disposed or set to nothing. ... I have a application that I have written on a Windows XP SP2 machine, and tuned to near-perfection - then I copied the program to the target system, a Windows 2003 standard server, the program works fine for 5-10 minutes, and then comes up with an exception. ... The problem is, that whenever I put any debug code in the code that generates the exception, the exception does not come again, but another exception comes. ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Gesucht - Virensoftware die funktioniert
    ... Server specifications ... - winmsd output from the OSCE server ... To turn on the server debug program: ... Setting window appears 3. select the Enable debug log check box. ...
    (microsoft.public.de.german.exchange2000.general)
  • Re: ssh as non-root user
    ... The server is reporting the following to the client: ... server offers auth methods ''. ... debug: ... Unauthorized access or use of this computer system may subject violators to ...
    (SSH)
  • Re: hostbased auth between commercial and OpenSSH
    ... The server just rejects hostbased from OpenSSH client saying method is ... Client side debug snippet (I've got hostbased as only ... client user 'myusername', server user 'myusername', ...
    (comp.security.ssh)
  • SSH Debugging <-- compatibility
    ... Connecting to server, port 22... ... debug: Ssh2/ssh2.c:1956/main: Entering event loop. ... SSH_CROSS_ALGORITHMS packet from connection protocol. ... This is an evaluation version of the SSH Secure Shell Windows Server. ...
    (comp.security.ssh)

Loading