A
averyrf
I have written a winform app that splits out various pieces of
functionality into separate assemblies (Class Libraries). I deploy it
using ClickOnce. The main exe is marked Incude(Auto) and Required.
The various assemblies are marked Include(Auto) and split into File
Groups. All of the Class Libraries are referenced in the solution by
the exe project. After the File Group is asynchronously downloaded,
the latest version is not used. The previous version is used in its
place. If I synchronously download the assemblies, the same thing
happens. Any ideas???
Thanks!!
functionality into separate assemblies (Class Libraries). I deploy it
using ClickOnce. The main exe is marked Incude(Auto) and Required.
The various assemblies are marked Include(Auto) and split into File
Groups. All of the Class Libraries are referenced in the solution by
the exe project. After the File Group is asynchronously downloaded,
the latest version is not used. The previous version is used in its
place. If I synchronously download the assemblies, the same thing
happens. Any ideas???
Thanks!!