Has anyone had a solution escaping characters for chat format? So for example let's say I want to create the chart in D:\My Charts\Charts --> I will get an error due to the space...removing the space and it works. Now what is interesting is that I can escape with \ in the console for Logparser, but if I attempt to try and use the same escape routine within the API (for an ASP.NET site) it breaks. Perhaps this is just a bug? Anyone else come across something like this?