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
- eclipse :報錯 ‘XXXX‘ does not name a type的解決辦法Eclipse
- mongodb錯誤解決辦法-bash: ./mongod: cannot execute binary file: Exec format errorMongoDBORMError
- 關於Chrome報錯 ERR_NAME_NOT_RESOLVED 解決辦法Chrome
- Dynamics CRM 安裝SSRS Extension時報Could not find the name or insufficient right to see name的解決方法
- zblog升級報錯“Invalid argument supplied for foreach”或者“unserialize(): Error at offset”的解決辦法Error
- linux解壓報錯gzip: stdin: invalid compressed data--format violatedLinuxORM
- git報錯400的解決辦法Git
- ZBlog升級1.7報錯“Invalid argument supplied for foreach”或者“unserialize(): Error at offset”的解決辦法Error
- Elasticsearch 6 建立索引報錯 invalid_index_name_exception Invalid index name [testDemo], must be lowercaseElasticsearch索引IndexException
- cnpm link 報錯解決辦法NPM
- apache PHP 隱藏 index.php 報錯 No input file specified. 解決辦法ApachePHPIndex
- ImportError: cannot import name ‘imresize‘解決辦法ImportError
- Jsp Unescaped xml character報錯的解決辦法JSXML
- 執行 PHP artisan migrate 時報長度錯誤的解決辦法?PHP
- pecel install swoole 報錯 ssl.h 找不到時的解決辦法
- 資料庫無法註冊至監聽服務解決辦法資料庫
- Mybatis批量更新SQL報錯☞解決辦法MyBatisSQL
- msfconsole,OpenSSL::PKey::PKeyError報錯解決辦法Error
- 搭建Flarum一切成功但是測試郵箱、註冊時顯示糟糕出錯啦(解決辦法)
- 【git】Git commit時提示錯誤時 解決辦法GitMIT
- IDEA+Maven:invalid bound statement (not found)解決辦法IdeaMaven
- iOS解決CUICatalog: Invalid asset name supplied問題iOSUI
- 小程式 · 報錯:Error: errCode: -501007 ,errMsg: Invalid Key Name (__keyPath)Error
- CATIA許可證時間錯誤的解決辦法
- 解決tensorboard報錯ValueError: Duplicate plugins for name projectorORBErrorPluginProject
- IDEA+Maven+Springboot:invalid bound statement (not found) 解決辦法IdeaMavenSpring Boot
- Docker Hello World容器執行報錯的解決辦法Docker
- 關於npm install安裝報錯的解決辦法NPM
- npm報錯"A complete log of this run can be found in:"的解決辦法NPM
- 報錯:net::err_unknown_url_scheme的解決辦法Scheme
- 解決Chrome外掛安裝時報錯:“Manifest file is missing or unreadable“Chrome
- Laravel Mix - 執行 NPM install 報錯解決辦法LaravelNPM
- 遠端連線MySQL錯誤“plugin caching_sha2_password could not be loaded”的解決辦法MySqlPlugin
- Homestead 在 Windows 下軟連結報錯的解決辦法Windows
- Maven下載jar包慢,pom報錯的解決辦法MavenJAR
- MySQL5.7 group by新特性報錯1055的解決辦法MySql
- File name too long window和linux排查,解決Linux
- Authentication failure 以及xxx is not in the sudoers file 問題的解決辦法AI