Repost: Calling a class done in a dll in C# with Win CE.net from C++.net

  • Thread starter Thread starter Kenric Li
  • Start date Start date
K

Kenric Li

Thanks.

I have tried and I can query the methods in the code. However, when I run
to link to that dll by calling some basic method without any parameters, I
have the following errors:

An unhandled exception of type 'System.IO.FileNotFoundException' occurred in
Unknown Module.

Additional information: File or assembly name MPU-L465, or one of its
dependencies, was not found.

Are there any dependent module I need not include for such call?

regards,

KenricCarl Daniel [VC++ MVP]
<[email protected]>
 
Hi,

I intend to make a program that sends data from a WindowsCE device to
be printed on this printer (MPU-L465)...... The only thing I know is
that the printer has a CE .NET driver....
My question is: can I write my code in C# ???? Thre is a thread in
this forum about it, but it seems to me that you are programming
only in eVC++......

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
 
Back
Top