try
{
fmeSession = FMEObjects.CreateSession();
fmeSession.Init(null);
}
catch (FMEOException ex)
{
return ex.FmeErrorMessage;
}
Hi,
I am trying to create fme session in my application. But, I am getting 'Session could not be created. Path to specified FME core DLL is invalid.' error.
FME2015
Visual Studio 2010
This issue comes after installing FME2020 in my system. I uninstalled 2020 and reinstalled 2015. Still, I am getting the same error.
Any idea how to fix this issue?