Regasm error after using Dotfucator

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • paul

    #1

    Regasm error after using Dotfucator

    Hi,
    I'm trying make a tbl file from a dll using regasm. If I don't use
    Dotfuscator
    to obfuscate the code it works but when I do I get the following
    error.

    RegAsm error: Type library exporter encountered an error while
    processing 'BulkImport'.
    Error: Type library exporter can not load type e (error:
    System.TypeLoad Exception:
    Method mblyDescription Attribute on type e from assembly BulkImport,
    Version=8.20.1. 0, Culture=neutral , PublicKeyToken= null is overriding
    a method impl.).


    I've tracked down the problem to a class that has an Protected
    Overrides Property. The class is inherits from a class in an other
    dll. Other objects in the class obfuscate (and regasm) well.

    Can any one shed some light on this please.
Working...