I'm looking to use SlowCheetah
to do build time transforms. I'm running Visual Studio 2013 update 1.
My transform could be the world's simplest; in web.Debug.config
I have
<?xml version="1.0"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<appSettings>
<add key="test" value="test" xdt:Transform="Insert"/>
</appSettings>
</configuration>
When I try to preview transform I get the following error:
Does anyone have any ideas? Are there any sort of logs or output I can look at?