Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/286.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 框架资源提取失败。找不到部分路径。抽象字符串.resw_C#_Compiler Errors_Entity Framework Core - Fatal编程技术网

C# 框架资源提取失败。找不到部分路径。抽象字符串.resw

C# 框架资源提取失败。找不到部分路径。抽象字符串.resw,c#,compiler-errors,entity-framework-core,C#,Compiler Errors,Entity Framework Core,我想由微软公司经营。但我得到了错误编译: 框架资源提取失败。找不到路径的一部分 “C:\Users\Owl\Desktop\windows教程客户数据库主机\windows教程客户数据库主机\CustomerDatabaseTutorial.App\obj\x64\Debug\Microsoft.EntityFrameworkCore.Abstracts\en US\Microsoft.EntityFrameworkCore.Properties.AbstractionStrings.resw”

我想由微软公司经营。但我得到了错误编译:

框架资源提取失败。找不到路径的一部分

“C:\Users\Owl\Desktop\windows教程客户数据库主机\windows教程客户数据库主机\CustomerDatabaseTutorial.App\obj\x64\Debug\Microsoft.EntityFrameworkCore.Abstracts\en US\Microsoft.EntityFrameworkCore.Properties.AbstractionStrings.resw”。CustomerDatabaseTutorial.App


我什么都没做。只需下载并运行。有什么问题吗?

如果打开此示例,Visual Studio将显示包含有关minimal SDK信息的对话框窗口。我已单击“确定”,但需要超链接“安装”。下载新的SDK版本后,应用程序运行时未出现编译错误。

这是因为文件路径最长,请尝试更改短文件路径名 这个问题解决了