x

Not a question but a simple tool to easily convert Reflector (V5, v6) plugins to v7. As a lot of users are asking about addins compatibility.

[http://bit.ly/eTPL3D][1]

D:\Outils\Reflector7\plugins>PluginConverter.exe CppCliLanguage.dll 7.0.0.0
Reflector plugin converter - Sebastien LEBRETON (reflexil.net)
Backuping CppCliLanguage.dll to CppCliLanguage.dll.bak
Reading CppCliLanguage.dll
Found version 5.0.0.0, patching to 7.0.0.0
Writing CppCliLanguage.dll

[1]: http://bit.ly/eTPL3D "Reflector plugin converter"

more ▼
asked Mar 16 '11 at 03:02 PM reflexil 120 reflexil gravatar image
(comments are locked)
10|600 characters needed characters left

The question has been closed Sep 26 '11 at 12:02 PM by Bart for the following reason:


You should find that this is no longer necessary: Reflector 5 & 6 add-ins will load successfully in Reflector 7.3 and later. If you find any compatibility issues, please let us know on a separate thread.

Thanks,

Bart

more ▼

answered Sep 26 '11 at 12:01 PM

Bart gravatar image

Bart ♦♦
583 3 10

(comments are locked)
10|600 characters needed characters left

Thanks for the tool. As an alternative i just redirected the assembly version in reflector.config.

<runtime>
   [...]
   [...]
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Reflector" publicKeyToken="18ca6bb8dd6a03c3" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-6.65535.65535.65535" newVersion="7.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
 </runtime>
more ▼

answered Mar 17 '11 at 09:45 AM

M8R22ih2y gravatar image

M8R22ih2y
1 6

reflexil gravatar image reflexil Mar 17 '11 at 11:02 AM

Yes, i didn't thought about it.

(comments are locked)
10|600 characters needed characters left

Just a note on the binding redirect - you can now Right click on an Assembly at the top level in the Assembly tree and choose Create Binding Redirect to have the xml generated and added to you clipboard. You'll have to adjust the version numbers to what you want though ... Binding Redirect Image

more ▼

answered Mar 17 '11 at 11:01 AM

haleyjason gravatar image

haleyjason
311 1 6

reflexil gravatar image reflexil Mar 17 '11 at 11:05 AM

great feature

RichardD gravatar image RichardD Mar 17 '11 at 12:46 PM

Nice idea, but doesn't opening Reflector in Reflector breach the license agreement? :)

haleyjason gravatar image haleyjason Mar 18 '11 at 01:05 AM

If you're going to write any Reflector addins, sooner or later you'll have to open Relector in Reflector since there isn't any documentation on the addin api's.

(comments are locked)
10|600 characters needed characters left