Skip to main content
Question

Unable to create FME Session with FMEObjextsDotNet - FME2015

  • October 21, 2020
  • 0 replies
  • 16 views

  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?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.