Hi All,
We have a WCF Service application(Data Services) which consumes RFA8_NET100_x64.dll library to retrieve business related data.
When I debug this .NET application in visual studio the library(RFA8_NET100_X64.dll) is loading fine we are able to connect to this library via WCF application for data retrieval but when I package and install the WCF application along with "RFA8_NET100_X64.dll" library in some azure environments with Windows Server 2016 installed, we are facing the below error
ERROR:
System.IO.FileNotFoundException: Could not load file or assembly 'RFA8_NET100_x64.dll' or one of its dependencies. The specified module could not be found.
at Eon.DataService.Server.DataConnectors.Reuters.ReutersDataConnector..ctor(String name, String description, IDictionary`2 settings)
Even though the library "RFA8_NET100_x64.dll" is present in the installation directory, application is throwing this error.
Whereas the same package version of WCF application worked well in On premise servers(Windows server 2008), windows 7 and windows 10 machine.
Any kind of help/inputs in addressing this issue is really helpful.
Thanks in Advance.
Sandeep Swargam.