0
votes

I'm developing tools for a WPF clickonce XBAP application for internal deployment within a large corporation. I'd really like to use Expression Blend 4, but that requires me to upgrade to .NET 4.0 (right?).

The project manager tells me the corporate IT department likely won't roll out .NET 4.0 framework to desktops until late 2011.

Is there any basis for their security concerns?

Does anyone know of any resources that I could point them to to allay their fears?

If I upgrade to .NET 4.0 Client profile, could they just roll out a smaller (and presumably more secure) framework?

Update: Also, they may be worried about breaking existing applications. What is the risk that existing apps that use 3.5 (or earlier) will be impacted by having 4.0 installed?

1
Did they say it was due to security concerns? Sometimes they just want to do compatibility tests with existing software, and sometimes that takes a lot of time (especially if only 1 or 2 people are responsible and only part-time or there's a large amount of testing).FrustratedWithFormsDesigner
I thought existing software wouldn't be impacted since it would continue to use whatever framework is currently in use. Is this not true?Kirk Kuykendall
Could you write this using Silverlight, so you just have to upgrade one server?James Black
Why would you have to update a server to use Silverlight?Lasse V. Karlsen

1 Answers

0
votes

I believe blend 4 will still work with .Net 3.5 projects. There should be no security concerns for desktops, especially if you stick to the Client version of the framework.