I am using the following references in a project:

- Visual Basic For Applications
- Visual Basic runtime objects and procedures
- OLE Automation
- Microsoft Internet Controls
- Microsoft Soap Type Library v3.0
- Microsoft XML, v3.0

Things run fine on my machine and I am to the point where I will install the program on a couple of other computers here in the office.

Through the Package and Deployment wizard, I built a setup package to be sure I have all the dependencies and such included.

The setup runs fine all except for the SOAP 3.0 stuff - it fails to register the DLL.

So now I'm trying to find the original redistributable or whatever I downloaded from Microsoft to begin with but all I seem to get is the SOAP 3.0 for .NET stuff.

Anyone know where I can get the SOAP 3.0 Type Library for Visual Basic 6?

Thanks!