Tag: smartassembly

用于exception处理和报告的SmartAssembly的替代方案?

我很高兴SmartAssembly解决方案用于exception处理,但我在Red Gate论坛上报告了一个问题,但尚未解决。 SA有哪些替代方案? 我的意思是具有类似function(托管您的报告,发送电子邮件等)?

如何将MahApps.Metro捆绑到单个exe中

由于MahApps.Metro,我很难将使用SmartAssembly 6(评估/试用版)将我的C#WPF项目中的所有依赖项捆绑到单个exe中。 这个结论是在创建一个除了MahApps.Metro之外什么都没有的完全空项目时得出的,但仍然无法捆绑它。 它会引发内部exception的exceptionSystem.IO.FileNotFoundException: Could not load file or assembly ‘System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find the file specified. System.IO.FileNotFoundException: Could not load file or assembly ‘System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find the file specified. 我花了一天半的时间试图解决这个问题,谷歌搜索错误,尝试我能找到的每一个建议,然后发布官方MahApps.Metro聊天( https://gitter.im/MahApps/MahApps.Metro )。 我尝试了各种各样的变化,我删除了System.Windows.Interactivity dll,添加它,将它移动到另一个路径等。 使用NuGet和.NET […]