Click here to Skip to main content
15,917,177 members
Home / Discussions / COM
   

COM

 
GeneralRe: DCOM access denied Pin
maya26-Sep-01 15:56
maya26-Sep-01 15:56 
GeneralRe: DCOM access denied Pin
Shadi Al-Kahwaji2-Oct-01 22:23
Shadi Al-Kahwaji2-Oct-01 22:23 
GeneralRe: DCOM access denied Pin
Shadi Al-Kahwaji8-Oct-01 0:33
Shadi Al-Kahwaji8-Oct-01 0:33 
Generalcomparioson of VB COM and ATL COM Pin
Ganesh Ramaswamy24-Sep-01 6:39
Ganesh Ramaswamy24-Sep-01 6:39 
GeneralRe: comparioson of VB COM and ATL COM Pin
Daniel Turini24-Sep-01 6:43
Daniel Turini24-Sep-01 6:43 
GeneralRe: comparioson of VB COM and ATL COM Pin
Amit Dey25-Sep-01 18:21
Amit Dey25-Sep-01 18:21 
GeneralRe: comparioson of VB COM and ATL COM Pin
David Salter27-Sep-01 11:11
David Salter27-Sep-01 11:11 
GeneralUnable to synchronize the data from SQL Server CE Pin
24-Sep-01 0:07
suss24-Sep-01 0:07 
Hi All,
I am developing an application which uses SQL Server CE as the database, from which I need to synchronize the data to the SQL Server on the server machine. When I tried to synchronize the data using the emulator, it worked perfectly. But, when I tried the same application on my iPAQ pocket PC, I got an error, "DLL for the class not found". When I debugged, the CoCreateInstance() method fails and returns the HRESULT with the error code corresponding to this error message. When I checked the CLSID on the registry, an entry was there in the registry and the corresponding DLL was there in the /Windows directoryConfused | :confused: . Could any one help me to come out of this problem. Any help on this highly appreciated.

This is the line of code I wrote:
hr = CoCreateInstance(CLSID_RemoteDataAccess, NULL, CLSCTX_INPROC_SERVER, IID_ISSCERDA, (LPVOID *)&m_pRda);


Jabir
Generalretrun BSTR Pin
Eran22-Sep-01 3:25
Eran22-Sep-01 3:25 
GeneralRe: retrun BSTR Pin
Aaron Schaefer24-Sep-01 5:49
Aaron Schaefer24-Sep-01 5:49 
GeneralRe: retrun BSTR Pin
Michael Dunn24-Sep-01 14:55
sitebuilderMichael Dunn24-Sep-01 14:55 
GeneralCOMAddin for Word2000 and Excel2000 Pin
Sree Ram21-Sep-01 8:55
Sree Ram21-Sep-01 8:55 
GeneralMFC CFtpFileFind CFtpConnection and timeout Pin
Amit Dey21-Sep-01 6:07
Amit Dey21-Sep-01 6:07 
GeneralRe: MFC CFtpFileFind CFtpConnection and timeout Pin
Carlos Antollini21-Sep-01 6:44
Carlos Antollini21-Sep-01 6:44 
GeneralAdvanced problem -- DCOM remoting in VB without configuration of DCOMCNFG Pin
21-Sep-01 4:50
suss21-Sep-01 4:50 
GeneralTo pass a structure/class object across com components Pin
20-Sep-01 23:48
suss20-Sep-01 23:48 
GeneralRe: To pass a structure/class object across com components Pin
Not Active21-Sep-01 2:33
mentorNot Active21-Sep-01 2:33 
GeneralRe: To pass a structure/class object across com components Pin
Aaron Schaefer21-Sep-01 4:01
Aaron Schaefer21-Sep-01 4:01 
GeneralRe: To pass a structure/class object across com components Pin
ioannhs_s21-Sep-01 5:08
ioannhs_s21-Sep-01 5:08 
GeneralCOMponent dependencies Pin
Brian van der Beek20-Sep-01 22:50
Brian van der Beek20-Sep-01 22:50 
GeneralDISPPARAMS (COM) Pin
20-Sep-01 0:27
suss20-Sep-01 0:27 
Generaladsi:create attribute failed! Pin
19-Sep-01 22:34
suss19-Sep-01 22:34 
Generalpassing char * to COM Object function Pin
Stephane Denis19-Sep-01 17:31
Stephane Denis19-Sep-01 17:31 
GeneralRe: passing char * to COM Object function Pin
Chris Losinger19-Sep-01 17:51
professionalChris Losinger19-Sep-01 17:51 
GeneralRe: passing char * to COM Object function Pin
Stephane Denis20-Sep-01 10:37
Stephane Denis20-Sep-01 10:37 

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.