Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 VB.net 语言在 Visual Studio 2012 中制作了一个应用程序。
我想制作一个包或设置,以便任何用户,无论他们是否有视觉工作室,都可以运行我的应用程序。
我在互联网上搜索,我发现有静态或动态链接之类的东西。这些和我的问题有关吗?
请给我一步一步的打包方法,以便我的应用程序可以在 Windows 上运行,而无需 Visual Studio 或任何其他程序来运行它。
您将在Build->下的菜单中找到它Publish。
Build
Publish
这将生成一个可以在没有 Visual Studio 的情况下运行的可执行文件。.NET Framework 必须安装在计算机上,但通常是这样。