Supporting files are installed every time of application running - problem

  • Thread starter Thread starter ksskumar2000
  • Start date Start date
K

ksskumar2000

Hi friends,

I got a VB.NET source code for PDA application. It uses SQLSERVER
CE, OPEN NET CF and Framework.

My problem is each and every time when I run the program all
components is deployed into the emulator. Is it not enough only one
time deployment of supporting libraries like SQLSERVER CE, OPEN NET CF
and etc., Is there any way to stop deploying supporting files, if
already deployed?

Since every time deployment taking atleat a minute to complete, I am
not able to debug it properly.

I used to run the program is Pocket PC 2002 emulator, the default one
in Visual studio.NET.

Thanks
 
Change the build action to None after the first deployment of files you
don't want deployed.

-Chris
 
Back
Top