Hi,
I have created a dll using C# language, and added it with a object studio. I have added the namespace. When I am calling the methods within the dll I am getting the error--"Internal : Could not execute code stage because exception thrown by code stage: Could not load file or assembly 'MyDll, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded..". I am using Blue prism version 4.2.5 and dll version 1.3.0.0 or 1.0.0.0.
Any help will be appreciated .