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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -