smartassembly

How to bundle MahApps.Metro into single exe

痞子三分冷 提交于 2019-12-18 04:53:04
问题 I'm having a really hard time bundling all of my dependencies in my C# WPF project into a single exe, using SmartAssembly 6 (evaluation/trial), because of MahApps.Metro. This conclusion was drawn when creating a completely empty project with nothing but MahApps.Metro, and still not being able to bundle it. It throws an exception with an inner exception System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral,

.NET Obfuscation [SmartAssembly]

北战南征 提交于 2019-12-13 14:47:05
问题 Just a quick question in relation to SmartAssembly and .NET applications. - I am experimenting with the software at the moment and it seems to be obfuscating code but My.Settings is still visible in plain text? So previous to obfucating my code (using .NET reflector) I could literally see almost everything. Including the My.Settings class containing lots of info such as passwords, ip's, MySQL connection strings etc.. So I obfuscated the code using RedGate's SmartAssembly and sure enough all

Alternatives to SmartAssembly for exception handling and reporting?

不羁的心 提交于 2019-12-04 22:42:50
问题 I was happy with the SmartAssembly solution for exception handling, but I reported an issue on Red Gate forum and is not being solved yet. What alternatives exists to SA? I mean with similar features (hosting your reports, sending you e-malis, etc)? 回答1: SmartAssembly has two main features - obfuscation and error reporting. If you are using obfuscation, there are several free and commercial alternatives. The list linked to by TrueWill shows a good selection. For exception handling, the only

How to bundle MahApps.Metro into single exe

拜拜、爱过 提交于 2019-11-29 07:01:49
I'm having a really hard time bundling all of my dependencies in my C# WPF project into a single exe, using SmartAssembly 6 (evaluation/trial), because of MahApps.Metro. This conclusion was drawn when creating a completely empty project with nothing but MahApps.Metro, and still not being able to bundle it. It throws an exception with an inner exception 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. I've spent