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