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

link|improve this question

1  
I think your best coures of action is to report the bug to RedGate. – JaredPar Oct 28 '10 at 16:23
feedback

1 Answer

up vote 0 down vote accepted

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!

link|improve this answer
This suddenly felt like product placement. – StyxRiver Oct 28 '10 at 21:09
It's not. I don't work for or am associated with Red Gate. Or Spices. – joe_coolish Nov 6 '10 at 19:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.