dotnet release process

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?
 
C

Chris Tacke, MVP

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
 
S

Simon Hart [MVP]

If you do this, ensure your consumer doesn't bind to a specifc version of
the assemblies.
 

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