dotnet release process

  • Thread starter Thread starter pradeep s
  • Start date Start date
P

pradeep s

In our dotnet application, during release process we need to release
in module level or screen level instead of releasing the full cab file
each time.Full cab file release will take more network resources for
all the users to downloand the same.So in case of patch builds, we
would like to release module level dll files
How can we achieve this?
 
Simply ship a new DLL in some form of package. How, exactly, would be
greatly dependent on how you expect the end user to install it.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
 
If you do this, ensure your consumer doesn't bind to a specifc version of
the assemblies.
 
Back
Top