This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Kindly give me your suggestion.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 27, 2008
02:56 AM
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
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
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 27, 2008
03:04 AM
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
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
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 29, 2008
06:17 PM
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?
If you can, perhaps post a block of code that fails?