views:

43

answers:

1

Based on the number of matches on Google, this may be a candidate for the Tumbleweed award, but here goes...

I have a DLL written in .Net that is exposed for reverse COM interop. There are several business objects and one object that exposes a method to call a web service via WSE3.

Using VBScript, all of the objects can be instantiated and used with no problem. However, I need to use the DLL from Progress. Doing that, the business objects are created just fine, but the object exposing the method to call the web service cannot be created.

The message is:

Error occurred while creating/connecting to automation server for: My.ClassName

Error code: 0x80131500 C:\PROGRESS\WRK\my.ped (5894)

Any thoughts?

A: 

If you haven't, try registering the dll's using regasm.

kms
Yes, tried that. With and without the /codebase option.
Eric J.

related questions