Are there any considerations needed to be taken running your .net program on x64 vs x86?

后端 未结 7 1053
Happy的楠姐
Happy的楠姐 2021-01-17 11:05

I believe the architecture type (x86 vs x64) is abstracted away for you when making .Net programs, but are there any other considerations that can cause problems?

相关标签:
7条回答
  • 2021-01-17 11:38

    MSDN had put up a little paper regarding issues of porting 32-bit applications over to 64-bit execution environment.

    http://msdn.microsoft.com/en-us/library/ms973190.aspx

    Two other bloggers had previously wrote about 64-bit development when they were working in the CLR team

    • Gaurav Seth
    • SpankyJ
    0 讨论(0)
提交回复
热议问题