I face problem that drives me nuts, and I cannot find a solution anywhere. Also it seems many people faced this problem, and asked in several "more expert" forums like "community.dynamics.com" (for example here) or on sites of MIcrosoft MVPs like Andrew Butenko enter link description here) and several other places.
The problem is: While developing Plugins for Dataverse, we use a tool called "Plugin Regustration Tool" to bring those plugin to the cloud:
And inside this tool we usually use a tool called "Profiler" to debug what is happening, as the plugin runs in the background, and you have no chance seeing what is going wrong in the GUI.
However, when I want to install it, I get an error:
Official documentation of Microsoft does not mention this as they do only cover the "happy" path.
Does anyone know how to get this tool working. I am searching now for hours without even a hint where to start. Also the file is nowhere to be downloaded, otherwise I would have done so as suggested by the error message:
Unhandled Exception: System.InvalidOperationException: Unable to locate the "PluginProfiler.Solution.zip" file. Make sure that it is in the same directory as the PluginProfiler.Library.dll assembly. bei PluginProfiler.Library.ProfilerManagementUtility.LoadSolutionFile(String prtPath) bei PluginProfiler.Library.ProfilerManagementUtility.ImportSolutionAsyncAndWait(CrmServiceClient service, String prtpath, Boolean publishWorkflows, Boolean overwriteUnmanagedCustomizations, Int32 sleepInterval, Int32 asyncWaitTimeout) bei PluginProfiler.Library.ProfilerManagementUtility.RetrieveOrCreateProfilerPluginType(CrmServiceClient service, String prtpath) bei Microsoft.Crm.Tools.Libraries.OrganizationHelper.InstallProfiler(CrmOrganization org, String prtPath) bei Microsoft.Crm.Tools.PluginRegistration.OrganizationControlViewModel.<>c__DisplayClass302_0.<InstallProfiler_Clicked>b__2(Object o, DoWorkEventArgs e)
Any help is highly appreciated!