简体   繁体   English

.NET 3.5 应用程序可以在 Windows XP Home 上运行吗?

[英]Can a .NET 3.5 application run on Windows XP Home?

I have built an application in .NET framework 3.5, in C#.我在 C# 中的 .NET 框架 3.5 中构建了一个应用程序。 I want to know whether it will run on a machine having Windows XP Home Basic Service pack 3.我想知道它是否会在具有 Windows XP Home Basic Service pack 3 的机器上运行。

Thank You, Bibhu谢谢你,比布

You must install the .NET Framework 3.5 on your Windows XP Home machine.您必须在Windows XP Home机器上安装.NET Framework 3.5

This will allow you to run standard applications built in C# or .NET in general.这将允许您运行在 C# 或 .NET 中构建的标准应用程序。

However, you will not be able to serve web applications from the operating system using IIS, because IIS is not supported by XP Home.但是,您将无法使用 IIS 从操作系统为 web 应用程序提供服务,因为 XP Home 不支持 IIS。

It's hard to say about your specific application (as it may have specific OS requirements depending on how you made it), but for .NET 3.5 applications in general, yes, they will run just fine.很难说您的特定应用程序(因为它可能有特定的操作系统要求,具体取决于您的制作方式),但对于 .NET 3.5 应用程序来说,是的,它们运行得很好。

Compatibility Matrix: http://msdn.microsoft.com/en-us/library/8z6watww(v=VS.100).aspx兼容性矩阵: http://msdn.microsoft.com/en-us/library/8z6watww(v=VS.100).aspx

I have tried this many times mostly on my clients who owns internet shops and all I did was install .net framework on each computers and then install the application.我已经在拥有互联网商店的客户身上尝试了很多次,我所做的只是在每台计算机上安装 .net 框架,然后安装应用程序。 It should work fine.它应该可以正常工作。

Install .NET Framework 3.5 on the machine you intend to use for running your .net application, then your application will run.在您打算用于运行 .net 应用程序的机器上安装 .NET Framework 3.5,然后您的应用程序将运行。

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

相关问题 .NET 3.5(C#)应用程序无法在Windows XP Professional上运行 - .NET 3.5 (C#) application does not run on Windows XP Professional 在Windows 10上运行dot net 3.5应用程序 - Run dot net 3.5 application on Windows 10 在具有.net 4.0的计算机上-是否可以测试某个应用程序将在.net 3.5上运行? - On a computer with .net 4.0 - Can one test that an application will run on .net 3.5? 在Windows XP和.Net 3.5上使用NamedPipes时发生InvalidOperationException - InvalidOperationException while using NamedPipes on Windows XP and .Net 3.5 .NET 4.0 Project不能在Windows XP上运行 - .NET 4.0 Project will not run on Windows xp C#.NET 3.5 Windows 应用程序需要在 .NET FRAMEWORK 未安装的机器上运行 - C#.NET 3.5 Windows application need to run in .NET FRAMEWORK not installed machine also Windows 7 + .NET 4.0中“Marshal.StructureToPtr”的访问冲突异常(Windows XP + .NET 3.5正常) - Access violation exception at 'Marshal.StructureToPtr' in Windows 7 + .NET 4.0 (Windows XP + .NET 3.5 works fine) .net 3.5 windows 窗体应用程序,使用网络摄像头 - .net 3.5 windows form application, using webcam .net 3.5 Application是否可以在没有3.5但带有4的计算机上运行? - Does .net 3.5 Application run on computers without 3.5 but with 4? Windows XP中的应用程序异常 - Application exception with windows xp
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM