I am facing some issues with loading .Net DLL in Talend using tDotNetInstantiate component.
Could you please guide me with the "which .NET Standard version talend follows so from that I should develop .NET Framework and .NET Core dll compatible with talend"??
I am able to load dll created with.Net framework without any issues but facing issues with loading of .Net core dll.
I am facing below error while loading .Net core DLL ....
System.NullReferenceException: Object reference not set to an instance of an object.