简体   繁体   English

CRM资源管理器不显示插件程序集

[英]CRM Explorer does not show plug-in assemblies

I'm using Visual Studio 2015 with Microsoft Dynamics 365 Developer Toolkit and 365 SDK. 我将Visual Studio 2015与Microsoft Dynamics 365开发人员工具包和365 SDK一起使用。

Everithing was fine developing plug-ins but since last week CRM explorer does not show plug-in assemblies. Everithing很好地开发插件,但是自上周以来,CRM Explorer没有显示插件程序集。 There are no errors, I connect CRM explorer to my organization, select a solution and it loads. 没有错误,我将CRM资源管理器连接到我的组织,选择了一个解决方案并加载了该解决方案。 I can see entities and the rest of things but when I click on Plug-in Assemblies to expand it, It keeps loading for a few seconds and nothing appears. 我可以看到实体和其余的东西,但是当我单击“插件程序集”将其展开时,它会持续加载几秒钟,并且什么也没有出现。

Does anyone know what happens to my CRM Explorer? 有人知道我的CRM资源管理器会如何吗? Thanks in advance. 提前致谢。

I noticed this too. 我也注意到了这一点。 I had a plugin project with ILMerge, and the CRM explorer wouldn't load plugins, if Microsoft.Xrm.Sdk was not merged into the plugin dll. 我有一个使用ILMerge的插件项目,并且如果Microsoft.Xrm.Sdk没有合并到插件dll中,那么CRM资源管理器将不会加载插件。 Even though it's not required when deploying to online. 即使在部署到联机时也不是必需的。

Update: I found out that if you copy just the Microsoft.Xrm.Sdk.dll in the build folder with the plugin dll, CRM explorer will load plugins just fine. 更新:我发现,如果仅使用插件dll复制构建文件夹中的Microsoft.Xrm.Sdk.dll,则CRM资源管理器会很好地加载插件。 So no need to merge it. 因此,无需合并它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM