At 08:46 16/09/2009, André van der Merwe wrote:
>* In Stats.cs: Replace call to Environment.GetCurrentPath with
>Asm.GetExecutingAssembly().GetName().CodeBase
Assuming you meant Environment.CurrentDirectory:
those aren't equivalent. Have you tried using
Path.GetFullPath(".") instead?