I am getting the following error when attempting create a .net datastore in a deployed environment:
Could not load file or assembly 'System.ComponentModel.Annotations, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
The Dll it is saying it cannot find is in the same folder of the dll that is trying to create the datastore. Actually every file and folder that was in the Bin folder has been deployed.
When I run it in Visual Studio it works fine, but when it is deployed it does not.
Does anyone know what might be wrong?
Oh, by the way this issue is happening when using Appeon's PowerBuilder 2019 .net DataStore in a C# dll project.