大约一个月前,我用Winforms编写了一个简单的听阅读程序来辅助完成工作。但最近发生了一些奇怪的事情。
当我使用Visual Studio 2022重新打开此项目时,出现以下错误The ‘DiagnosticsHubPackage’ package did not correctly.The problem may have been caused by a configuration change or by the installation of another extension. You can get more information by examining the file 'C:\...\VisualStudio\17.0_e476ad3d\ActivityLog.xml'.
我检查了很多信息,但我似乎没有任何想法。有些人说Windows或VS需要更新。但这显然是无稽之谈,因为我以前一直运行良好。而且,在错误的提示框中单击“是”后,我成功进入VS并打开了项目。
但是,当我运行该项目时,它显示在自动生成的代码中System.ArgumentException: 'Source object does not expose 'IPropertyNotifySink' event interface.'
代码:
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
((System. ComponentModel. ISupportInitialize)(this. pictureBox1)). EndInit();
((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).EndInit(); //error
this. ResumeLayout(false);
有没有人有同样的经历,让我们来讨论如何解决这个问题。
1条答案
按热度按时间huus2vyu1#
关于您的第一个异常,您可以尝试克雷格Estey提供的链接中的方法。并且您说您已经成功打开了它,那么当您稍后重新打开解决方案时,这个错误仍然会出现吗?
对于第二个异常,应该是您在使用Visual Studio时对异常设置进行了一些更改。请尝试以下步骤:
调试〉Windows〉异常设置〉恢复列表为默认设置