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是沒法用的。
相關文章
- PIA (Primary Interop Assembly) & AIA (Alternate Interop Assembly)簡介AI
- Solidity:assemblySolid
- Dynamics CRM Add/Remove a Tab in an entity form using plug-inREMORM
- 淺談 C# Assembly 與 IL (一):C# Assembly 與 ReflectionC#
- Dynamics CRM Developer Extensions提升你的開發效率(Plug-in篇)Developer
- Dynamics CRM2016 plugin註冊step時報Assembly file name is in invalid format錯的解決辦法PluginORM
- sbt的assembly外掛
- [譯][A crash course in WebAssembly] assemblyWeb
- web assembly 初體驗Web
- plan9 assembly 入門
- Maven Assembly外掛介紹Maven
- Profiling an Assembly Program
- Dynamics 365 Web API Set Values of all Data Types using Web API in Dynamics CRM Through C#WebAPIC#
- C#反射中Assembly.Load及Assembly.Load.CreateInstance方法介紹C#反射
- 008 Web Assembly之效能分析Web
- Apache Maven Assembly Plugin 的介紹ApacheMavenPlugin
- pwn.college Fundementals Assembly Crash Course
- Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of ex...UIAIAPPiPhone
- 004 Web Assembly康威遊戲之優化Web遊戲優化
- 006 Web Assembly之除錯方法Web除錯
- maven assembly plugin,maven dependency plugin的使用MavenPlugin
- Eclipse : Web Deployment Assembly & Maven dependencies issueEclipseWebMaven
- 利用Assembly動態載入程式集
- 004 Web Assembly康威遊戲之最佳化Web遊戲
- 003 Rust Assembly之實現康威生命遊戲Rust遊戲
- 007 Web Assembly康威遊戲新增互動Web遊戲
- 009 Web Assembly學習結束篇Web
- web assembly是什麼,能幹什麼Web
- Dynamics CRM the field cannot be deleted because it is used in one or more process的解決方法delete
- 005 Web Assembly之測試康威遊戲程式碼Web遊戲
- Apache Maven Assembly自定義打包外掛的使用ApacheMaven
- C#反射的Assembly的簡單應用C#反射
- editor does not contain a main type Maven專案AIMaven
- Xamarin.iOS專案編譯提示Could not AOT the assemblyiOS編譯
- 使用Maven的assembly外掛實現自定義打包Maven
- 智慧合約從入門到精通:Solidity AssemblySolid
- allowedOrigins cannot contain the gateway 報錯AIGateway
- Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'HTTP