XML parsing error RC2 on Windows

Hi,

Just got the following error after replacing the coldbox core.

An error occured while Parsing an XML document.

Content is not allowed in prolog.

The error occurred in C:\ColdFusion9\wwwroot\RebootClean\coldbox\system
\web\loader\FrameworkLoader.cfc: line 70
Called from C:\ColdFusion9\wwwroot\RebootClean\coldbox\system\web
\Controller.cfc: line 40
Called from C:\ColdFusion9\wwwroot\RebootClean\coldbox\system
\Coldbox.cfc: line 69
Called from C:\ColdFusion9\wwwroot\RebootClean\Application.cfc: line
39
68 :
69 : // Parse settings
70 : fwXML = xmlParse(instance.FrameworkConfigFile);
71 :
72 : //Get SettingNodes From Config

I am able to parse the XML in IE so not sure what the issue is. This
is on a Windows 7 system (I know it happens on a windows Vista also).

Any thoughts.
Thanks
Kevin

ok you can ignore this. seems there was a path plus caching issue .

Thanks
Kevin

Kevin can you give me a clue as to which paths I need to change? I am on a Windows box and it works fine there but when I moved it to a unix box it quit working with the same error as you. even the sample application helloworld and dashboard does not work.

did you ever find out how to fix this?

chris