我是 xaml 的新手,很久以前我就提出过申请。这是一个小项目,没有什么花哨或困难的,这是我的第一个 xaml/wpf 项目,我在一个周末就完成了。我最近检索了代码。应用程序仍然可以构建和运行,但设计器不会加载。xaml 文件中有错误。我不记得以前有这些错误。这些错误中的第一个是:
Unable to load the metadata for assembly 'MyProject'. This assembly may have been downloaded from the web. See http://go.microsoft.com/fwlink/?LinkId=179545. The following error was encountered during load: Could not load file or assembly 'MyProject' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) C:\visualStudioWorkspace\MyProject\MyProject\MainWindow.xaml 1 1 MyProject
我试图转到提到的网址,但我什么都不明白。我不是从网上下载的。我不知道什么是“大会”。我尝试在我的项目中浏览一些随机文件,但没有一个文件有他们在各自文件属性中谈论的“取消阻止”按钮。
然后xaml中大约有10个错误,所有这些都与这个类似:
The type 'local:ClickSelectTextBox' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. C:\visualStudioWorkspace\MyProject\MyProject\MainWindow.xaml 351 22 MyProject
我能做些什么来解决这个错误?
谢谢