Click here to Skip to main content
15,925,133 members
Home / Discussions / COM
   

COM

 
Questionms office automation from NT service in 64 bit OS Pin
indra2024-Jul-07 21:22
indra2024-Jul-07 21:22 
AnswerRe: ms office automation from NT service in 64 bit OS Pin
Mike Dimmick25-Jul-07 1:01
Mike Dimmick25-Jul-07 1:01 
GeneralRe: ms office automation from NT service in 64 bit OS Pin
indra2025-Jul-07 1:34
indra2025-Jul-07 1:34 
QuestionPassing array with objects terminates VB6 application Pin
scheewie23-Jul-07 22:53
scheewie23-Jul-07 22:53 
QuestionError reading COM object Pin
MAW3023-Jul-07 17:50
MAW3023-Jul-07 17:50 
AnswerRe: Error reading COM object Pin
User 21559723-Jul-07 18:21
User 21559723-Jul-07 18:21 
GeneralRe: Error reading COM object [modified] Pin
MAW3023-Jul-07 20:07
MAW3023-Jul-07 20:07 
GeneralRe: Error reading COM object Pin
User 21559723-Jul-07 20:59
User 21559723-Jul-07 20:59 
MAW30 wrote:
Retrieving the COM class factory for component with CLSID {31C0BC9B-2250-4964-A582-BA03058BAC93} failed due to the following error: 80040154.

Though when I look in the registry it is there.


HRESULT 80040154 = REGDB_E_CLASSNOTREG - is what I was talking about

MAW30 wrote:
I do not have access to the code nor will I be able to get the COM in a 64 bit version. What do you suggest I do. Is it possible to setup a Library as 32 bit where the rest of the solution is in 64 bit.


I would suggest, make a sample application to use your COM component. This application must be 32-bit. Test.

Also, as I mentioned earlier, does your component require you to do some initial setup in registry etc? If yes, then check wether you have everything in place. You could monitor registry using Sysinternals RegMon tool[^].

If I were you, I would first try compiling my application as 32-bit and use the COM component. This will help identify whether the problem is because of 32bit 64bit portability.



Sohail


modified 21-Apr-21 21:01pm.

AnswerRe: Error reading COM object Pin
Mike Dimmick24-Jul-07 2:08
Mike Dimmick24-Jul-07 2:08 
GeneralRe: Error reading COM object Pin
MAW3024-Jul-07 16:23
MAW3024-Jul-07 16:23 
GeneralRe: Error reading COM object Pin
MAW3025-Jul-07 14:42
MAW3025-Jul-07 14:42 
GeneralRe: Error reading COM object Pin
User 21559725-Jul-07 20:32
User 21559725-Jul-07 20:32 
GeneralReally basic Automation question Pin
hairy_hats23-Jul-07 4:26
hairy_hats23-Jul-07 4:26 
GeneralRe: Really basic Automation question Pin
User 21559723-Jul-07 5:28
User 21559723-Jul-07 5:28 
GeneralRe: Really basic Automation question Pin
Roger Broomfield2-Aug-07 21:22
Roger Broomfield2-Aug-07 21:22 
QuestionAccessing COM component from JScript Pin
PriyaJ.220622-Jul-07 23:36
PriyaJ.220622-Jul-07 23:36 
AnswerRe: Accessing COM component from JScript Pin
User 21559723-Jul-07 0:53
User 21559723-Jul-07 0:53 
GeneralRe: Accessing COM component from JScript Pin
PriyaJ.220623-Jul-07 2:01
PriyaJ.220623-Jul-07 2:01 
AnswerRe: Accessing COM component from JScript Pin
User 21559723-Jul-07 5:22
User 21559723-Jul-07 5:22 
GeneralRe: Accessing COM component from JScript Pin
PriyaJ.220623-Jul-07 17:16
PriyaJ.220623-Jul-07 17:16 
GeneralRe: Accessing COM component from JScript Pin
User 21559723-Jul-07 18:00
User 21559723-Jul-07 18:00 
GeneralRe: Accessing COM component from JScript Pin
PriyaJ.220623-Jul-07 19:08
PriyaJ.220623-Jul-07 19:08 
GeneralRe: Accessing COM component from JScript Pin
User 21559723-Jul-07 19:57
User 21559723-Jul-07 19:57 
GeneralRe: Accessing COM component from JScript Pin
PriyaJ.220623-Jul-07 19:58
PriyaJ.220623-Jul-07 19:58 
GeneralRe: Accessing COM component from JScript Pin
User 21559723-Jul-07 21:01
User 21559723-Jul-07 21:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.