English 中文(简体)
一些集会参考资料缺失
原标题:Some assembly references are missing

So I run into a problem where my project suddenly got an error saying the same as the title I ve made. I never run into this before. This is happening when I run visual studio 2020 in regular mode, but when I run it as Admin it works fine and not showing this error message. Before I always run the visual studio 2020 in regular mode, I ve never run it in Admin mode when I develop my project. I m afraid if I develop my App in Admin Mode later when I build it into Application it will turn into a problem. My Project using dotnet-8.0 framework in WPF.

https://i.sstatic.net/DgLEHd4E.png”rel=“nofollow noreferer”> 每个XAML文件的信息

<><>Edit>>

即便在我担任署长的视力演播室时,这次也是同样的事情。 另外,对于更多的信息来说,这一错误在XAML的档案中显示,在Error的解决方案中,它说的是类似的东西。

severity Code Profile Project Rank Path 文件线源:《国家工具》:XamlC错误XFC0000:不能解决“申请”。 新的人力资源开发 页: 1

www.un.org/spanish/ecosoc 我为解决问题做了些什么,但还是赢得了t work。

  • In Dev Command Prompt I do dotnet restore and then I try to remove the cache dotnet nuget locals all --clear and then do dotnet restore.
  • I already try to change the target framework to lower version and then change back to 8.0.
  • I also tried to clean and rebuild solution, and the problem still persists.
问题回答

看来,由于我安装了NuGet包裹,当我放弃问题解决的时候。





相关问题
building .net applications without Visual Studio

I m interested to hear about people working with building .net applications using MSBuild, NAnt or similar tools. What are you using, why are you using it instead of the VS IDE? I like to use ...

Tips for debugging a made-for-linux application on windows?

I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...

Visual Studio 2010 Beta 2: Can I print in color?

I have to turn in a hard copy of some code with an assignment. Is there any way in Visual Studio 2010 to print C# source code with syntax highlighting? PS: The assignment is solving a math problem, ...

Set Select command in code

On button Click I want to Set the Select command of a Gridview. I do this and then databind the grid but it doesn t work. What am i doing wrong? protected void bttnView_Click(object sender, ...

WPF design-time context menu

I am trying to create a custom wpf control, I m wondering how I can add some design-time features. I ve googled and can t seem to get to my goal. So here s my simple question, how can I add an entry ...