Click here to Skip to main content
15,914,066 members
Home / Discussions / COM
   

COM

 
GeneralRe: Diff between COM and COM+ Pin
Milton Karimbekallil22-Aug-04 20:36
Milton Karimbekallil22-Aug-04 20:36 
GeneralRe: Diff between COM and COM+ Pin
Anonymous27-Aug-04 12:35
Anonymous27-Aug-04 12:35 
GeneralRe: Diff between COM and COM+ Pin
satish chandra G27-Aug-04 12:35
susssatish chandra G27-Aug-04 12:35 
GeneralLost access to COM server from IIS JScript Pin
darkbyte18-Aug-04 7:17
darkbyte18-Aug-04 7:17 
GeneralRe: Lost access to COM server from IIS JScript Pin
Milton Karimbekallil22-Aug-04 20:16
Milton Karimbekallil22-Aug-04 20:16 
GeneralRe: Lost access to COM server from IIS JScript Pin
darkbyte23-Aug-04 7:28
darkbyte23-Aug-04 7:28 
GeneralRe: Lost access to COM server from IIS JScript Pin
Milton Karimbekallil23-Aug-04 21:19
Milton Karimbekallil23-Aug-04 21:19 
GeneralRe: Lost access to COM server from IIS JScript Pin
darkbyte27-Aug-04 13:30
darkbyte27-Aug-04 13:30 
Heheh .. the answer is simple

<br />
::CoInitializeSecurity(NULL, -1, NULL, NULL, RPC_C_AUTHN_LEVEL_NONE,<br />
        RPC_C_IMP_LEVEL_IMPERSONATE, NULL, EOAC_NONE, NULL);<br />


This is in my Service_Main code just after CoInitialize(NULL)

Havent been successfull at making it work as a Local Server even after doing a full rebuild of:

1) COM Server (which is also my COM Service)
2) COM Stub/Proxy
3) IIS Filter

It used to work fine and suddenly stopped working. But its probably a little something i bugged when i toyed my registering procedure to register my LocalService key under AppID.

My COM Service is in pretty good shape now. I've learnt a great deal about COM and how to handle it. Eventually i might need to bring it forward as a DCOM application but its not a requirement yet Big Grin | :-D

I appreciate all the help i've been getting from you and any others that did help me find answers, even if it wasnt done directly, like when i browsed the great articles of CodeProject. I try to repay by helping others when i can.
GeneralRe: Lost access to COM server from IIS JScript Pin
Milton Karimbekallil29-Aug-04 19:49
Milton Karimbekallil29-Aug-04 19:49 
GeneralSemi-Newbie on IDL file Pin
RChin18-Aug-04 0:54
RChin18-Aug-04 0:54 
GeneralRe: Semi-Newbie on IDL file Pin
RChin18-Aug-04 2:10
RChin18-Aug-04 2:10 
GeneralRe: Semi-Newbie on IDL file Pin
BadJerry19-Aug-04 1:07
BadJerry19-Aug-04 1:07 
GeneralRe: Semi-Newbie on IDL file Pin
RChin19-Aug-04 1:27
RChin19-Aug-04 1:27 
Generalcom programming Pin
LacrimaMosa18-Aug-04 0:33
LacrimaMosa18-Aug-04 0:33 
GeneralRe: com programming Pin
BadJerry18-Aug-04 8:02
BadJerry18-Aug-04 8:02 
GeneralRe: com programming Pin
LacrimaMosa19-Aug-04 2:29
LacrimaMosa19-Aug-04 2:29 
GeneralRe: com programming Pin
LacrimaMosa20-Aug-04 0:23
LacrimaMosa20-Aug-04 0:23 
GeneralRe: com programming Pin
BadJerry20-Aug-04 0:31
BadJerry20-Aug-04 0:31 
GeneralRe: com programming Pin
LacrimaMosa20-Aug-04 0:41
LacrimaMosa20-Aug-04 0:41 
GeneralRe: com programming Pin
BadJerry20-Aug-04 0:45
BadJerry20-Aug-04 0:45 
GeneralRe: com programming Pin
LacrimaMosa20-Aug-04 0:52
LacrimaMosa20-Aug-04 0:52 
GeneralRe: com programming Pin
BadJerry20-Aug-04 1:19
BadJerry20-Aug-04 1:19 
GeneralRe: com programming Pin
Milton Karimbekallil20-Aug-04 3:59
Milton Karimbekallil20-Aug-04 3:59 
GeneralRe: com programming Pin
LacrimaMosa23-Aug-04 2:43
LacrimaMosa23-Aug-04 2:43 
GeneralProgram Interface (API) Pin
sergeyv200217-Aug-04 7:58
sergeyv200217-Aug-04 7:58 

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.