Hi
I'm trying to create and use a crmsvcutil.exe.config file so that I dont have to type all the parameters each time I use the tool.
However as I try to run the exe file I get an error saying that the side-by-side file is incorrect. In the event log it says that:
on line 1. The application config file root element must be configuration.
<configuration>
<appSettings>
<add key="o" value="CrmProxy.cs" />
<add key="d" value="xxx" />
<add key="u" value="xxx" />
<add key="p" value="xxx" />
<add key="url" value="http://xxx/xxx/XRMServices/2011/Organization.svc" />
<add key"servicecontextname" value="xxx" />
</appSettings>
</configuration>
Any suggestions on what I'm doing wrong here?