且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

C#Windows应用程序事件:应用程序启动时CLR20r3

更新时间:2021-11-16 22:30:06

我的应用程序依赖于部署计算机上不存在的引用程序集。我不确定从安装目录中引用DotNetBar是什么意思-确保将其设置为 CopyLocal = true 在您的项目中,或者在开发和生产机器上都位于同一完整路径中。

I've seen this same problem when my application depended on a referenced assembly that was not present on the deployment machine. I'm not sure what you mean by "referencing DotNetBar out of the install directory" - make sure it's set to CopyLocal=true in your project, or exists at the same full path on both your development and production machine.