记录|To run this application, you must install .NET Core.【C#,VS】

目录


前言

参考文章:

1、安装失败,提示"To run this application,you must install .netcore..."

2、【bug】to run this application ,you must install .net

3、在 Windows 上安装 .NET


一、问题描述

用VS打开C#程序的时候,遇到了"To run this application,you must install .net.core..."这种情况。该怎么解决?


二、解决办法

  • 安装成功后,直接运行之前的程序,会发现能打开了。

三、.NET版本和Windows版本对接


更新时间

  • 2024.08.09:创建。
相关推荐
是wzoi的一名用户啊~8 分钟前
【C++小游戏】2048
开发语言·c++
Sunshine for you1 小时前
C++中的职责链模式实战
开发语言·c++·算法
@我漫长的孤独流浪1 小时前
Python编程核心知识点速览
开发语言·数据库·python
qq_416018721 小时前
C++中的状态模式
开发语言·c++·算法
2401_884563241 小时前
模板代码生成工具
开发语言·c++·算法
code 小楊1 小时前
yrb 1.5.0 正式发布:Python 极简国内下载加速与全景可视化终端体验!
开发语言·python
2401_831920741 小时前
C++代码国际化支持
开发语言·c++·算法
2401_851272992 小时前
自定义内存检测工具
开发语言·c++·算法
章鱼丸-2 小时前
DAY31 文件的拆分和写法
开发语言·python
左左右右左右摇晃2 小时前
Java并发——synchronized锁
java·开发语言