Posts
Sort by recent activity
How to detect which Assemblies have been Merged
I am trying to integrate SmartAssembly into my build process. Here's what my build process looks like right now:
1. Build all projects and copy their assemblies to a build folder
2. Use Smart Assem...
System.InvalidCastException
When I build my application, I get the following message:
Warning 7 Failed: System.InvalidCastException: Specified cast is not valid.
at „..(IEnumerable`1 )
at „..( methodBody, & blockDat...
Feature Request - FUSLOGVW functionality
It would be nice if smart assembly added a feature that would show the assembly loading and binding process similar to FUSLOGVW when testing a build. I could simply be instrumentation code that is...
Strange MEF SmartAssembly behavior
I'm using MEF to find and load a plugin from the main directory. In the debug mode, which isn't obfuscated, the composition fails because it can't find any plugins in the directory and throws an e...
Xml Serialization Can't find embedded assembly
I embedded an assembly into my main assembly and another assembly (a plugin) references it. I am getting the following error:
System.InvalidOperationException
Unable to generate a temporary class ...
Debugging Obsfuscated Code
Apparently there is a way of debugging obfuscated code using the generated PDB file and VS 2010, but I can't seem to find out how to do this. Is there any documentation on how to do this? If not, ...
Multiple Assemblies
I’m using SmartAssembly Version 6.1 and I’m trying to automate my build process using msbuild. So far, I’m confused as to how the whole thing works given my special case. My application isn...