Error when building a Studio 2015 plugin project

Hello,

After creating a separate version of my SDL translation provider plugin project for Studio 2015 as described here i get errors when building the project:

Error 13 The "DeployPluginPackage" parameter is not supported by the "CreatePluginManifestTask" task. Verify the parameter exists on the task, and it is a settable public instance property.

and

Error 14 The "CreatePluginManifestTask" task could not be initialized with its input parameters.

Fiddling with the minversion value in the pluginpackage.manifest.xml file, cleaning/rebuilding the project and restarting Visual Studio (not necessarily in this order) sometimes helps to succeed in building the project, so I can get a working Studio 2015 version of my plugin, but this is far from being a reliable solution as this often works only after many retries if it works at all.

The original project builds just fine.

I have witnessed the same error messages in the Studio 2014 version of my plugin project. But in that case restarting Visual Studio and rebuilding the project always helped.

Parents Reply Children