Comments
1 comment
-
Hi there,
Thanks for you post!
You can direct SmartAssembly to use the obfuscated version of the .dll by adding MandatoryPath attributes to your exes' saproj files - http://documentation.red-gate.com/displ ... pendencies
However, if the exes are still referencing the unobfuscated version of the .dll, I'm not sure why that would cause assembly-resolving issues at runtime, since they will still use the obfuscated versions (assuming they're sitting alongside the exes) which *should* work alright..
Just to confirm--are the EXEs having trouble resolving the main .dll or one of its embedded ones?
Add comment
Please sign in to leave a comment.
So, what is the best way to configure this to use the common obfuscated .dll? Do I need to modify the .saproj file to set the path of the .dll? Better options?
Thanks.