I'm writing an app that users a couple of 3rd party controls. One in particular I believe needs to exclude from obfuscation (otherwise I get the demo watermark everywhere). I've selected the primary assembly ok and it obfuscates, but cannot work out how to enter the details for an Exclude.
Under Properties, Excludes, I click the ellipsis (...) and see a window headed Member Collection Editor. I Add a new entry and it asks for AssemblyName, MemberInfoType and Name. The control I want to exclude is Devcomponents.DotNetBar.DotNetBarManager from the dll Devcomponents.DotNetBar.dll.
I think I've tried all combinations of Devcomponents, Devcomponents.DotNetbar, Devcomponents.DotNetBar.DotNetBarManager and Devcomponents.DotNetBar.dll that I can. When I try to obfuscate, I see:
Can't find assembly, for the member: Name:Devcomponents.DotNetBar.dll, Assembly:Devcomponents---- Finish preparing substitutions (0 items) and excludes (0 items)----
in the output window. Can you give me a clue to what I'm getting wrong.
Cheers