How can we help you today? How can we help you today?
Seth
Already done, @RichardL. I'm actually waiting to hear back from support regarding the results of a test I performed at their request. Thanks! / comments
Already done, @RichardL. I'm actually waiting to hear back from support regarding the results of a test I performed at their request. Thanks!
0 votes
Whoops, hit enter on accident. I am having an issue with one assembly I'm trying to obfuscate. When I build it using the GUI, I get an ArgumentOutOfRangeException (I see it as an error message while it's running the obfuscation, and I see it in the SmartAssembly log file - see attached). I'm not sure if this is my code that's creating the exception, or SmartAssembly's. The weird part is that when I build my source code using the MSBuild integration I have set up, I get a different error: error : SmartAssembly build failed: error : Cannot find dependency 'BusinessObjects.Licensing.KeycodeDecoder, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304', which is required for assembly: error : CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304 This dependency is not set up to be merged or embedded for this .dll, and the project references this dependency by pointing to its installed location on the machine. Questions: 1. Are these two errors related? 2. If I embed the dependency in the .saproj, will this get rid of the second error? 3. Will getting rid of the second error get rid of the first error? / comments
Whoops, hit enter on accident. I am having an issue with one assembly I'm trying to obfuscate. When I build it using the GUI, I get an ArgumentOutOfRangeException (I see it as an error message whil...
0 votes
Because we have decided to obfuscate each assembly independent of the application that uses it, I believe we won't hit issues 2 and 3 anyway, no merging or embedding needed. Thanks for the response! / comments
Because we have decided to obfuscate each assembly independent of the application that uses it, I believe we won't hit issues 2 and 3 anyway, no merging or embedding needed. Thanks for the response!
0 votes