Options

Problem after building project

keshavkeshav Posts: 3
edited October 15, 2016 1:16AM in SmartAssembly
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.

Comments

  • Options
    Jessica RJessica R Posts: 1,319 Rose Gold 4
    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?

    Jessica Ramos | Product Support Engineer | Redgate Software

    Have you visited our Help Center?


  • Options
    Thanks for reply.
    i get the problem and solved it ,its about PDB file..,
Sign In or Register to comment.