cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
balasubramanian
Level 2

Kindly give me your suggestion.

Hi All,
I am new to COM. i am using CoCreateObjectDotnet to create a object from installshield script project. This object will create a COM interface. Object is successfully created. While calling the COM interface functions, i am getting following exception. Kindly give me your suggestion.

Thanks and Regards,
Balasubramanian.R
Labels (1)
0 Kudos
(2) Replies
balasubramanian
Level 2

Hi All,
I am new to COM. i am using CoCreateObjectDotnet to create a object from installshield script project. This object will create a COM interface. Object is successfully created. While calling the COM interface functions, i am getting following exception
Error number: 0x80131509
Description: The request failed with HTTP status: 400: Bad request.

Error number: 0x80004002
Description: No such interface is supported.


Kindly give me your suggestion.

Thanks and Regards,
Balasubramanian.R
0 Kudos
RobertDickau
Flexera Alumni

If you're using CoCreateObjectDotNet, you presumably don't need to go through COM to call the methods; if you're using COM, perhaps try just CoCreateObject?

If you can, perhaps post a block of code that fails?
0 Kudos