VS.NET 2003 not update assemblies

  • Thread starter Thread starter Tod Johnson
  • Start date Start date
T

Tod Johnson

Hello,

I've been developing application than contains 2 files .EXE (loader) and
..DLL. When I do any changes with .DLL and Deploy it to my PPC it never
update. At first I have to delete it on device and after that deploy it.
Are any method to force it every time to update all files, not only .EXE

Thank you,
Tod
 
This is most likely because the application is still running on the device,
hence the file cannot be overwritten. If this is the case you will see this
in the log in the "Output" window. Check whether the app is running using
the Settings > Memory > Running Applications or use a third party task
manager.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
 
If you by some chance added the dll as "content" to the exe project, it will
keep loading the old version
 
Back
Top