Share via


Reflector Graph v1.2 Add-In released

After I posted about Reflector a user asked "What does this do that the built in object browser doesn't?” Here is another good example. Josh
[Via Peli's Blog]

New features:

Warning: This release has been compiled agains .NET v1.1 (because System.Drawing is buggy in v1.0), therefore you must create a Reflector.exe.config file in the directory of Reflector and add the following:

 <?xml version="1.0" ?>
<configuration>
<startup>
<supportedRuntime version="v1.1.4322" />
</startup>
</configuration>

About bug reports:

Please, DO NOT post bugs in the blog. It is much more easy for me to monitor bugs through the https://mbunit.tigris.org issue tracking system. :)

Download Now