This error I get... whatever entities or combination make.
Code:
<Error Message="Exception, Message=Conversion failed when converting from a character string to uniqueidentifier." />
This is just bare bones adding manufacturer code and I get the above error:
Code:
<AspDotNetStorefrontImport Version="9.3" SetImportFlag="true" AutoLazyAdd="true" AutoCleanup="true" Verbose="true" TransactionsEnabled="true">
<Entity EntityType="Manufacturer" Action="Add" ID="" GUID="" XPathLookup="/x/y/z" RemoveMappings="boolean">
<Name>mujo</Name>
<XPath></XPath>
<!-- XPath only allowed on Add Actions -->
<SE>
<SEName></SEName>
<SETitle></SETitle>
<SEKeywords></SEKeywords>
<SEDescription></SEDescription>
<SENoScript></SENoScript>
<SEAltText></SEAltText>
</SE>
<Address1>a</Address1>
<Address2>a</Address2>
<Suite>a</Suite>
<City>a</City>
<State>a</State>
<ZipCode>342</ZipCode>
<Country>a</Country>
<Phone>a</Phone>
<FAX>a</FAX>
<URL>a</URL>
<EMail>a@a.com</EMail>
<Summary>a</Summary>
<Description>a</Description>
<Display>
<XmlPackage>entity.grid.xml.config</XmlPackage>
<ColWidth>4</ColWidth>
<PageSize>4</PageSize>
<SkinID></SkinID>
<TemplateName></TemplateName>
</Display>
<Images>
</Images>
<QuantityDiscount Name="string" ID="integer" GUID="uniqueidentifier"/>
<DisplayOrder></DisplayOrder>
<Published></Published>
<Wholesale></Wholesale>
<ExtensionData></ExtensionData>
<StoreMappings AutoCleanup="boolean" PreserveExistingRecords="boolean">
<Store StoreId="int" StoreName="string" />
<Store StoreId="int" StoreName="string" />
</StoreMappings>
</Entity>
</AspDotNetStorefrontImport>
However, mujo manufacturer is inserted normally.