简体   繁体   English

.NET 3.5 Web应用程序-移植到64位-潜在问题

[英].NET 3.5 Web Application - Porting to 64Bit - Potential issues

I have an existing ASP.net 3.5 web application. 我有一个现有的ASP.net 3.5 Web应用程序。 This is tested and working in a 32 bit environment. 这是经过测试的,并且可以在32位环境中工作。 There is a plan to move this application to a 64 bit environment. 有计划将此应用程序移至64位环境。

As a first step, the plan is to compile the entire application in "Any CPU" Is anyone aware of any plan / checklists that can be used in porting from 32-bit to 64-bit? 第一步,计划是在“任何CPU”中编译整个应用程序。是否有人知道可以用于从32位移植到64位的任何计划/清单?

As the hardware is still in procurement, it will be a while before the actual system testing will start and hence we want to try and minimize the amount of issues that come up during the actual system testing. 由于硬件仍在采购中,因此要开始实际的系统测试还需要一段时间,因此我们希望尽量减少实际系统测试中出现的问题。

\\ \\

Firstly: get hold of a cheap 64 bit laptop or desktop, and start testing on that. 首先:买一台便宜的64位笔记本电脑或台式机,然后开始进行测试。 You don't need a full meaty server to start doing smoke tests. 您不需要完整的服务器即可开始进行烟雾测试。

Secondly: do you perform any native interop (eg using a COM component)? 其次:您是否执行任何本机互操作(例如,使用COM组件)? That's where I'd expect potential errors. 那就是我期望潜在错误的地方。

Check out this MSDN article on migrating from 32bit to 64bit with .Net. 查阅有关使用.Net从32位迁移到64位的MSDN文章。 Contains issues, things to watch out for, and what the framework promises. 包含问题,需要注意的事项以及框架的承诺。 (I never trust any framework's guarantee..it's always a strongly worded promise in the best of times :-) (我从不相信任何框架的保证。在最好的情况下,它始终是一个措辞强烈的承诺:-)

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM