目录
前言
一、问题描述
用VS打开C#程序的时候,遇到了"To run this application,you must install .net.core…"这种情况。该怎么解决?
二、解决办法
- 按照它的提示,去安装 NET.Core
- 安装链接:NET.Core的安装包
- 安装成功后,直接运行之前的程序,会发现能打开了。
三、.NET版本和Windows版本对接
更新时间
- 2024.08.09:创建。
记录|To run this application, you must install .NET Core.【C#,VS】
阅读 5
2024-08-10
用VS打开C#程序的时候,遇到了"To run this application,you must install .net.core…"这种情况。该怎么解决?
相关推荐
精彩评论(0)