Dynamics CRM2016 plugin註冊step時報Assembly file name is in invalid format錯的解決辦法
本問題只在將plugin註冊在disk時遇到,這個錯在之前的開發中從沒出現過,也可能是我註冊database比較多,在這次用disk方式時碰到了。
具體的錯誤如下,成功將dll註冊到disk後,在註冊step的時候報如下截圖錯誤,原文是"Assembly file name is in invalid format. Only file name is allowed."
經過google後找到一篇文章,說是資料庫存的欄位值有問題,查詢後發現確實如文章所說,path欄位存的是路徑名,根據文章所說把它更新成檔名
update PluginAssemblyBase set [Path]='PluginDemo.dll' where Name='PluginDemo'
把欄位中的值從路徑名改成dll的檔名,再去Plugin Registration Tool中註冊下step,確實可以了。雖然問題解決了,但很疑惑這個問題產生的原因,從沒遇見過。
附上原文連結:https://mscrmdeveloper.wordpress.com/2014/09/04/problems-adding-step-to-disc-based-plugin-assembly/
相關文章
- Dynamics CRM 用程式碼註冊Plugin StepPlugin
- mongodb錯誤解決辦法-bash: ./mongod: cannot execute binary file: Exec format errorMongoDBORMError
- Dynamics CRM 安裝SSRS Extension時報Could not find the name or insufficient right to see name的解決方法
- MySQL錯誤Incorrect file format解決方案薦MySqlORM
- Dynamics CRM2016 為實體建立Alternate Key時報有重複的鍵的解決方法
- 開機checking file錯誤的解決辦法
- tar包解壓not in gzip format的解決辦法ORM
- Dynamics CRM2016 解決C#呼叫web api報錯無法顯示錯誤詳情的問題C#WebAPI
- VMware 啟動報錯 "Failed to lock the file"解決辦法AI
- mybatis-plugin is not activated yet解決辦法MyBatisPlugin
- 分模組的maven專案除錯時報Source not found的解決辦法Maven除錯
- 關於Chrome報錯 ERR_NAME_NOT_RESOLVED 解決辦法Chrome
- ImportError: cannot import name ‘imresize‘解決辦法ImportError
- 執行 PHP artisan migrate 時報長度錯誤的解決辦法?PHP
- 練習專案npm start啟動時報錯的個人解決辦法NPM
- 資料庫無法註冊至監聽服務解決辦法資料庫
- maven assembly plugin,maven dependency plugin的使用MavenPlugin
- Error:/etc/fstab:Read-only file system錯誤的解決辦法Error
- php在iis上配置時報mysql_connect錯誤解決辦法PHPMySql
- Eclipse下進行SVN提交時報“svn: 過期”錯誤的解決辦法Eclipse
- eclipse :報錯 ‘XXXX‘ does not name a type的解決辦法Eclipse
- man出錯解決辦法
- Myeclipse:resource is out of sync with the file system的解決辦法Eclipse
- git報錯400的解決辦法Git
- 啟動em時報錯:OC4J Configuration issue解決辦法
- IDEA+Maven:invalid bound statement (not found)解決辦法IdeaMaven
- dns錯誤怎麼辦 dns錯誤的解決辦法DNS
- 安裝RACDB後執行SQL/PLUS時報錯SP2-0667的解決辦法SQL
- Apache Maven Assembly Plugin 的介紹ApacheMavenPlugin
- zblog升級報錯“Invalid argument supplied for foreach”或者“unserialize(): Error at offset”的解決辦法Error
- sysctl -P 報錯解決辦法
- SAP錯誤提示解決辦法
- apache PHP 隱藏 index.php 報錯 No input file specified. 解決辦法ApachePHPIndex
- scp出現錯誤的解決辦法
- samba一個錯誤的解決辦法!Samba
- iOS解決CUICatalog: Invalid asset name supplied問題iOSUI
- 解決Chrome外掛安裝時報錯:“Manifest file is missing or unreadable“Chrome
- 搭建Flarum一切成功但是測試郵箱、註冊時顯示糟糕出錯啦(解決辦法)