Question in deploying .NET to CE device

  • Thread starter Thread starter Kenneth Cheng
  • Start date Start date
K

Kenneth Cheng

I have a little problem in deploying my application to a
CE device. My application, which is written by VB.NET, can
be executed in the Emulator. I deploy the file
SmartDeviceApplication1.exe to a SYMBOL WinCE 4.1 device.
After I copied and wanted to execute this application, my
CE alerted

"Cannot find SmartDeviceApplication2 (or one of its
components). Make sure the path and filename are correct
and that all the required libraries are available".

I am sure this application can be deployed and executed in
another CE4.1 CASIO deivce. Is there any necessary cab or
lib files I should install in my SYMBOL device? Is there
any step I've missed?

Best regards,
Kenneth.
 
Hi,

Maybe the .net compact framework libraries are missing in the device. try
installing the .net compact framework libraries and run ur application

Girish
 
Back
Top