gpt4 book ai didi

c# - 获取错误 "System.Runtime.Versioning.TargetFrameworkAttribute from assembly ' mscorlib,版本 = 2.0.0。 0'"

转载 作者:可可西里 更新时间:2023-11-01 10:35:11 24 4
gpt4 key购买 nike

我是 C# 的新手,在调试错误时需要帮助,互联网上没有太多帮助。

我将相关项目的 Target Framework 从 .net 2 更改为 .net 4,此后我开始收到此错误。

错误是:

''System.Runtime.Versioning.TargetFrameworkAttribute' from assembly 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

我发现这个 TargetFrameworkAttributemscorlib 2.0.0.0 中不可用,但在 mscorlib 中可用 4.0.0.0,但不知道从哪里选择 2.0.0.0 版的 mscorlib。

找到了导致问题的代码,但现在不知道要在这里寻找什么。

this.inCallWaitPictureBox.Image = ((System.Drawing.Image)resources.GetObject("inCallWaitPictureBox.Image")));

System.ComponentModel.ComponentResourceManager 资源System.Windows.Forms.PictureBox PresetupForm.inCallWaitPictureBox

我还发现这个函数 GetObject()mscorlib组装。

请给我一些解决此错误的指示。

最佳答案

I solved the same problem switching "<NoStdLib>true</NoStdLib>" with "<NoStdLib>false</NoStdLib>" into my_project.csproj file

关于c# - 获取错误 "System.Runtime.Versioning.TargetFrameworkAttribute from assembly ' mscorlib,版本 = 2.0.0。 0'",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31263120/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com