question

Upvotes
Accepted
36 1 2 3

Unable to run C# / RFA.NET StarterConsumer console app on a Windows Server 2016 machine

StarterConsumer-x64 Code Sample,
extracted from 'RFA - .NET Edition - 8.1.0.L1' file, downloaded from
https://developers.thomsonreuters.com/thomson-reuters-enterprise-platform/robust-foundation-api-rfa-1.
Crashes when run on "Windows Server 2016 Standard" 64-bit Operating System, x64-based processor, giving the following error

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'RFA8_NET100_x64.dll' or one os its dependencies. The specified module could not be found.
at ThomsonReuters.RFA.EXAMPLE.StarterConsumer.Program.Main(String[] args)


Also tried installing "Visual C++ Redistributable for Visual Studio 2015", but error remain the same.

treprfarfa-apiwindows-server-2016
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvote
Accepted
36 1 2 3

Issue Solved.

Installed, Microsoft Visual C++ 2010 Redistributable Package (x64), as I am using Visual Studio 2010.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.