コミュニティ

LoadPredefinedProfile

 Where are the default profiles stored on the system? I I have a dev/temp license, and Im using the 4.5 Interop.FREngine dll... Could you describe what happens with "LoadPredefinedProfile"? Where the files are, what else needs to be "turned on" please? 

Ive initialized the Engine this way... 

EngineLoader = new EngineLoader(FineReaderEngineConfig.GetDeveloperSN());

And in the EngineLoader class, this is how I initialize the engine,

IEngineLoader engineLoader = new FREngine.OutprocLoader();

IEngine engine = engineLoader.GetEngineObject(developerSN);

 

This is where things seem to fail.. 

EngineLoader.Engine.LoadPredefinedProfile("DocumentConversion_Accuracy");

I initially tried with the Default profile, then tried the profile you see in the code blurb.

 

Ty

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • Avatar
    Permanently deleted user

    I actually figured this out... I was actually generating 32 bit programs and it was not loading the 64 bit FR dll. Once I changed the compile setting, things worked correctly. 

     

    1

サインインしてコメントを残してください。