摘要:
When you compile an application, you can specify that it should run on a Windows 64-bit operating system either as a native application or under WOW64 阅读全文
摘要:
WoW64 (Windows 32-bit On Windows 64-bit) is a subsystem of the Windows operating system that is capable of running 32-bit applications and is included 阅读全文
摘要:
人们通常认为,Exchange Server 上必须安装 MAPI 客户端(例如 Microsoft Outlook 或 Exchange 客户端)才能创建 MAPI 配置文件;这种想法是错误的。因为此原因而安装 MAPI 客户端是不必要的,而且就 Outlook 而言,不建议您在生产服务器上安装它。只要安装有 MAPI 子系统(Exchange 中已经包含此子系统),就可以通过其他各种方法来创建 MAPI 配置文件。您尝试其中任一种方法之前,您需要确保服务器上的 Mapisvc.inf 文件中生成了适当的项目。 有关如何修改该文件的其他信息,请单击下面的文章编号,以查看 Microsoft 阅读全文
摘要:
Hi, I have my projects in VS 2008 SP1 and is using .NET 3.5 SP1. Till now we are developing application in Any CPU platform setting for all the projec 阅读全文
摘要:
64 位势不可挡 从某种意义上讲,处理器的发展直接影响着整个IT行业的发展水平,电脑核心从16位到32的转变对IT行业产生的巨大影响就是一个强有力证明。从386、486直到奔腾系列的CPU都是32位,大多数情况32位计算已经能满足现阶段人们的需要。然而随着互联网等技术的发展,对内存的需求越来越大,比 阅读全文
摘要:
I received a question about this recently, so i figured i'd elaborate here with a little example...Let's assume we have the followingthree dlls:anycpu.dll-- compiled "any cpu"x86.dll -- compiled "x86"x64.dll -- compiled "x64"And the following three exes:anycpu.e 阅读全文
摘要:
/platform (Specify Output Platform) (C# Compiler Options) Specifies which version of the common language runtime (CLR) can run the assembly.Copy/platform:stringParametersstring x86, Itanium, x64, or anycpu (default).Remarksx86 compiles your assembly to be run by the 32-bit, x86-compatible common lan 阅读全文