Dot-Net-4.0

Windows XP 上的 Visual Studio 2013

  • March 14, 2014

是否可以在 Windows XP 上執行 Visual Studio 2013?

我聽說無法在 Windows XP 上安裝 .NET Framework 4.5。如果我想在 Windows XP 上使用 Visual Studio 2013 for .NET 4.0 怎麼辦?

這可能嗎?

這不可能。Visual Studio 2013 原生支持不支持 Windows XP 的 .Net v4.5。

對於 Windows XP 上的 .Net 4.0,您可以嘗試將 Visual Studio 2010 與 .Net 4.0 一起使用。我不確定這是否可行,但我建議您為 .Net 4.0 選擇 Windows 7,為 .Net 4.5 選擇 Windows 8。

這不可能。甚至 Visual Studio 2012 也需要 Windows 7。

但是,當面向 .NET 4.0(或更早版本)時,您仍然可以為 Windows XP 開發應用程序。使用 Visual Studio 2013,您可以開發 .NET 2.0 以上的應用程序。

.NET 4.5 至少需要 Windows Vista 才能執行。由於 .NET 4.5 取代了 .NET 4.0(它不像以前的 .NET 版本那樣並行安裝),如果您以 .NET 4.0 為目標,您可能會遇到一些不兼容問題。有關更多資訊,請參閱此問題

引用自:https://stackoverflow.com/questions/18682092