Click here to Skip to main content
15,892,674 members
Home / Discussions / C#
   

C#

 
QuestionIndividual SubItem Double-click in Detail ListView Pin
Simmerliner6-Dec-14 7:17
Simmerliner6-Dec-14 7:17 
AnswerRe: Individual SubItem Double-click in Detail ListView Pin
Ravi Bhavnani6-Dec-14 11:51
professionalRavi Bhavnani6-Dec-14 11:51 
GeneralRe: Individual SubItem Double-click in Detail ListView Pin
Simmerliner6-Dec-14 13:34
Simmerliner6-Dec-14 13:34 
Questionwindows store app streaming webcam Pin
blqck6-Dec-14 4:28
blqck6-Dec-14 4:28 
GeneralMessage Closed Pin
5-Dec-14 8:02
ItsElio5-Dec-14 8:02 
GeneralRe: Community Project Pin
OriginalGriff5-Dec-14 8:12
mveOriginalGriff5-Dec-14 8:12 
QuestionProblems adding an .NET 3.5 dll to a .NET 2.0 application Pin
Stephen Holdorf5-Dec-14 7:20
Stephen Holdorf5-Dec-14 7:20 
AnswerRe: Problems adding an .NET 3.5 dll to a .NET 2.0 application Pin
OriginalGriff5-Dec-14 8:09
mveOriginalGriff5-Dec-14 8:09 
You can't add an assembly that is targeted at a higher version of the framework than the version your app is targeting: it won't be able to run the in the real world as the framework installed could well be V2.0 - and the V3.5 assembly can;t work under that.

Either recompile the referenced assembly under V2.0, or change your main application target to at least V3.5
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

GeneralRe: Problems adding an .NET 3.5 dll to a .NET 2.0 application Pin
Stephen Holdorf5-Dec-14 9:13
Stephen Holdorf5-Dec-14 9:13 
GeneralRe: Problems adding an .NET 3.5 dll to a .NET 2.0 application Pin
OriginalGriff5-Dec-14 21:39
mveOriginalGriff5-Dec-14 21:39 
QuestionWindows Service Interface Pin
milo-xml5-Dec-14 3:45
professionalmilo-xml5-Dec-14 3:45 
GeneralRe: Windows Service Interface Pin
PIEBALDconsult5-Dec-14 3:54
mvePIEBALDconsult5-Dec-14 3:54 
GeneralRe: Windows Service Interface Pin
milo-xml8-Dec-14 2:12
professionalmilo-xml8-Dec-14 2:12 
Questiongeneral query related to C# Pin
Member 112872604-Dec-14 13:33
Member 112872604-Dec-14 13:33 
AnswerRe: general query related to C# Pin
syed shanu4-Dec-14 14:14
professionalsyed shanu4-Dec-14 14:14 
GeneralRe: general query related to C# Pin
Member 112872604-Dec-14 14:29
Member 112872604-Dec-14 14:29 
GeneralRe: general query related to C# Pin
syed shanu4-Dec-14 14:45
professionalsyed shanu4-Dec-14 14:45 
AnswerRe: general query related to C# Pin
BillWoodruff4-Dec-14 18:46
professionalBillWoodruff4-Dec-14 18:46 
AnswerRe: general query related to C# Pin
V.4-Dec-14 20:03
professionalV.4-Dec-14 20:03 
GeneralRe: general query related to C# Pin
den2k885-Dec-14 0:35
professionalden2k885-Dec-14 0:35 
GeneralRe: general query related to C# Pin
Member 112872605-Dec-14 2:44
Member 112872605-Dec-14 2:44 
GeneralRe: general query related to C# Pin
V.5-Dec-14 2:46
professionalV.5-Dec-14 2:46 
GeneralRe: general query related to C# Pin
Member 112872605-Dec-14 3:02
Member 112872605-Dec-14 3:02 
GeneralRe: general query related to C# Pin
Member 112872605-Dec-14 3:39
Member 112872605-Dec-14 3:39 
GeneralRe: general query related to C# Pin
V.5-Dec-14 4:36
professionalV.5-Dec-14 4:36 

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.