Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Install Error (HRESULT 2147024770)

Status
Not open for further replies.

neilkonitzer

Programmer
Jun 27, 2001
168
US
I am attempting to deploy a VB.NET application using the setup project within VS.NET. Our project uses third party COM components. The installs work fine on XP systems; however, our Windows 2000 users are receiving the following error during the install...

Error 1904 Module C:\Program Files\xxx.dll failed to
register. HRESULT 2147024770hresult -2147024770

Anyone receive problems like these only on W2K systems?

Thanks in advance!

Neil Konitzer
Freisoft Consulting Services, Inc.
 
Quick question, did you copy the install local to the 2k machine? Or attempt to install from the network? Win 2k terminal server chokes on .Net installs if the msi pakage hasn't been copied local.

Another likely issue would be that the 3rd party dll you are using has dependencies that were not included in your deployement. The joys of COM <gag> you'll need all of the dependencies for the 3rd party COM objects to get it to register correctly on the target machine.

-Rick

----------------------
[banghead]If you're about to post an ASP.Net question,
please don't do it in the VB.Net forum[banghead]

[monkey] I believe in killer coding ninja monkeys.[monkey]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top