SmartAssembly problem
I am using smart assembly in order to obfuscate my application but i have problems when passing parameters to my report.
I am doing the following.
I create a fast report ( frx not cs) and i pass some parameters from my code. In case the parameters are value type, everything works fine. The problem exists when i pass reference types as parameters. For example, i have an object X of some class, which has been initialized and has some values. I pass that object as parameter to my report in order to convert it and handle it in my fast report code and do some things. In that case the obfuscated code crash.....
Do you have any suggestions?
Thanks
I am doing the following.
I create a fast report ( frx not cs) and i pass some parameters from my code. In case the parameters are value type, everything works fine. The problem exists when i pass reference types as parameters. For example, i have an object X of some class, which has been initialized and has some values. I pass that object as parameter to my report in order to convert it and handle it in my fast report code and do some things. In that case the obfuscated code crash.....
Do you have any suggestions?
Thanks