Click here to Skip to main content
15,915,702 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Do I need to release .NET 3.5 SP1 to all users? Pin
Ravadre20-Mar-09 11:56
Ravadre20-Mar-09 11:56 
GeneralRe: Do I need to release .NET 3.5 SP1 to all users? [modified] Pin
led mike18-Mar-09 7:35
led mike18-Mar-09 7:35 
GeneralRe: Do I need to release .NET 3.5 SP1 to all users? Pin
Dave Kreskowiak18-Mar-09 10:45
mveDave Kreskowiak18-Mar-09 10:45 
GeneralRe: Do I need to release .NET 3.5 SP1 to all users? Pin
led mike19-Mar-09 4:33
led mike19-Mar-09 4:33 
GeneralRe: Do I need to release .NET 3.5 SP1 to all users? Pin
Pete O'Hanlon19-Mar-09 12:57
mvePete O'Hanlon19-Mar-09 12:57 
GeneralRe: Do I need to release .NET 3.5 SP1 to all users? Pin
led mike20-Mar-09 4:37
led mike20-Mar-09 4:37 
GeneralRe: Do I need to release .NET 3.5 SP1 to all users? Pin
Dave Kreskowiak19-Mar-09 14:04
mveDave Kreskowiak19-Mar-09 14:04 
AnswerRe: Do I need to release .NET 3.5 SP1 to all users? Pin
Simon P Stevens18-Mar-09 6:51
Simon P Stevens18-Mar-09 6:51 
Sp1 contains two types of stuff.

1) New libraries (e.g. the entity framework).
Provided you don't go using these, it won't matter that your users don't have them. You will need to be very careful to make sure you don't accidentally use some new sp1 functionality that your users don't have.

2) CLR improvements. (e.g. various performance improvements to WPF loading times etc). It doesn't matter that your assembly is compiled against 3.5 SP1 on your PC, it will still work on a PC with just plain old 3.5, but you just won't see any of the improvements.

So in theory it should work fine, but as with anything in development, I wouldn't bet your life on it. The best way forward is probably to ensure you test thoroughly on a 3.5 pc without sp1 before deploying it to your users.

Simon

QuestionSiteLock template on C# Pin
budarin17-Mar-09 11:57
budarin17-Mar-09 11:57 
QuestionIDisposable, Inheritance and Event Handlers Pin
Alex Feature17-Mar-09 9:36
Alex Feature17-Mar-09 9:36 
AnswerRe: IDisposable, Inheritance and Event Handlers Pin
Natza Mitzi17-Mar-09 10:02
Natza Mitzi17-Mar-09 10:02 
GeneralRe: IDisposable, Inheritance and Event Handlers Pin
Alex Feature17-Mar-09 21:07
Alex Feature17-Mar-09 21:07 
GeneralRe: IDisposable, Inheritance and Event Handlers Pin
Alex Feature18-Mar-09 2:07
Alex Feature18-Mar-09 2:07 
GeneralRe: IDisposable, Inheritance and Event Handlers Pin
Natza Mitzi18-Mar-09 3:30
Natza Mitzi18-Mar-09 3:30 
AnswerRe: IDisposable, Inheritance and Event Handlers Pin
S. Senthil Kumar19-Mar-09 3:53
S. Senthil Kumar19-Mar-09 3:53 
QuestionProblem in creating website with CMS Pin
itsravie17-Mar-09 5:37
itsravie17-Mar-09 5:37 
AnswerPick a forum and stick with it. Pin
Pete O'Hanlon17-Mar-09 6:07
mvePete O'Hanlon17-Mar-09 6:07 
GeneralRe: Pick a forum and stick with it. Pin
led mike17-Mar-09 8:06
led mike17-Mar-09 8:06 
AnswerRe: Problem in creating website with CMS Pin
led mike17-Mar-09 8:08
led mike17-Mar-09 8:08 
QuestionISSue with VS 2005 Pin
p_196016-Mar-09 22:38
p_196016-Mar-09 22:38 
Questioninvisible watermark in MS word files Pin
Ayesha Manzoor16-Mar-09 6:40
Ayesha Manzoor16-Mar-09 6:40 
AnswerRe: invisible watermark in MS word files Pin
0x3c016-Mar-09 6:52
0x3c016-Mar-09 6:52 
GeneralRe: invisible watermark in MS word files Pin
Ayesha Manzoor24-Mar-09 1:30
Ayesha Manzoor24-Mar-09 1:30 
AnswerRe: invisible watermark in MS word files Pin
led mike17-Mar-09 4:22
led mike17-Mar-09 4:22 
GeneralRe: invisible watermark in MS word files Pin
Ayesha Manzoor24-Mar-09 2:01
Ayesha Manzoor24-Mar-09 2:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.