Hi, I am trying to call a COM component from ASPX, but I keep getting an InvalidCastException, it seems that the QueryInterface for the object fails.
I wrote the dll in another machine and exported it using COM+ Services.
I've even tried to write a simple COM component which exposes only one public sub that does NOTHING, but the ASPX still can't seem to initialize the interface.
Can anyone shed any light on this ?
I wrote the dll in another machine and exported it using COM+ Services.
I've even tried to write a simple COM component which exposes only one public sub that does NOTHING, but the ASPX still can't seem to initialize the interface.
Can anyone shed any light on this ?