Activity overview
Latest activity by kchristo
This did work actually. I have another issue now which I will have to solve on my own. I already have implemented a solution of 10 smartassembly projects to protect projects that could not be merged or embeded to the main executable assembly, at least not without unwanted re-engineering. What I am trying to do now is somehow manage to have less files distributed. But embedding (even if a solve other issues) does not provide for obfuscation and the more I look into my situation the more I believe I will have to compromise with the 10 projects approach. [image] / comments
This did work actually. I have another issue now which I will have to solve on my own. I already have implemented a solution of 10 smartassembly projects to protect projects that could not be merge...
Thanks for the reply. I will try this and inform you about the results / comments
Thanks for the reply. I will try this and inform you about the results
Reflection
Hi, I am rather new in using smartassembly.
I have an issue with reflection. It's general but I will try to specialize.
There is a type let it be TypeA in assembly AssemblyA which is merged to the ...