hmemcpy / AgentMulder

** THIS PLUGIN IS NO LONGER MAINTAINED. PLEASE FOLLOW ERNICOMMUNITY FOR UPDATES **
https://github.com/ERNICommunity/AgentMulder
MIT License
151 stars 33 forks source link

Exception when loading this plugin #18

Closed Craigology closed 11 years ago

Craigology commented 12 years ago

Encountered the following error in VS 2010 SP1 with R# 5.1 (5.1.3000.12):

Could not load plugins from the "C:\Users....\Agent Mulder" folder. Could not load type 'JetBrains.Application.PluginSupport.PluginVendorAttribute' from assembly 'JetBrains.Platform.Resharper.Shell, Version=5.1.3000.12, Culture=neutral, PublicKeyToken=1010a0d8d6380325'.

hmemcpy commented 12 years ago

Hello,

I'm sorry, I should've made it clearer - the plugin only works on ReSharpe 6.1 and up (support for R# 7 coming very soon). Since there was no official SDK for v5 of ReSharper, I doubt that I will backport the plugin to support that version.

Thanks for understanding.

Craigology commented 12 years ago

Thanks Igal.

I looked around for the v5 SDK assemblies to see if I could rebuild against those, and didn't have much luck. Thanks for clearing that up.

Was there an "unofficial" SDK for v5? Just the assemblies in C:\Program Files\JetBrains...?

hmemcpy commented 12 years ago

Hey,

Sorry, yes, the SDK itself is just the ReSharper binaries, but they have a convenient method of adding references to the project.

I am currently trying to make Agent Mulder with v7 and there are some breaking changes, such as new method signatures and different types. I'm sure that v5 will have its own set of differences.

You are more than welcome to try and make it compatible yourself - however I would strongly recommend simply upgrading to R# 6 or 7 :)