2

I have been playing with developer toolkit for dynamics 365 in the last three days.

I am working on a simple plugin sample. For uncountable times I had to create a new Package, connect to CRM and add my plugin project once more to the packaged due to the following errors: .

This error occurs when I try to deploy my plugin. Note that I am system administrator (No doubt about it)

When I try to open the CRM Explorer (View > CRM Explorer) or open my current crm connection through (Tools > Connect to Dynamics 365 Server) I get the error below:

enter image description here

I googled for hours on the internet without success. I really appreciate any clue of what is causing that issue.

Bruno Willian
  • 160
  • 2
  • 5
  • 18

1 Answers1

0

You have to be a CRM Deployment Administrator in order to deploy plugins to CRM that aren't registred in sandbox mode. This is an actual AD permission: https://blogs.msdn.microsoft.com/crminthefield/2013/10/07/6-steps-to-add-a-deployment-administrator-in-microsoft-dynamics-crm-2011/

Daryl
  • 18,592
  • 9
  • 78
  • 145
  • Actually I am system administration. This is a trial instance where I have only one user which one I am using to login. As I told in the description. I have no doubt I am system administrator. Thanks anyway – Bruno Willian Mar 05 '18 at 16:42
  • So this is CRM online? Are you registering it in Sandbox mode? – Daryl Mar 05 '18 at 16:49
  • Yes, this is a trial instance of Dynamics 365 v9 and yes I am! – Bruno Willian Mar 05 '18 at 17:41
  • I'd try the plugin registration tool. If that doesn't work, put a support ticket in with MS – Daryl Mar 05 '18 at 18:30
  • It works fine through Plugin Registration Tool. As this is a trial environment, I don't think I am able to open a support ticket. – Bruno Willian Mar 05 '18 at 18:33
  • Try this URL: https://portal.office.com/support/support.aspx. But since you can connect with the Plugin Registration tool, you must not be sending over the correct credentials. May have to uninstall, and reinstall it. – Daryl Mar 05 '18 at 18:44
  • I will try the URL you sent me. By the way, I have tried to uninstall then install again the Developer Toolkit and I had no lucky. – Bruno Willian Mar 06 '18 at 13:18