|
|
|
start date: Fri, 20 Jul 2007 14:37:55 -0700,
posted on: microsoft.public.dotnet.framework.compactframework
back
| Thread Index |
|
1
unknown
|
|
2
ctacke/ ctacke[at]opennetcf[dot]com
|
|
3
unknown
|
Upgraded DLL does not overwrite the original
A DLL file included in a Deployment package in VS2005 does not
overwrite a previous version DLL on the device when installed.
I'm guessing because the older DLL may be still be "registered" when
the new DLL attempts to overwrite, and therefore does not.
No errors are thrown, i'm just not able to get the new DLL on the
device unless the old application is uninstalled entirely first.
Any way to force an overwrite??
Date:Fri, 20 Jul 2007 14:37:55 -0700
Author:
|
Re: Upgraded DLL does not overwrite the original
Have you made certain the application is shut down and not holding the DLL?
I also think you can mark files in the installer as to what replacement
behavior to follow (leave, replace if newer, etc).
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
wrote in message
news:1184967475.272277.163490@e16g2000pri.googlegroups.com...
>A DLL file included in a Deployment package in VS2005 does not
> overwrite a previous version DLL on the device when installed.
>
> I'm guessing because the older DLL may be still be "registered" when
> the new DLL attempts to overwrite, and therefore does not.
>
> No errors are thrown, i'm just not able to get the new DLL on the
> device unless the old application is uninstalled entirely first.
>
> Any way to force an overwrite??
>
Date:Fri, 20 Jul 2007 16:40:56 -0500
Author:
|
Re: Upgraded DLL does not overwrite the original
> Have you made certain the application is shut down and not holding the DLL?
> I also think you can mark files in the installer as to what replacement
> behavior to follow (leave, replace if newer, etc).
The replacement behavior is available for compiling a project, but not
copying an individual file.
Date:Sat, 21 Jul 2007 06:08:17 -0700
Author:
|
|
|