Activity overview
Latest activity by mdpowersslo
migration to new build machine
Hi,
We are migrating to a new build machine, and would like to have the old machine available for backup purposes whilst we get the new one up and fully running. What is the "right" way to do this...
Thanks muchly! Works beautifully! / comments
Thanks muchly! Works beautifully!
command parameter when starting SA to get error reports?
Is there a way to pass in a command parameter or something so that I can have SmartAssembly started via Windows Scheduler such that I can have SA "automagicly" download error reports from the RedGa...
Actually, the solution is fairly simple, if not cumbersome ... and may not necessarily work for you.
What I do now is to obfuscate each of the assemblies that I reference in the main Outlook add-in, and reset the references for those assemblies to the obfuscated products. I do NOT obfuscate the main add-in assembly. This way, the manifest generated during the Visual Studio build of the main add-in assembly is calculated against the actual assemblies used. For us it works beautifully.
This works if your main add-in assembly does not need to be obfuscated, but only the lower-level referenced assemblies. If you have things in the main assembly that you want obfuscated, you could refactor those things into another assembly. / comments
Actually, the solution is fairly simple, if not cumbersome ... and may not necessarily work for you.
What I do now is to obfuscate each of the assemblies that I reference in the main Outlook add-in...
Merging/embedding is NOT an option ... merging the other DLLs into the main changes the main so that it no longer matches the hash recorded in the Manifest. / comments
Merging/embedding is NOT an option ... merging the other DLLs into the main changes the main so that it no longer matches the hash recorded in the Manifest.
Can an Outlook Add-in be obfuscated, and if so, how do I do
I am brand new to SmartAssembly, and am having problems finding some answers to questions. Please forgive me if this has already been answered.
We have two Outlook add-ins, both written in C#, one...