After the installation, when I try to add some entities to the mobile
application I get the following error:
<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="DraftXmlLocation"
value="C:\CrmMobileExpress\DraftXML.xml"/>
<add key="PublishedXmlLocation"
value="C:\CrmMobileExpress\PublishedXML.xml"/>
<add key="Microsoft.Crm.Sandbox.Mobile.CrmServiceSdk.CrmService"
value="http://triton:5555/MSCRMServices/2006/CrmService.asmx"/>
<add
key="Microsoft.Crm.Sandbox.Mobile.MetadataServiceSdk.MetadataService"
value="http://triton:5555/MSCRMServices/2006/MetadataService.asmx"/>
</appSettings>
<system.web>
<customErrors mode="Off"/>
<pages validateRequest="false" />
<compilation defaultLanguage="C#" debug="true">
<assemblies>
<!-- These two assemblies must be removed because the cascading
that ASP does not properly deal with them -->
<remove assembly="Microsoft.Crm.Tools.ImportExportPublish,
Version=3.0.5300.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<remove assembly="Microsoft.Crm.MetadataService,
Version=3.0.5300.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</assemblies>
</compilation>
<authentication mode="Windows"/>
<identity impersonate="true" />
</system.web>
</configuration>
Any idea
T.I.A.
Mauro