Dynamics CRM Plug-in assembly does not contain the required types or assembly content cannot be...
我們在使用plugin Registration Tool更新外掛的時候,有時會碰到標題中提示的英文錯誤,具體的error message可以看下面的截圖
這個錯一般都是我們的Assembly中的Plugin和外掛註冊器裡已有的對應不上,比如外掛註冊器裡有ABC三個plugin,但你更新的Assembly中卻只有兩個,兩邊不對應導致的,當然如果註冊器裡有ABC三個plugin,但你的Assembly裡有ABCD四個,那這個D是能被正確add進去的。
那我這次是碰到了一個新的情況,我要更新的外掛註冊裡的Plugin就一個,但是在更新的時候還是報了上面的錯,一開始覺得很奇怪,我這裡有個前提是,程式碼不是我寫的是維護的別人的程式碼,所以一開始並未注意到下面紅框中的第三方dll,所以這種場景就需要用到dll合併了,單純的project生成的dll是沒法用的。
相關文章
- Solidity:assemblySolid
- Profiling an Assembly Program
- Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of ex...UIAIAPPiPhone
- 淺談 C# Assembly 與 IL (一):C# Assembly 與 ReflectionC#
- CS 0447 Computer Organization and Assembly
- web assembly 初體驗Web
- sbt的assembly外掛
- [譯][A crash course in WebAssembly] assemblyWeb
- Dynamics 365 Web API Set Values of all Data Types using Web API in Dynamics CRM Through C#WebAPIC#
- 008 Web Assembly之效能分析Web
- plan9 assembly 入門
- Apache Maven Assembly Plugin 的介紹ApacheMavenPlugin
- pwn.college Fundementals Assembly Crash Course
- 006 Web Assembly之除錯方法Web除錯
- allowedOrigins cannot contain the gateway 報錯AIGateway
- 解決java.lang.IllegalArgumentException: 'Content-Type' cannot contain wildcard type '*'異常(真實有效)...JavaExceptionAI
- Assembly.CreateInstance()與Activator.CreateInstance()方法
- 009 Web Assembly學習結束篇Web
- editor does not contain a main type Maven專案AIMaven
- gateway 報錯 allowedOrigins cannot contain the specialGatewayAI
- Architecture 1001: x86-64 Assembly 彙編
- Solidity之旅(十八)內聯彙編 [inline assembly]Solidinline
- 004 Web Assembly康威遊戲之優化Web遊戲優化
- 007 Web Assembly康威遊戲新增互動Web遊戲
- web assembly是什麼,能幹什麼Web
- Dynamics CRM the field cannot be deleted because it is used in one or more process的解決方法delete
- Apache Maven Assembly自定義打包外掛的使用ApacheMaven
- Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'HTTP
- 003 Rust Assembly之實現康威生命遊戲Rust遊戲
- 004 Web Assembly康威遊戲之最佳化Web遊戲
- 智慧合約從入門到精通:Solidity AssemblySolid
- 005 Web Assembly之測試康威遊戲程式碼Web遊戲
- Dynamics CRM Performance Issue when CRM Forms OpeningORM
- mysql 5.7.21 CMake Error: The source directory "/data/server/mysql" does not appear to contain CMakMySqlErrorServerAPPAI
- Dynamics CRM Connectivity and Firewall Port Requirements——CRM安裝UIREM
- Dynamics CRM 2013 批處理
- Dynamics CRM 2013 常用JS指令碼JS指令碼
- Dynamics CRM實體系列之窗體