How do I Oxfuscate?

I read the wiki. I created a Silverlight project (no web site or application site, just single project that is Silverlight). Then I added an Oxfuscator project. When I build it, I get this error message:

C:\Program Files\MSBuild\RemObjects Software\RemObjects.Oxfuscator.targets(34,5): error : Unable to resolve dependency: System.Windows.Controls, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Done building project “OxfuscatorProj1.oxfuscator” – FAILED.

What am I supposed to do about that?

Okay, it looks like I was able to resolve it. I found where the System.Windows.Controls was in its references property and added:

C:\Program Files\Microsoft SDKs\Silverlight\v5.0\Libraries\Client\System.Windows.Controls.dll

to the Oxfuscator project properties Extra Framework Folders window.

It would be nice, by the way, if that window expanded to the full window width. Paths nowadays can be quite long, like the one above, and only a little bit can be seen at a time.

Hello,

Thank you for the report. I have registered an issue to review the Obfuscation property page (bugs://58197).

Best regards.