Hi folks,
I have recently run into a weird system behavior. We have upgraded our CRM on prem to ver 8.2.0.7. Since then I the debugging feature seems to be broken.
I can still record the profile via the plugin registration tool, but at the step "start execution", the Plugin Reg tool returns the following error:
Unhandled Exception: System.InvalidOperationException: The plug-in type "VS.Plugins.QACalculator_CU" does not exist in the specified assembly.
at PluginProfiler.Library.AppDomainProxy.InitializeProxy(String assemblyFilePath, String typeName, String logFilePath, String compressedreport)
at PluginProfiler.Library.AppDomainProxy.InitializeProxy(String assemblyFilePath, String typeName, String logFilePath, String compressedreport)
at PluginProfiler.Library.AppDomainProxy.CreateProxy(Type type, AppDomain domain, OperationConfiguration configuration, IList`1 trustedAssemblies, IList`1 partlyTrustedAssemblies)
at PluginProfiler.Library.ProfilerExecutionEngine.Execute(ProfilerExecutionConfiguration configuration)
at PluginProfiler.Library.ProfilerExecutionUtility.Execute(PluginPermissions permissions, ProfilerExecutionConfiguration configuration)
at PluginProfiler.Library.ProfilerExecutionUtility.Execute(PluginPermissions permissions, OperationConfiguration operation, ProfilerReportingConfiguration reporting, CrmServiceClient administratorProxy, ITracingService tracing)
at Microsoft.Crm.Tools.DebugPlugin.DebugPluginViewModel.btnExecutionClicked()
This is not correct, as I have been able to register the plugin, invoke it and (with Echo probes technique) complete the build. Where am I making mistake?
Thanks,
Piotr
*This post is locked for comments