如何允许我的 VB.net 程序在 Windows XP 上 运行?
How to allow my VB.net program to run on Windows XP?
我想知道是否可以让我的程序在 Windows XP 中使用 VB.net 运行。每次我尝试时都会出现一个错误:"This is not a Win32 Application"
我找到了应用程序的 Windows 设置在哪里,但我似乎无法理解 XP 的 supportedOS Id 是什么。根据它说的设置
<!-- A list of the Windows versions that this application has been tested on and is designed to work with. Uncomment the appropriate elements and Windows will automatically selected the most compatible environment. -->
然后它会列出 Windows 的版本以及受支持的操作系统 ID。
我还在末尾找到了一段内容:<!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
有没有办法可以将 Windows XP 添加到此列表?
我需要将框架更改为 4.0 Client Profile 或 4.0 Full,以便让我的应用程序在 Windows XP 上运行。感谢所有帮助过的人!
我想知道是否可以让我的程序在 Windows XP 中使用 VB.net 运行。每次我尝试时都会出现一个错误:"This is not a Win32 Application"
我找到了应用程序的 Windows 设置在哪里,但我似乎无法理解 XP 的 supportedOS Id 是什么。根据它说的设置
<!-- A list of the Windows versions that this application has been tested on and is designed to work with. Uncomment the appropriate elements and Windows will automatically selected the most compatible environment. -->
然后它会列出 Windows 的版本以及受支持的操作系统 ID。
我还在末尾找到了一段内容:<!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
有没有办法可以将 Windows XP 添加到此列表?
我需要将框架更改为 4.0 Client Profile 或 4.0 Full,以便让我的应用程序在 Windows XP 上运行。感谢所有帮助过的人!