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

.NET (Core and Framework)

 
AnswerRe: Binding IP address to modem connection. Pin
Mehmet Suyuti Dindar28-Nov-07 20:53
Mehmet Suyuti Dindar28-Nov-07 20:53 
Questionvs2005 setup Pin
GaneshKumarVkm26-Nov-07 22:06
GaneshKumarVkm26-Nov-07 22:06 
AnswerRe: vs2005 setup Pin
Colin Angus Mackay26-Nov-07 22:57
Colin Angus Mackay26-Nov-07 22:57 
AnswerRe: vs2005 setup Pin
Pete O'Hanlon27-Nov-07 2:37
mvePete O'Hanlon27-Nov-07 2:37 
AnswerRe: vs2005 setup Pin
Vasudevan Deepak Kumar27-Nov-07 2:55
Vasudevan Deepak Kumar27-Nov-07 2:55 
QuestionHow to know which .NET framework servicepack version is used ? Pin
kaminem26-Nov-07 6:26
kaminem26-Nov-07 6:26 
AnswerRe: How to know which .NET framework servicepack version is used ? Pin
Luc Pattyn26-Nov-07 6:41
sitebuilderLuc Pattyn26-Nov-07 6:41 
AnswerRe: How to know which .NET framework servicepack version is used ? Pin
Mike Dimmick28-Nov-07 6:15
Mike Dimmick28-Nov-07 6:15 
The question is complicated by the fact that version 3.0 and 3.5 do not update the JIT compiler nor the base class libraries. Officially, anyway - 3.5 shipped simultaneously with (and requires) 2.0 SP1 which does update the CLR and BCL.

To determine the version of the CLR required, you can use the Assembly.ImageRuntimeVersion property, if you load the assembly using reflection. To determine if libraries from 3.0 or 3.5 are required you will need to use GetReferencedAssemblies and inspect the assemblies that are being loaded.


DoEvents: Generating unexpected recursion since 1991

Questionhow to convert an html file into pdf format(without lost of any information) Pin
chithra.r25-Nov-07 17:57
chithra.r25-Nov-07 17:57 
AnswerRe: how to convert an html file into pdf format(without lost of any information) Pin
Vasudevan Deepak Kumar25-Nov-07 18:09
Vasudevan Deepak Kumar25-Nov-07 18:09 
QuestionUDPClient "hangs" on second send/recieve Pin
BlueChippy25-Nov-07 7:04
BlueChippy25-Nov-07 7:04 
AnswerRe: UDPClient "hangs" on second send/recieve Pin
John_Allred28-Nov-07 13:26
John_Allred28-Nov-07 13:26 
QuestionChecking internet connection, the rigth approach Pin
Oshtri Deka25-Nov-07 5:34
professionalOshtri Deka25-Nov-07 5:34 
AnswerRe: Checking internet connection, the rigth approach Pin
Vasudevan Deepak Kumar25-Nov-07 18:11
Vasudevan Deepak Kumar25-Nov-07 18:11 
AnswerRe: Checking internet connection, the rigth approach Pin
John_Allred29-Nov-07 9:51
John_Allred29-Nov-07 9:51 
QuestionProgressBar Control [SOLVED] Pin
#realJSOP25-Nov-07 2:30
professional#realJSOP25-Nov-07 2:30 
AnswerRe: ProgressBar Control Pin
Luc Pattyn25-Nov-07 3:09
sitebuilderLuc Pattyn25-Nov-07 3:09 
QuestionLogs, logging, best practice... advice please Pin
Oshtri Deka23-Nov-07 10:06
professionalOshtri Deka23-Nov-07 10:06 
AnswerRe: Logs, logging, best practice... advice please Pin
Robert Rohde24-Nov-07 21:41
Robert Rohde24-Nov-07 21:41 
AnswerRe: Logs, logging, best practice... advice please Pin
Not Active25-Nov-07 12:51
mentorNot Active25-Nov-07 12:51 
AnswerRe: Logs, logging, best practice... advice please Pin
Vasudevan Deepak Kumar25-Nov-07 18:11
Vasudevan Deepak Kumar25-Nov-07 18:11 
AnswerRe: Logs, logging, best practice... advice please Pin
PIEBALDconsult26-Nov-07 9:28
mvePIEBALDconsult26-Nov-07 9:28 
QuestionAccurate DateTime.Now change notifications? Pin
chaiguy133723-Nov-07 7:35
chaiguy133723-Nov-07 7:35 
AnswerRe: Accurate DateTime.Now change notifications? Pin
Luc Pattyn23-Nov-07 8:25
sitebuilderLuc Pattyn23-Nov-07 8:25 
GeneralRe: Accurate DateTime.Now change notifications? Pin
chaiguy133723-Nov-07 8:37
chaiguy133723-Nov-07 8:37 

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.