Posts
Sort by recent activity
Build fails because "Microsoft.Build.Utilities" could not be loaded
After a clean install on a new computer a project that built without issues beforefails to build on this new system. The error message is:
Error The "SmartAssembly.MSBuild.Tasks.Build" task could ...
How to absolutely prevent SA from touching a certain class
There is one class in our project which really shouldn't be touched by SmartAssembly at all,
because as soon as it does, for some reason, it completely breaks that class.
We have configured the SA ...
After upgrading to 6.11 build fails: Could not load file or assembly "SmartAssembly.Shared"
Right after upgrading to 6.11 (from 6.9) this started happening.
But I cannot find any reference to this assembly anywhere in the project
nor does this assembly exist in the SDK\bin folder.
It does...