简体   繁体   English

如何在Windows XP上调试.net 4.0程序?

[英]How to debug a .net 4.0 program on Windows XP?

I have Windows 8 + Visual Studio 2013 and made a program that runs with .net 4.0 on Windows XP. 我拥有Windows 8 + Visual Studio 2013,并制作了一个在Windows XP上与.net 4.0一起运行的程序。 I'd really like to debug it on Windows XP, but I have no idea how. 我真的很想在Windows XP上调试它,但我不知道如何。
I guess I'd need Visual Studio 2010, but I can't find a legal download link for it. 我想我需要Visual Studio 2010,但是找不到合法的下载链接。
Any other ideas what I could do? 还有其他想法我可以做什么?

You can download an .iso for Microsoft Visual Express 2010 for Windows XP and install it (for example) with virtual clone drive. 您可以下载适用于Windows XP的Microsoft Visual Express 2010的.iso,并使用虚拟克隆驱动器进行安装(例如)。
It works flawlessly, if you adapt your .sln file as explained here: 如果您按照以下说明修改.sln文件,则它可以正常工作:
open visual studio 2012 projects in visual studio 2008 在Visual Studio 2008中打开Visual Studio 2012项目

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

相关问题 exe 无法在 windows xp 上运行甚至将 .net 更改为 4.0 - exe can't run on windows xp even change .net to 4.0 用于xp平台程序的visual basic .net程序正在windows 7上构建 - visual basic .net program for xp platform program is being built on windows 7 如何在Windows CE设备上调试正在运行的.NET程序 - How to debug a running .NET program on a Windows CE device 为Windows XP x86编译程序 - Compiling a program for Windows XP x86 Windows XP中的Visual Studio 2013远程调试过程 - Visual Studio 2013 remote debug process in Windows XP 无法在Windows XP上运行Visual Studio 2012程序 - Can't run Visual Studio 2012 program on Windows XP 如何在Windows中从VS2008 / C ++应用程序执行一个程序,该程序替换调用程序并在xp / vista / 7上运行? - How can I execute a program from my VS2008/C++ application in windows that replaces the caller and runs on xp/vista/7? 无法找到运行时版本以在XP Sp3上运行此应用程序.net 4.0 - unable to find a version of the runtime to run this application .net 4.0 on XP Sp3 XP中的简单Windows表单应用程序和.NET框架要求 - Simple Windows form app and .NET framework requirements in XP 如何在基于.net Framework 4.0的应用程序中使用System.Windows.Forms,Version = 2.0.0.0? - How use System.Windows.Forms, Version=2.0.0.0 in a .net framework 4.0 based application?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM