visual studio 2008 - Can I safely install .Net framework 3.5 SP1 without requiring my customers to upgrade their .Net Framework distributable? (currently running 3.5) -


can safely download , install .net framework 3.5 sp1 without requiring customers upgrade .net framework distributable?

edit: , without changing build script

edit: i'm running 3.5

from hanselman,

on .net 3.5 side of things, since sp (service pack), yes, stuff goes in gac , gets changed. however, changes additive. means if api's method signature has changed, that's bug need fix. compatible service pack release. shouldn't break of existing code.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -