Click here to Skip to main content
15,919,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to show an image within an RichEdit control? Pin
Hamid_RT18-Jan-09 22:51
Hamid_RT18-Jan-09 22:51 
QuestionHow to save the content of an RichEdit control as a record in MS-Access database? Pin
Joseph Marzbani18-Jan-09 18:41
Joseph Marzbani18-Jan-09 18:41 
AnswerRe: How to save the content of an RichEdit control as a record in MS-Access database? Pin
Stuart Dootson18-Jan-09 22:07
professionalStuart Dootson18-Jan-09 22:07 
AnswerRe: How to save the content of an RichEdit control as a record in MS-Access database? Pin
David Crow19-Jan-09 3:21
David Crow19-Jan-09 3:21 
Questionread a ms word document using vc++ Pin
AVIHAR18-Jan-09 18:10
AVIHAR18-Jan-09 18:10 
AnswerRe: read a ms word document using vc++ Pin
_AnsHUMAN_ 18-Jan-09 18:57
_AnsHUMAN_ 18-Jan-09 18:57 
AnswerRe: read a ms word document using vc++ Pin
David Crow19-Jan-09 3:25
David Crow19-Jan-09 3:25 
QuestionConstructors and Serialization Pin
BobInNJ18-Jan-09 9:34
BobInNJ18-Jan-09 9:34 
AnswerRe: Constructors and Serialization Pin
CPallini18-Jan-09 9:53
mveCPallini18-Jan-09 9:53 
AnswerRe: Constructors and Serialization Pin
Iain Clarke, Warrior Programmer18-Jan-09 23:30
Iain Clarke, Warrior Programmer18-Jan-09 23:30 
GeneralRe: Constructors and Serialization Pin
BobInNJ19-Jan-09 6:09
BobInNJ19-Jan-09 6:09 
QuestionpoolObject Pin
rini2518-Jan-09 7:51
rini2518-Jan-09 7:51 
AnswerRe: poolObject Pin
Stuart Dootson18-Jan-09 8:29
professionalStuart Dootson18-Jan-09 8:29 
AnswerRe: poolObject Pin
Radhakrishnan G.19-Jan-09 4:34
Radhakrishnan G.19-Jan-09 4:34 
QuestionWin32 API function for getting the hardware details Pin
aaasrgm18-Jan-09 4:01
aaasrgm18-Jan-09 4:01 
AnswerRe: Win32 API function for getting the hardware details Pin
Jonathan Davies18-Jan-09 4:16
Jonathan Davies18-Jan-09 4:16 
GeneralRe: Win32 API function for getting the hardware details Pin
aaasrgm18-Jan-09 4:32
aaasrgm18-Jan-09 4:32 
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

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.