Hi,
I have one dll referenced in my class library (C#) project. DLL name is "EPPlus". But now when I deployed this as a plugin. Now when I try to debug the plugin after adding plugin profiler, it throws this error:
"Could not load file or assembly 'EPPlus, Version=3.1.2.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1' or one of its dependencies. The system cannot find the file specified".
Although the dll is present in my project's reference folder.
Any suggestion would be highly appreciated on this.
*This post is locked for comments
What is the .net version that is used on the dll,is this the same .net version that you have on your project,you might need to open this dll,and build it gain using the relevant .net version and dlls from your sdk.
To troubleshoot this download the following tool crmdiagtool2011.codeplex.com ,then try gain to debug the plugin,this might just point you to the right direction crmdialog
How to use this tool social.microsoft.com/.../how-to-use-crm-diag-tool-
Nope, i don't get any error during deploy the plugin using plugin registration tool.
Hi Fikri Hailal,
Don't you get any errors while deploying them in plugin registration tool?
Hii, it's strange. I have been develop some plugin, and set the key like below withour any "key" error.
This is what I get now:
"Assemblies containing Plugins must be strongly signed. Sign the Assembly using a KeyFile".
Hii, try to remove the password of your key. Usually i create a key for plugin without password. Just give a try and tell me the result
With Password. The same project works when I add key without merging with external Dlls.
The "strong key", when you create strong key do you create strong key with password or without password ?
Use proper merging with this link nicknow.net/dynamics-crm-ilmerge-dll-plugin
Then you will able to debug
I merged the dlls. Then I created a strong key and built the project. Now when I try to upload/deploy this assembly(plugin), I get this error:
Invalid assembly public key.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156