Supporting files are installed every time of application running - problem

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
 
G

Guest

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

-Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top