摘要: F5: Start your project in debug mode F7 & Shift-F7: Show the code windows & Show the designer window Alt-Enter: Show the properties panel for a selected object (this is general Windows shortcu... 阅读全文
posted @ 2008-12-24 18:03 KevinWang 阅读(229) 评论(0) 推荐(0)
摘要: Could not load file or assembly '... ...' or one of its dependencies. 由于应用程序配置不正确,应用程序未能启动 ...  两个工程分别是 .net2005下的 C# 和 C++ , C++ 工程使用 C++/CLI 封装了几个功能函数并在 C# 工程中加载使用封装类。在本地运行正常,但发布到其他机器上却出现异常对话框:̶... 阅读全文
posted @ 2008-12-24 17:49 KevinWang 阅读(613) 评论(0) 推荐(0)