
Arif
Novice
Oct 19, 2004, 9:09 AM
Post #1 of 1
(876 views)
|
hi, My C# Pocket PC program scans the Barcode and saves in the inventory. All is fine. But the problem is when I cold boot my pocket pc or if it is not used for 5 to 6 months then due to battery discharge all the programs installed/deployed on that are vanished. However Windows CE remains and works fine. The scenario is that SQL_Sever_CE_2.0 is installed/copied (SQL Server CE dll files ) during deployment process by VS.NET (only for the first time), to the following directory: (PocketPC root dir)\Windows\SQLCE 2.0\ and some dll file at (PocketPC root dir)\Windows\ after this whenever I deploy the program no SQL Server CE dll files are copied again. But when the pocket pc is cold booted, all the programs are lost and SQL Server CE dll files needed to be copied/ deployed again on the above mentioned folders. my vendor told me that \Application and \Platform are those folders in which files/data copied are never lost. now when i execute my program saved in \Application\Interfaces.exe , messages=> 'Paths or Requied libraries are missing' (because SQL Server CE dll files have vanished and i now i need to again connect my Pocket PC with PC host and use VS.NET to deploy these SQLServerCE dll files again.) Can anyone help me regarding how can I direct VS.NET to copy SQL Server CE dll files in these directories instead of \Windows\SQLCE 2.0 and \Windows directories. or How can i get rid of removal of these SQLServerCE dll files while my programs can use these files. Please help. Regards Arif.
|