FD_SamplePlugin icon indicating copy to clipboard operation
FD_SamplePlugin copied to clipboard

Error when loading plugin

Open markknol opened this issue 8 years ago • 20 comments

I try to create own plugin. I renamed everything that's called sampleplugin, added own guid. and compiled it (that works :smile: ) But when loading I get this error:

Could not load file or assembly 'file:///C:\xxxxx\AppData\Local\HaxeDevelop\Plugins\MyPlugin.dll' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.

I see you solved it already here https://github.com/skial/FD_SamplePlugin/commit/2308614a8ff5e09a898dfda08de7c0afc1cc8bb2 , but I cannot figure out what needs to be done to fix it.

Any hint?

markknol avatar Jan 26 '16 10:01 markknol