VS.NET 2003 not update assemblies

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
 
P

Peter Foot [MVP]

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
 
A

Alex Feinman [MVP]

If you by some chance added the dll as "content" to the exe project, it will
keep loading the old version
 

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