Click here to Skip to main content
15,881,882 members
Home / Discussions / C#
   

C#

 
QuestionPlacing UserControl within a UserControl (WPF) Pin
LAPEC23-Jun-14 8:57
LAPEC23-Jun-14 8:57 
AnswerRe: Placing UserControl within a UserControl (WPF) Pin
OriginalGriff23-Jun-14 20:01
mveOriginalGriff23-Jun-14 20:01 
QuestionMultiple application installer in single Setup file Pin
Ashfaque Hussain23-Jun-14 4:55
Ashfaque Hussain23-Jun-14 4:55 
AnswerRe: Multiple application installer in single Setup file Pin
Maciej Los23-Jun-14 9:40
mveMaciej Los23-Jun-14 9:40 
GeneralRe: Multiple application installer in single Setup file Pin
Ashfaque Hussain23-Jun-14 19:47
Ashfaque Hussain23-Jun-14 19:47 
GeneralRe: Multiple application installer in single Setup file Pin
Ashfaque Hussain23-Jun-14 23:37
Ashfaque Hussain23-Jun-14 23:37 
QuestionAbout Error - unable to find a version of the runtime to run this application." error when try to open the application. Pin
Member 1084900023-Jun-14 2:25
Member 1084900023-Jun-14 2:25 
AnswerRe: About Error - unable to find a version of the runtime to run this application." error when try to open the application. Pin
OriginalGriff23-Jun-14 2:38
mveOriginalGriff23-Jun-14 2:38 
Check your app: look at the version of the .NET framework it is targeting.
VS2010 supports up to V4.0, but MSDN does say:
"However, the .NET Framework 4 ends this layering approach, so apps built for 2.0. 3.0, or 3.5 will not work on version 4 or later."
http://msdn.microsoft.com/en-us/library/bb822049(v=vs.110).aspx[^]

So if your app is targeting V3.5 or below, then installing V4.0 of .NET will not allow it to run. Either change the target of you app and rebuild, or install .NET V3.5
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952)
Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

QuestionC sharp windows application development Pin
Galacha Kevin23-Jun-14 2:09
Galacha Kevin23-Jun-14 2:09 
AnswerRe: C sharp windows application development Pin
OriginalGriff23-Jun-14 2:32
mveOriginalGriff23-Jun-14 2:32 
AnswerRe: C sharp windows application development Pin
Kornfeld Eliyahu Peter23-Jun-14 2:59
professionalKornfeld Eliyahu Peter23-Jun-14 2:59 
AnswerRe: C sharp windows application development Pin
Swinkaran23-Jun-14 15:15
professionalSwinkaran23-Jun-14 15:15 
AnswerRe: C sharp windows application development Pin
V.23-Jun-14 20:12
professionalV.23-Jun-14 20:12 
QuestionCryptanalysis Algorithm RC5 Pin
KaKoten22-Jun-14 13:29
KaKoten22-Jun-14 13:29 
AnswerRe: Cryptanalysis Algorithm RC5 Pin
Manfred Rudolf Bihy22-Jun-14 15:15
professionalManfred Rudolf Bihy22-Jun-14 15:15 
GeneralRe: Cryptanalysis Algorithm RC5 Pin
KaKoten22-Jun-14 15:35
KaKoten22-Jun-14 15:35 
GeneralRe: Cryptanalysis Algorithm RC5 Pin
Dave Kreskowiak22-Jun-14 17:36
mveDave Kreskowiak22-Jun-14 17:36 
GeneralRe: Cryptanalysis Algorithm RC5 Pin
KaKoten22-Jun-14 18:07
KaKoten22-Jun-14 18:07 
GeneralRe: Cryptanalysis Algorithm RC5 Pin
Dave Kreskowiak22-Jun-14 18:41
mveDave Kreskowiak22-Jun-14 18:41 
GeneralRe: Cryptanalysis Algorithm RC5 Pin
KaKoten22-Jun-14 18:46
KaKoten22-Jun-14 18:46 
GeneralRe: Cryptanalysis Algorithm RC5 Pin
harold aptroot23-Jun-14 4:01
harold aptroot23-Jun-14 4:01 
GeneralRe: Cryptanalysis Algorithm RC5 Pin
KaKoten23-Jun-14 12:43
KaKoten23-Jun-14 12:43 
AnswerRe: Cryptanalysis Algorithm RC5 Pin
OriginalGriff22-Jun-14 19:39
mveOriginalGriff22-Jun-14 19:39 
GeneralRe: Cryptanalysis Algorithm RC5 Pin
KaKoten23-Jun-14 0:51
KaKoten23-Jun-14 0:51 
GeneralRe: Cryptanalysis Algorithm RC5 Pin
OriginalGriff23-Jun-14 1:04
mveOriginalGriff23-Jun-14 1:04 

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.