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

.NET (Core and Framework)

 
GeneralRe: Plugins for Application Pin
Pete O'Hanlon28-Jun-11 5:02
mvePete O'Hanlon28-Jun-11 5:02 
AnswerRe: Plugins for Application Pin
jschell29-Jun-11 9:48
jschell29-Jun-11 9:48 
GeneralRe: Plugins for Application Pin
Xmen Real 29-Jun-11 14:44
professional Xmen Real 29-Jun-11 14:44 
GeneralRe: Plugins for Application Pin
LCARS x3211-Aug-11 17:37
LCARS x3211-Aug-11 17:37 
GeneralRe: Plugins for Application Pin
Xmen Real 11-Aug-11 18:19
professional Xmen Real 11-Aug-11 18:19 
GeneralRe: Plugins for Application Pin
LCARS x3211-Aug-11 19:33
LCARS x3211-Aug-11 19:33 
GeneralRe: Plugins for Application Pin
Xmen Real 12-Aug-11 0:31
professional Xmen Real 12-Aug-11 0:31 
Questioncalling webservice funtion frm Smar Device Pin
imtiazahmad27-Jun-11 1:26
imtiazahmad27-Jun-11 1:26 
AnswerRe: calling webservice funtion frm Smar Device Pin
Not Active27-Jun-11 2:38
mentorNot Active27-Jun-11 2:38 
Questiondynamic column width in crystal report asp .net 2008 Pin
HarshalPKale23-Jun-11 0:49
HarshalPKale23-Jun-11 0:49 
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 

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.