What is ManagedMD.ILMethodException?

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

    #1

    What is ManagedMD.ILMethodException?

    When I run permcalc on my Managed C++ DLL I get the following:
    ..
    ..
    ..
    Microsoft (R) .NET Framework Permissions Calculator.
    Copyright (C) Microsoft Corporation 2005. All rights reserved.

    Analyzing...
    |-----------------------------------------------------------------------------|
    ............... ............... ............... ............... ............... .....
    Generating output...
    An error has occurred: The constructor to deserialize an object of type
    'ManagedMD.ILMe thodException' was not found.
    ..
    ..
    ..


    I searched my hard drive and can't find any references to "ManagedMD" . A
    Google search turns up nothing, as does an MSDN search. What is this?
    How do I fix it? I'm using .NET 2.0



    Thanks,
    --Jeremy
Working...