Делаю регистрацию плагина как в инструкции
http://mmcrm.ru/?p=542
При попытке регистрации вылетает с ошибкой:
Цитата:
Unhandled Exception: System.Web.Services.Protocols.SoapException: Server was unable to process request.
Detail: <detail><error>
<code>0x80044191</code>
<description>Assembly can not be loaded from C:\Program Files\Microsoft Dynamics CRM\server\bin\assembly\MSA_BusProd_Workflow.dll.</description>
<type>Platform</type>
</error></detail>
в System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
в System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
в PluginRegistrationTool.CrmSdk.CrmService.Create(BusinessEntity entity)
в PluginRegistrationTool.RegistrationHelper.RegisterPluginType(CrmOrganization org, CrmPlugin plugin)
в PluginRegistrationTool.PluginRegistrationForm.btnRegister_Click(Object sender, EventArgs e)
Что делать? Подскажите плиз.