web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Nishant Rana’s Weblog / XmlException: An error occu...

XmlException: An error occurred while parsing EntityName in CRM Plugin

Nishant Rana Profile Picture Nishant Rana 11,325 Microsoft Employee

I had written a pre-update plugin, it was working properly on my environment.

But after sending it across to the client, after he had deployed it we started getting the below mentioned error.

“XmlException: An error occurred while parsing EntityName”

We were actually passing secure configuration information to the plugin in the following format

<Config>

<url>http://CrmServer/MSCRMServices/2007/CrmService.asmx</url>

<orgname>OrgName</orgname>

<username>UserName</username>

<password>Password</password>

<domain>Domain</domain>

</Config>

And the issue was the password that was being used, it had ‘&’ character, which we then replaced with ‘&amp;’ and the error got resolved.

Hope it helps!


Filed under: CRM, Microsoft Dynamics CRM, XRM Tagged: CRM, CRM 2011, CRM 4.0

This was originally posted here.

Comments

*This post is locked for comments