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

.NET (Core and Framework)

 
GeneralRe: triggers Pin
Giorgi Dalakishvili7-Feb-08 19:57
mentorGiorgi Dalakishvili7-Feb-08 19:57 
GeneralRe: triggers Pin
Paul Conrad10-Feb-08 8:15
professionalPaul Conrad10-Feb-08 8:15 
QuestionFile.Exists() Problem Vista [modified] Pin
SamM7-Feb-08 9:33
SamM7-Feb-08 9:33 
GeneralRe: File.Exists() Problem Vista Pin
Tony Richards7-Feb-08 12:51
Tony Richards7-Feb-08 12:51 
GeneralRe: File.Exists() Problem Vista Pin
SamM7-Feb-08 21:22
SamM7-Feb-08 21:22 
QuestionHow to configure VS2005 to use 64 bit csc.exe Pin
raks357-Feb-08 7:05
raks357-Feb-08 7:05 
AnswerRe: How to configure VS2005 to use 64 bit csc.exe Pin
Michael P. Scherer9-Feb-08 5:18
Michael P. Scherer9-Feb-08 5:18 
AnswerRe: How to configure VS2005 to use 64 bit csc.exe Pin
Mike Dimmick12-Feb-08 0:06
Mike Dimmick12-Feb-08 0:06 
The output MSIL code is identical whether you select MSIL (AnyCpu), x86 or x64 output. The only difference is a flag in the header stating which platform it was compiled for. EXE files (I'm not sure about DLLs) carry a PE64 header indicating it can only be run on the 64-bit OS.

The actual processor-specific code is compiled at runtime by the JIT compiler.

A class library marked MSIL (AnyCpu) can be loaded into a 32-bit or a 64-bit process. The only reason to mark it as one of the others is if you've written any code which assumes the size of a pointer, or uses any APIs that are different between the two platforms.

The only difference between the two versions of csc.exe is that the version in Framework64 is itself a 64-bit executable. Either version can produce code marked with any of the three platform types.


DoEvents: Generating unexpected recursion since 1991

QuestionRaise VB6 event from C# Com (dll) [modified] Pin
MayyMagdy6-Feb-08 11:29
MayyMagdy6-Feb-08 11:29 
GeneralRe: Raise VB6 event from C# Com (dll) Pin
led mike7-Feb-08 5:04
led mike7-Feb-08 5:04 
GeneralRe: Raise VB6 event from C# Com (dll) Pin
MayyMagdy7-Feb-08 11:52
MayyMagdy7-Feb-08 11:52 
General.NET Reference Code Downloader For Debugging With Visual Studio 2005 Pin
Izzet Kerem Kusmezer6-Feb-08 8:57
Izzet Kerem Kusmezer6-Feb-08 8:57 
GeneralRe: .NET Reference Code Downloader For Debugging With Visual Studio 2005 Pin
Pete O'Hanlon7-Feb-08 22:17
mvePete O'Hanlon7-Feb-08 22:17 
GeneralRe: .NET Reference Code Downloader For Debugging With Visual Studio 2005 Pin
Vasudevan Deepak Kumar11-Feb-08 23:36
Vasudevan Deepak Kumar11-Feb-08 23:36 
GeneralThread's processory affinity Pin
vijboy6-Feb-08 7:18
vijboy6-Feb-08 7:18 
GeneralNetwork connection staus Pin
vijboy6-Feb-08 6:57
vijboy6-Feb-08 6:57 
GeneralRe: Network connection staus Pin
Joachim Kerschbaumer6-Feb-08 22:36
Joachim Kerschbaumer6-Feb-08 22:36 
GeneralRe: Network connection staus Pin
vijboy7-Feb-08 7:57
vijboy7-Feb-08 7:57 
GeneralEditorBrowsable / Browsable Pin
AndrewVos6-Feb-08 6:42
AndrewVos6-Feb-08 6:42 
GeneralDataGridView (WinForms) Pagination Section Pin
Tristan Rhodes5-Feb-08 23:23
Tristan Rhodes5-Feb-08 23:23 
GeneralRe: DataGridView (WinForms) Pagination Section Pin
led mike6-Feb-08 5:21
led mike6-Feb-08 5:21 
GeneralRe: DataGridView (WinForms) Pagination Section Pin
Tristan Rhodes6-Feb-08 23:47
Tristan Rhodes6-Feb-08 23:47 
GeneralRe: DataGridView (WinForms) Pagination Section Pin
led mike7-Feb-08 4:57
led mike7-Feb-08 4:57 
GeneralRe: DataGridView (WinForms) Pagination Section Pin
Tristan Rhodes11-Feb-08 23:14
Tristan Rhodes11-Feb-08 23:14 
Questionhow to write a program in JAVA to mesure ping delay...? Pin
sacr835-Feb-08 22:13
sacr835-Feb-08 22:13 

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.