i built the plugin with the "Generate Serialization Assemby" turned off for OpenDentBusiness Project as I was unable to build the Plugin in Release mode
After distributing my Plugin to our customers, some customers are getting the following error
"An attempt was made to load an assembly from a network location which would have caused assembly to be sanboxed in previous version of the .NET framework"
and pointing to the link below
http://go.microsoft.com/fwlink/?LinkId=155569
image here
If the image above dont show:
https://imgur.com/a/1eMmNcz
I am using Visual Studio 2019 Community, I cannot downgrade to lower version of Visual Studio as I have more than a dozen project that uses VS2019.
It does seem like everytime the plugin is use it connects to the internet to download the assembly? most of our clients dont have a net connection in their clinic.
How to resolved this issue?