Click here to Skip to main content
15,889,874 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Win32 API function for getting the hardware details Pin
Jonathan Davies18-Jan-09 4:57
Jonathan Davies18-Jan-09 4:57 
GeneralRe: Win32 API function for getting the hardware details Pin
Randor 19-Jan-09 4:31
professional Randor 19-Jan-09 4:31 
AnswerRe: Win32 API function for getting the hardware details Pin
Jijo.Raj18-Jan-09 6:57
Jijo.Raj18-Jan-09 6:57 
Questionerror 0xD0000022 when writing minidump Pin
Green Fuze18-Jan-09 3:21
Green Fuze18-Jan-09 3:21 
AnswerRe: error 0xD0000022 when writing minidump Pin
krmed18-Jan-09 3:28
krmed18-Jan-09 3:28 
GeneralRe: error 0xD0000022 when writing minidump Pin
Green Fuze18-Jan-09 20:42
Green Fuze18-Jan-09 20:42 
GeneralRe: error 0xD0000022 when writing minidump Pin
Sauce!18-Jan-09 21:13
Sauce!18-Jan-09 21:13 
QuestionStrange file not found exception Pin
George_George18-Jan-09 2:41
George_George18-Jan-09 2:41 
Hello everyone,

I am writing a managed console application which will invoke native C++ COM DLL on Windows Server 2003 x64 using PIA interop. The managed console application is built for "Mixed Platform" debug version and the native COM DLL is built for x64 debug version. I am using interop to invoke method from managed code which are exposed from COM code.

I find creating a COM coclass object in managed code is ok, and it is also ok to call some methods of COM coclass from managed code using the created coclass object instance. But when I call into a specific method Abc (Abc is implemented/exposed in COM DLL) from my managed code (FooImpl.dll), there is exception like this, I am so confused that I did not write any method called "XmlSerializers". Any ideas to debug further?

(FooImpl is my managed code DLL which will call COM native code, my managed code console application linked with FooImpl.dll.)

--------------------
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in FooImpl.dll
Additional information: Could not load file or assembly 'FooImpl.XmlSerializers, Version=1.0.1121.1, Culture=neutral, PublicKeyToken=null' or one of its dependencies.

The system cannot find the file specified.
--------------------

regards,
George
AnswerRe: Strange file not found exception Pin
Hamid_RT22-Jan-09 23:25
Hamid_RT22-Jan-09 23:25 
GeneralRe: Strange file not found exception Pin
George_George4-Feb-09 22:39
George_George4-Feb-09 22:39 
GeneralRe: Strange file not found exception Pin
Hamid_RT5-Feb-09 21:51
Hamid_RT5-Feb-09 21:51 
GeneralRe: Strange file not found exception Pin
George_George7-Feb-09 2:10
George_George7-Feb-09 2:10 
Questiondisplaying data in infinite loop Pin
l_d17-Jan-09 15:53
l_d17-Jan-09 15:53 
AnswerRe: displaying data in infinite loop Pin
David Crow17-Jan-09 16:12
David Crow17-Jan-09 16:12 
GeneralRe: displaying data in infinite loop Pin
l_d17-Jan-09 16:33
l_d17-Jan-09 16:33 
GeneralRe: displaying data in infinite loop Pin
bob1697217-Jan-09 17:42
bob1697217-Jan-09 17:42 
GeneralRe: displaying data in infinite loop Pin
Maximilien18-Jan-09 1:16
Maximilien18-Jan-09 1:16 
GeneralRe: displaying data in infinite loop Pin
l_d18-Jan-09 15:21
l_d18-Jan-09 15:21 
QuestionRe: displaying data in infinite loop Pin
David Crow18-Jan-09 16:29
David Crow18-Jan-09 16:29 
QuestionTransparent colour on window using win32 Pin
Steve_17-Jan-09 8:18
Steve_17-Jan-09 8:18 
AnswerRe: Transparent colour on window using win32 Pin
Stuart Dootson17-Jan-09 8:30
professionalStuart Dootson17-Jan-09 8:30 
GeneralRe: Transparent colour on window using win32 Pin
Code-o-mat17-Jan-09 9:25
Code-o-mat17-Jan-09 9:25 
GeneralRe: Transparent colour on window using win32 Pin
CPallini17-Jan-09 9:45
mveCPallini17-Jan-09 9:45 
GeneralRe: Transparent colour on window using win32 Pin
Code-o-mat17-Jan-09 9:48
Code-o-mat17-Jan-09 9:48 
GeneralRe: Transparent colour on window using win32 Pin
Steve_18-Jan-09 5:08
Steve_18-Jan-09 5:08 

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.