Comments
2 comments
-
Hi and thanks for your post!
It sounds like an obfuscated type name may be getting passed as an input string and this is causing problems.
Can I just check--do you still get the error if you obfuscate using the "ASCII Characters" option (under Types/methods name mangling options)?
If so, can you kindly try turning on error reporting to see which string is causing problems and then try excluding the relevant type from obfuscation? -
Thanks for reply.
i get the problem and solved it ,its about PDB file..,
Add comment
Please sign in to leave a comment.
if i run my application without protecting it with smart assembly than it works perfectly but if i protect it with smart assembly that it throw error like input string was in incorrect form.
i used try catch block and catch block calls a method that uses Exception object and displays message based on exception object.
this works perfectly in non-protected application but if i use in smart assembly protected application it throws error like input string was in incorrect form.