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

.NET (Core and Framework)

 
Questionstuck with WebRequest Pin
Evgeni5728-Dec-08 3:11
Evgeni5728-Dec-08 3:11 
AnswerRe: stuck with WebRequest Pin
Mark Salsbery28-Dec-08 5:18
Mark Salsbery28-Dec-08 5:18 
GeneralRe: stuck with WebRequest Pin
Evgeni5728-Dec-08 7:10
Evgeni5728-Dec-08 7:10 
GeneralRe: stuck with WebRequest Pin
EliottA28-Dec-08 7:20
EliottA28-Dec-08 7:20 
GeneralRe: stuck with WebRequest Pin
Mark Salsbery28-Dec-08 7:24
Mark Salsbery28-Dec-08 7:24 
GeneralRe: stuck with WebRequest Pin
Evgeni5729-Dec-08 3:48
Evgeni5729-Dec-08 3:48 
Question.Net Framework and x64 compatibility Pin
mjmim28-Dec-08 1:14
mjmim28-Dec-08 1:14 
AnswerRe: .Net Framework and x64 compatibility Pin
Lev Danielyan28-Dec-08 2:07
Lev Danielyan28-Dec-08 2:07 
See Jeffrey Richter's "CLR via C#" book

The target platform of the assembly is being controlled via /platform key of the compiler, here is the table of possible values and target assembly behavior depending on Windows version:

/platform    x86 Windows              x64 Windows          IA64 Windows
----------------------------------------------------------------------------
anycpy       exec. as 32bit app       exec as 64bit app    exec as 64bit app
x86          exec. as 32bit app       exec as WoW64 app    exec as WoW64 app
x64          does not exec.           exec as 64bit app    does not exec.
Itanium      does not exec.           does not exec.       exec as 64bit app


To make it short, if you compile you app for "anycpu" it will run under 64bit framwork

Regards,
Lev

GeneralRe: .Net Framework and x64 compatibility Pin
mjmim28-Dec-08 2:17
mjmim28-Dec-08 2:17 
GeneralRe: .Net Framework and x64 compatibility Pin
Lev Danielyan28-Dec-08 2:21
Lev Danielyan28-Dec-08 2:21 
QuestionHow to Access WMI From Server 2008 to Windows XP Pin
priyapriyam27-Dec-08 0:26
priyapriyam27-Dec-08 0:26 
AnswerRe: How to Access WMI From Server 2008 to Windows XP Pin
Brij27-Dec-08 1:39
mentorBrij27-Dec-08 1:39 
AnswerRe: How to Access WMI From Server 2008 to Windows XP Pin
Dave Kreskowiak27-Dec-08 5:54
mveDave Kreskowiak27-Dec-08 5:54 
Questiondatagridview Pin
kulandaivel_mca200726-Dec-08 22:15
kulandaivel_mca200726-Dec-08 22:15 
AnswerRe: Crosspost Pin
Brij26-Dec-08 23:44
mentorBrij26-Dec-08 23:44 
GeneralRe: Crosspost Pin
kulandaivel_mca200727-Dec-08 0:02
kulandaivel_mca200727-Dec-08 0:02 
AnswerRe: datagridview Pin
Aman Bhullar27-Dec-08 23:00
Aman Bhullar27-Dec-08 23:00 
QuestionWMI "Access is Denied" Pin
priyapriyam26-Dec-08 20:52
priyapriyam26-Dec-08 20:52 
AnswerRe: WMI "Access is Denied" Pin
Dave Kreskowiak27-Dec-08 5:55
mveDave Kreskowiak27-Dec-08 5:55 
QuestionBase element load twice in TreeView, please help. Pin
Musa Biralo26-Dec-08 2:40
Musa Biralo26-Dec-08 2:40 
AnswerRe: Base element load twice in TreeView, please help. Pin
Not Active26-Dec-08 3:09
mentorNot Active26-Dec-08 3:09 
GeneralRe: Base element load twice in TreeView, please help. Pin
Musa Biralo26-Dec-08 3:21
Musa Biralo26-Dec-08 3:21 
GeneralRe: Base element load twice in TreeView, please help. Pin
Not Active26-Dec-08 3:45
mentorNot Active26-Dec-08 3:45 
GeneralRe: Base element load twice in TreeView, please help. Pin
Musa Biralo26-Dec-08 4:15
Musa Biralo26-Dec-08 4:15 
GeneralRe: Base element load twice in TreeView, please help. Pin
Musa Biralo26-Dec-08 4:18
Musa Biralo26-Dec-08 4:18 

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.