Activity overview
Latest activity by brian.webb
How to manually view old error reports?
When trying to open one of the i.e. "{333c02bf-75da-44c8-a971-eb40e3e97ee5}.temp" error report files (located in C:\ProgramData\Red Gate\SmartAssembly 8) we are given a message that no associated p...
Obfuscating with SmartAssembly on AppCenter
HiWe are using SmartAssembly 8 to obfuscate our desktop application, which we have built into the project file using the <SmartAssembly....> tags so it is done at build time (when in release). Howe...
Thanks Russell. We're already looking at .NET Core 3 but we'll be able to use the update here for a short while. Can you tell me if .NET Core 3 is on your roadmap? It turns out that we're not using your product at all because we're waiting on updates from you guys. It used to be that you shipped these releases shortly after .NET releases. This doesn't appear to be the case anymore? If you could let me know if your team has a roadmap for these? If not or you don't know I would appreciate you letting us know. This will help us out with our planning.
Regards, Brian
/ comments
Thanks Russell.We're already looking at .NET Core 3 but we'll be able to use the update here for a short while.Can you tell me if .NET Core 3 is on your roadmap? It turns out that we're not using y...
Hi Russell. The beta version (6.13) has too much other stuff that's broken and we uninstalled it. Will this be fixed in a future, non-beta release? Any ideas when? Odd that it takes you guys literally years to support versions of .NET Core/Standard. / comments
Hi Russell. The beta version (6.13) has too much other stuff that's broken and we uninstalled it. Will this be fixed in a future, non-beta release? Any ideas when? Odd that it takes you guys litera...
FAIL: .NET Standard 2.0 - SmartAssembly has encountered an invalid symbol
Using version 6.12.7.1100 (latest)Easy to reproduce, seems to be any dll that targets .NET Standard 2.0 (we have three of them). When building I get tjhe following and my dll isn't created.I've see...
Unknown type from ...
We have a global exception handler that detects some exceptions and gives the end-user a more meaningful message, such as "Connection lost", then they can continue. For some odd reason lately our g...
We've figured this out for anyone that runs into this. One of our dependencies (Microsoft Office Interop) had "Embed Interop Types" set to True. When switching this to "False" all is good. Somehow SmartAssembly with the new Visual Studio 2015 compiler doesn't like this. / comments
We've figured this out for anyone that runs into this. One of our dependencies (Microsoft Office Interop) had "Embed Interop Types" set to True. When switching this to "False" all is good. Somehow ...