Activity overview
Latest activity by SwissCheese
Hi Samantha, I feel your pain, we are in a similar situation. Unfortunately, the response I have received from the RedGate support is that "there is an underlying architectural change we have been working on to better support the functionality and it's been substantially more challenging than expected; I'm afraid there's no official delivery date for .NET 8 at this time." Personally, this sounds to me like (many) months if not more. It pains me to see that a number of competitor products, such as dotfuscator, eazfuscator.net, dotnet_reactor, all mention being compatible with .NET 8. I have not tried any of them (yet). I am not sure this forum will be the ideal location for sharing experience in migrating to other solutions... / comments
Hi Samantha, I feel your pain, we are in a similar situation.Unfortunately, the response I have received from the RedGate support is that "there is an underlying architectural change we have been w...
Could you please provide a target date for the .NET8 support? If you are not able to maintain the solution due to other priorities, I can understand Just announce the product as being officially discontinued, provide refunds and we can move on. ... and please do not set this post as 'answered' again as we are still waiting for an answer / comments
Could you please provide a target date for the .NET8 support? If you are not able to maintain the solution due to other priorities, I can understandJust announce the product as being officially dis...
Timing on .NET 8 compatibility
We have updated an API to .NET 8.We are trying to modify the SmartAssembly 8.1 project configuration to target the new dll but the UI just freezes and display the attached error after saving and re...
Thank you Jessica
I finally got it to work with a twist
I was initially trying to modify directly the existing application config file in the debug/release folder with no success
After adding the additional xml node, It was generating an error about the config file not atching the manifest and forcing me to rebuild to application.
However, if I take the .exe at the end of the process, once the release exe is built and the smartassembly obfuscation process is completed, I am able to add the application config file with the statement you provided and it then seems to work fine.
Thanks again
Best regards,
Cyril / comments
Thank you Jessica
I finally got it to work with a twist
I was initially trying to modify directly the existing application config file in the debug/release folder with no success
After adding the a...
Error Reporting behing proxy for winform application
Hello,
I have mostly been using smartassembly for obfuscation and dll merging so far.
I have recently started to use smartassembly for error reporting for a winform application.
However, many of th...