G
Guest
in the article:
http://www.codeproject.com/netcf/VBPocketPCBitmaps.asp
it explains how to load a c# project 'inside' of a VB project as a .dll and
call it from VB code. This example uses the C# code found in the MS
scribbler demo app to save a bitmap to a file . This method works great when
debugging to the 2003 emulator, but when deployed to an actual device, I
receive a 'Managed MissingMethodeException' error when I call the code. I
have verified that the '.dll is on the device in the application directory.
Must I register this .dll or something?
http://www.codeproject.com/netcf/VBPocketPCBitmaps.asp
it explains how to load a c# project 'inside' of a VB project as a .dll and
call it from VB code. This example uses the C# code found in the MS
scribbler demo app to save a bitmap to a file . This method works great when
debugging to the 2003 emulator, but when deployed to an actual device, I
receive a 'Managed MissingMethodeException' error when I call the code. I
have verified that the '.dll is on the device in the application directory.
Must I register this .dll or something?