I recently installed the developer toolkit for Dynamics CRM 365 on Visual Studio 2015.
I recently created a plugin, deployed it to CRM and it works fine. I then restarted my computer, opened up the Visual Studio Solution to make changes to the plugin, and when I hit F5 to deploy, I got the following error:
"A project with an Output Type of Class Library cannot be started directly. In order to debug this project, add an executable project to this solution which reference the library project. Set the executable project as the startup project."
I am confused as why I would get this. Does anyone know how to solve this? Thank you in advance.
Mike Karls