Hello, I'm running RFA .NET Tutorials\step 7. The solution references library rfanet8.0.1.E1.win\Libs\WIN_64_VS110\RFA8_NET110_x64.dll.
When I debug the example I see following errors in the Windows console:
2017/06/05 17:47:31.905 INFO
<- Received LoggerNotifyEvent:
[Mon Jun 05 17:47:31 2017]: (ComponentName) Static: (Severity) Information:
This message is NOT formated since message file is NOT open!
Morover there are popup dialogs shown which contain the following errors:
File: ..\..\..\Logger\Impl\MessageFormatterImpl.cpp
Line: 80
Problem:
::LoadLibrary failed in MessageFormatterImpl::init() for component name "Static", with logger message file "RFA7_MsgFile". This message file could not be found. Check component logger configuration. Last error: 126
RFA_VERIFY( 0 ) failed
Stack Trace:
0x000007FEDA45BA90 C:\netdev\ReutersRFA.NETTutorials\step7\Debug\RFA8_NET110_x64.dll: GenerateStackTrace() + 176 bytes
c:\jenkins\workspace\dlibnetcore\os\vs110-64\rfaut\common\support\rfainternal\impl\rfaverify.cpp, line 591
0x000007FEDA45CF48 C:\netdev\ReutersRFA.NETTutorials\step7\Debug\RFA8_NET110_x64.dll: __RFA_ProblemReport() + 984 bytes
c:\jenkins\workspace\dlibnetcore\os\vs110-64\rfaut\common\support\rfainternal\impl\rfaverify.cpp, line 392
0x000007FEDA53D4D4 C:\netdev\ReutersRFA.NETTutorials\step7\Debug\RFA8_NET110_x64.dll: rfa::logger::MessageFormatterImpl::init() + 420 bytes
c:\jenkins\workspace\dlibnetcore\os\vs110-64\rfaut\logger\impl\messageformatterimpl.cpp, line 80
Do you know how this problem can be resolved?
Note that the original example referenced RFA7_NET110_x64 while now it is only possible to download newer RFA8_NET110_x64 which may not be compatible with the example projects?