Error message “Assembly must be registered in isolation” when registering Plugins in Microsoft Dynamics CRM 2011解决办法: John 25 Apr 2012 9:03 AM      Yes thanks.  We were having this issue when importing a solution out of our development system that co…
在插件注册的时候经常会遇到"Assembly must be registered in isolation"的问题导致无法注册,之前经常会被同事或者朋友问到这个问题,遇到这个问题的人群集中在新手朋友,今天在客户UAT环境导入解决方案包时也遇到了,特此做下记录,该问题是部署插件的账号不是部署管理员引起的,只要将部署账号加入部署管理员即可. 添加部署管理员的方式如下,使用部署管理员账号打开CRM部署管理器,右击部署管理员,点击新建部署管理员即可.…
An error occurred while opening mailbox  Microsoft.Crm.Tools.Email.Providers. Whenever I check how CRM is doing internally I always check the event viewer to see if there’s anything going wrong with Dynamics CRM. The most common error I see in the ev…
最近用 IE 测试 CRM 网站的时候发现一个问题:时不时会弹出“Microsoft Dynamics CRM has encountered an error”的小框框,而且还不是在特定位置才会弹出这个窗口,有的时候是在保存 record 的时候弹出,有时是在退出当前页面的时候弹出,又或者在刷新页面的时候弹出,有时侯刚登陆的时候也会弹出……总之就是有点迷了. 但是,这个问题在 Chrome 或者 Edge 上出现次数较少,在 IE 或者 Firefox 上的出现次数却比较频繁,而且测试也说这个…
现象一: module.js:557     throw err;     ^ Error: Cannot find module 'puppeteer'  at Function.Module._resolveFilename (module.js:555:15) at Function.Module._load (module.js:482:25) at Module.require (module.js:604:17) at require (internal/module.js:11:1…
我的环境:Mac 10.11.6 ,mysql  5.7.14  . mac mySql 报错ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) 这个错是链接时报的错,要链接必须启动.修复的时候首先要启动mysql. 首先来了解一下 mysql.sock的作用: Mysql有两种连接方式: (1),TCP/IP (2),socket 对mysql.sock来说,其…
Recently one of my client has faced weird situation related to SQL Server Replication. Their main database goes down so they started running mirroring database as a primary database, removed subscriber and distributor. Once they have setup primary se…
1.删除redhat原有的yum rpm -aq|grep yum|xargs rpm -e --nodeps 2.下载yum安装文件 wget http://mirrors.163.com/centos/6/os/x86_64/Packages/yum-3.2.29-40.el6.centos.noarch.rpm wget http://mirrors.163.com/centos/6/os/x86_64/Packages/yum-metadata-parser-1.1.2-16.el6.x…