views:

119

answers:

0

We just bought MCImageManager and went right on to creating our own plugin. I followed http://wiki.moxiecode.com/index.php/MCI … ing_plugin from start to end but got stuck on the last step.

After configuring the build.bat file (that comes along the package) it gives me no errors, i checked all paths and it should work but there just is no plugin.dll file anywhere to be found. (The bat file is also linked to the .net 1.4322, that should be changed by you at tinyMCE in my opinion)

To circumvent that problem I started a new project and compiled the plugin.dll through Visual Studio. Then placed the dll in the c:..\project\plugins\plugin\bin\ folder (at the same place as the _TemplatePlugin.dll file but with the plugins name)

All i get from running the application is "Could not create instance of plugin class: Moxiecode.Manager.Plugins.Plugin"

What is it I'm missing?

All the other plugins ain't giving this error and they follow the same structure as my custom plugin.

Thanks in advance //Micael