Visual Studio can't find log4cpp.ini file even if it's there

Hi to all,

I'm developing a software by using log4cpp which was running without problem so far but yesterday I started to get "log4cpp.ini file not found" errors even if the file is in the correct folder. It exists in the project folder but also I copied it to Debug folder too, just in case.

Please note that I set my working directory to ".\Debug"
And also,
I've checked my .vcproj file and it has:
<File RelativePath=.\log4cpp.ini></File>

I include ".\" in
Config properties->c/c++->General->Additional include directories

When I check the logs, I see the exceptions below:
<pre>First-chance exception at 0x757bb727 in rpmtrhmfctestclient.exe: Microsoft C++ exception: decaf::net::URISyntaxException at memory location 0x0032c4b8..
First-chance exception at 0x757bb727 in rpmtrhmfctestclient.exe: Microsoft C++ exception: decaf::lang::exceptions::NumberFormatException at memory location 0x0032b48c..
First-chance exception at 0x757bb727 in rpmtrhmfctestclient.exe: Microsoft C++ exception: decaf::net::SocketException at memory location 0x0307e08c..
First-chance exception at 0x757bb727 in rpmtrhmfctestclient.exe: Microsoft C++ exception: activemq::exceptions::ActiveMQException at memory location 0x0307ea44..</pre></pre>


is there anything I can do or check to solve this problem?

Thanks in advance, regards
ilker
Topic archived. No new replies allowed.