Index was outside the bounds of the array.

2TbP2TbP Posts: 3
I try to open Assembly then it show that error

"// Assembly Exam#

Location: D:CN4TailieuNew FolderExam#.exe
Name: Exam#, Index was outside the bounds of the array. "

I used .NET Reflector : 8.3.3.115

Here is Assembly: http://www.mediafire.com/download/272op ... a/Exam.rar

If anyone have any idea please comment below :(

Comments

  • Jessica RJessica R Posts: 1,319 Rose Gold 4
    Hi there,

    I'm afraid that .NET Reflector cannot work with this assembly as it appears to have been protected with a tool that's made it so that decompilers cannot open it.

    Apologies as I realize this is not the answer you were hoping for-please let me know if you have any further questions!

    Jessica Ramos | Product Support Engineer | Redgate Software

    Have you visited our Help Center?


  • Thank you for your comment.
    But you can explain detail that tool develop by Microsoft Visual C# so why .NET Reflector can't open it?
  • Jessica RJessica R Posts: 1,319 Rose Gold 4
    The assembly appears to have been protected by the obfuscator named Confuser which has obfuscated the assembly in a way that all tokens have been corrupted-this makes it impossible for .NET Reflector to interpret the IL, I'm afraid.

    Jessica Ramos | Product Support Engineer | Redgate Software

    Have you visited our Help Center?


Sign In or Register to comment.