Activity overview
Latest activity by cadi
I also had some references to v3 and v4 versions of my own assemblies, so TargetFrameworkAttribute did not solve all issues.
HintPath did though. I removed all searchpaths, and added all referenced assemblies with the correct HintPath. Now both SL3 and SL4 projects build ok again [image]
Thanks for pointing that out.
Casper / comments
I also had some references to v3 and v4 versions of my own assemblies, so TargetFrameworkAttribute did not solve all issues.
HintPath did though. I removed all searchpaths, and added all referenced...
Multiple settings files?
Hi, is there an option to specify which SmartAssembly.settings file to use from an MSBuild task?
If not, is there an option inside the settings file, to specify SearchPath parameters for different ...
Paul.Martin wrote:
Can I just confirm a few things [..]
[*]Your assemblies all target Silverlight 3 and .NET 3.5?
[*]The project built fine before you installed the update
Did the update install anything else (for instance the Silverlight 4 runtimes as this will cause issues for v4.x)?
You might want to try the trial of SmartAssembly 5
Ah, I just missed this post while trying out the EAP version, sorry about that.
- references are all SL3, nothing from .NET
- project was fine before the update
- machine did get a SL4 runtime installation, but the SL SDK and Tools and such are all the proper SL3
- and yes, the official 5.1 also builds fine [image]
I will follow up with PM, thanks again for looking into this.
Casper / comments
Paul.Martin wrote:
Can I just confirm a few things [..]
[*]Your assemblies all target Silverlight 3 and .NET 3.5?
[*]The project built fine before you installed the update
Did the update install...
Eaton wrote:
Look in the EAP forum below, that is where they can be found. And I doubt Red Gate would backport a fix into an earlier version.
Thanks for that pointer, indeed v5.2.0.43 does build without problems, at least that is good to know [image]
Still hoping for a word from Red Gate (or the original {sa} people) on this matter though..
Casper / comments
Eaton wrote:
Look in the EAP forum below, that is where they can be found. And I doubt Red Gate would backport a fix into an earlier version.
Thanks for that pointer, indeed v5.2.0.43 does bui...
craigm: Your issue was reported over a month ago.. could you not use {sa} all this time, or did you find a workaround?
If it really is the same issue, then it would mean that the tool is confusing the version of the .NET mscorlib it is using, with the version of the Silverlight mscorlib that my target assembly references.. :shock: Eaton: Is there a possibility that I can try that build? My license does not entitle me to upgrade to 5.1 (was using the 3 and upgraded to 4). Of course I am looking into upgrading again, but in the mean time, I am hoping for a fix on the v4.0. It stopped working overnight, and I got a commercial product to obfuscate and release asap. [image]
Casper / comments
craigm: Your issue was reported over a month ago.. could you not use {sa} all this time, or did you find a workaround?
If it really is the same issue, then it would mean that the tool is confusing ...
Build fails on dependency issue
Hi, I have been using {sa} sucessfully for over a year now to obfuscate Silverlight assemblies. Recently, the Microsoft Silverlight Tools complained about a missing patch, and forced me to install ...