Hi,
I have create a COM class in
VB.Net VS 2005, which works and runs fine for use in classic asp.
Tested it with IIS5 and IIS 6 : No problem
Now when installing it (using same setup project through VS) on a X64 machine it fails.
Caling it from a classic asp page :
ActiveX component can't create object
Calling it from .net gives :
Retrieving the COM class factory for component with CLSID {B6AA7C90-FF32-4353-8537-89A872E298D1} failed due to the following error: 80040154.
Is it not registered correctly ? I hought the setup would do this ?
Is there another problem ?
Thanks for any help
Arne