Could you help me solve this problem?!?

04/09/2012 13:06 berlogas#1
[Only registered and activated users can see links. Click Here To Register...]

I get this error when I try to debug solution. It says that could not find a part etc.. But the problem is that the souls.ini is in that place where it says that it isnt.
My program.cs (line42 and line43)
Kernel.ReadSouls();
Game.ManageSoul.Load();

My kernel.cs (line44 and line45)
StreamReader sr = new StreamReader("database\\souls.ini");
while (!sr.EndOfStream)
Could you help me solve this problem ?

Best regards,
berlogas