Reputation: 1564
Trying to follow the recommendation here on my earlier post about exposing a WCF service (that I did not create) to VBScript. I am getting the old "ActiveX component can't create object" when trying to CreateObject on the resulting assembly. Can anyone shed some light?
Am I completely off base? Do I have to actually implement the interfaces from the auto generated client?
Upvotes: 1
Views: 277
Reputation: 1564
I think the problem was (seems to be a common thing) using the correct version (32-bit) of Regasm. That seems to have fixed the initial problem.
Upvotes: 1