ildasm crash on a C++/CLI DLL
i have compiled delay-signed c++/cli dll run through dotfuscator.
during process, dotfuscator runs following command line:
"c:\program files\microsoft sdks\windows\v6.0a\bin\ildasm.exe" /out=mydll.dll.il /text /nobar /raweh /quoteallnames /utf8 /linenum /forward mydll.dll
this line causes ildasm.exe crash.
the thing ildasm.exe crashes same way when manually run command line.
what can do??
compiler: vs2005
os: winxp sp3
.net framework: v2.0.50215
dotfuscator: professional edition version 4.2.5005.34681
looking @ symptoms , command line, appears using /linenenum generate il. ildasm crash when remove /lineenum? we've found similar bug may @ play here. can try windows 7 sdk .net sp1 http://www.microsoft.com/downloads/details.aspx?familyid=c17ba869-9671-4330-a63e-1fd44e0e2505&displaylang=en
if doesn't work, have fix can try.
thanks!
chris cooper
.NET Framework > Common Language Runtime Internals and Architecture
Comments
Post a Comment