문제

I'm working with .net Reflector to view some .net Compact Framework .dlls and I'm getting an "Object reference not set to an instance of an object" error for one of them. I downloaded the trial version of 9Rays.Spices.Net and it loaded the .dll just fine. The only problem is that I'm getting only every other method.

I was able to extract all of the MSIL from the assembly, but it's over 20,000 lines! Is there any alternative to .net Reflector or an MSIL to C# translator? Or does anyone know how to fix the "Object reference not set to an instance of an object" error?

Any help would be excellent :)

도움이 되었습니까?

해결책

Blah, I found that the DLL itself was corrupt. Since Spices.Net is more robust, it knew how to handle it. I just fixed the corruption in the DLL and everything worked great!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top