Home > Forum > Plugins > SDK Could not load file or assembly

SDK Could not load file or assembly
0

Hi,

I have a problem with SDK Custom Action.
I created a new action for Webcon2022
I added all assemblies to zip and when I want to execute the action in the response I see .
Error code: 100
Could not load file or assembly 'Azure.Core, Version=1.25.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8'

The version is not correct because in my solution I used 1.28.0.0

MVP

Hi Serpa,

if you referenced Azure.Core yourself, instead of it being used inside a package, I would suggest, to use the version which is actually used by WEBCON BPS. If it's the same version, you don't need to put it inside the .zip.

If it's part of some package there may be a similar problem :
https://community.webcon.com/forum/thread/2707?messageid=2707

There's probably no other solution than downloading the 1.25 assembly version and adding it to the .zip.

Best regards,
Daniel