Question

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 :)

Was it helpful?

Solution

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!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top