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

.NET (Core and Framework)

 
QuestionWhy my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
lydiae15-Jun-11 20:27
lydiae15-Jun-11 20:27 
AnswerRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Roger Wright15-Jun-11 20:51
professionalRoger Wright15-Jun-11 20:51 
GeneralRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Pete O'Hanlon15-Jun-11 20:58
mvePete O'Hanlon15-Jun-11 20:58 
QuestionRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
lydiae15-Jun-11 21:05
lydiae15-Jun-11 21:05 
AnswerRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Pete O'Hanlon15-Jun-11 21:17
mvePete O'Hanlon15-Jun-11 21:17 
AnswerRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Pete O'Hanlon15-Jun-11 21:42
mvePete O'Hanlon15-Jun-11 21:42 
GeneralRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Roger Wright15-Jun-11 21:27
professionalRoger Wright15-Jun-11 21:27 
GeneralRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Pete O'Hanlon15-Jun-11 21:41
mvePete O'Hanlon15-Jun-11 21:41 
Take a look at the criticism section which show that Microsoft were damned if they did and damned if they didn't:

"Some developers have expressed concerns about the large size of the .NET Framework runtime installers for end-users. The size is around 54 MB for .NET 3.0, 197 MB for .NET 3.5, and 250 MB for .NET 3.5 SP1 (while using web installer the typical download for Windows XP is around 50 MB, for Windows Vista - 20 MB). The size issue is partially solved with .NET 4 installer (x86 + x64) being 54 MB and not embedding full runtime installation packages for previous versions."

Basically, the issue they are addressing here is the user experience when somebody has to download code written for .NET 3.5 SP1 which resulted in a whopping 250MB download. What it sounds to me is Lydia has code that is still using a .NET 3.5 reference (in VS2010 you have the option just to choose .NET 4 references). The fix could be as simple as removing the reference to the old DLL and adding in the appropriate .NET 4 version.

With .NET 4, it's not a good idea to mix with previous versions.

Forgive your enemies - it messes with their heads


My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility


GeneralRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Roger Wright15-Jun-11 22:05
professionalRoger Wright15-Jun-11 22:05 
GeneralRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
lydiae16-Jun-11 1:18
lydiae16-Jun-11 1:18 
GeneralRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Pete O'Hanlon16-Jun-11 1:59
mvePete O'Hanlon16-Jun-11 1:59 
GeneralRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Roger Wright16-Jun-11 4:20
professionalRoger Wright16-Jun-11 4:20 
GeneralRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
Jason Christian16-Jun-11 6:30
Jason Christian16-Jun-11 6:30 
AnswerRe: Why my application requires .NET 3.5 and .NET 4.0 Framework?? Pin
James Lonero17-Jun-11 12:31
James Lonero17-Jun-11 12:31 
Questionadding code at runtime Pin
todd.0101110114-Jun-11 7:27
todd.0101110114-Jun-11 7:27 
AnswerRe: adding code at runtime Pin
Not Active14-Jun-11 7:58
mentorNot Active14-Jun-11 7:58 
AnswerRe: adding code at runtime Pin
jschell14-Jun-11 8:09
jschell14-Jun-11 8:09 
AnswerRe: adding code at runtime Pin
Eddy Vluggen14-Jun-11 8:48
professionalEddy Vluggen14-Jun-11 8:48 
AnswerRe: adding code at runtime Pin
dasblinkenlight14-Jun-11 11:00
dasblinkenlight14-Jun-11 11:00 
GeneralRe: adding code at runtime Pin
todd.0101110114-Jun-11 11:14
todd.0101110114-Jun-11 11:14 
GeneralRe: adding code at runtime Pin
jschell15-Jun-11 8:53
jschell15-Jun-11 8:53 
GeneralRe: adding code at runtime Pin
todd.0101110115-Jun-11 9:34
todd.0101110115-Jun-11 9:34 
AnswerRe: adding code at runtime Pin
RobCroll14-Jun-11 18:47
RobCroll14-Jun-11 18:47 
GeneralRe: adding code at runtime Pin
Not Active15-Jun-11 9:59
mentorNot Active15-Jun-11 9:59 
AnswerRe: adding code at runtime Pin
Eric W Scott16-Jun-11 3:01
professionalEric W Scott16-Jun-11 3: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.