Problem after building project
keshav
Posts: 3
Hello.,
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.
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.
Comments
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?
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?
i get the problem and solved it ,its about PDB file..,