How can we help you today? How can we help you today?
james.davies
We believe we have fixed this bug in the latest version of SmartAssembly. Please click on “Check For Updates†(under “Tools†on the left hand side) and upgrade SmartAssembly. (to v6.5.2.21) Please let us know if the problem is fixed (or not) / comments
We believe we have fixed this bug in the latest version of SmartAssembly. Please click on “Check For Updates†(under “Tools†on the left hand side) and upgrade SmartAssembly. (to v6.5.2.21) P...
0 votes
I am not sure why you don't have access to the code until after it has been processed by Smartassembly ? Do you have a Smartassembly license ? The supported way to use Smartassembly is to apply it last , and not to use reflection on obfuscated code. / comments
I am not sure why you don't have access to the code until after it has been processed by Smartassembly ? Do you have a Smartassembly license ? The supported way to use Smartassembly is to apply i...
0 votes
OK. Using reflection on obfuscated code often causes issues. Could you add the licensing wrapper to your code and then process with SA? (SA generally works best when it is done last) / comments
OK. Using reflection on obfuscated code often causes issues. Could you add the licensing wrapper to your code and then process with SA? (SA generally works best when it is done last)
0 votes
You can exclude code from obfuscation to avoid problems. This can be done via the SmartAssembly GUI or in code using custom attribute (http://www.red-gate.com/supportcenter/C ... rtAssembly) / comments
You can exclude code from obfuscation to avoid problems. This can be done via the SmartAssembly GUI or in code using custom attribute (http://www.red-gate.com/supportcenter/C ... rtAssembly)
0 votes
SmartAssembly will only merge or embed assemblies which are in the references metadata. So you will need to add the reference to the main assembly for SmartAssembly to detect it. / comments
SmartAssembly will only merge or embed assemblies which are in the references metadata. So you will need to add the reference to the main assembly for SmartAssembly to detect it.
0 votes