martin
Hi,
I compile xample/DotNetStockListDemo, I try to load the DotNetStockListDemo.dll using
DotNetServer_N2.exe, I got log file error can not lock *.log file it is accecced by another process. Can someone help me? I create bat file based on DotNetServers.bat batch file.
Thanks
Dario Crivelli
This is a known issue. The supplied DotNetServer_N2.exetakes its logging configuration from the nearby DotNetServer_N2.exe.config file.
As this exe can be made to run in multiple instances (as DotNetServers.bat does), two instances started from the same directory would get the same configuration and could conflict on the same log file.
Maybe, a log4net configuration expert knows how different processes can be made to log on the same file with no conflicts.
However, this limitation should not prevent any instance from running. May you please confirm that?