“Object doesn’t support property or method ‘setFormMode’” error while closing the record’s form in CRM 2011.


Hi,

We had recently written a plugin for sending email. In the description of the email we were inserting the URL of the record

string recordUrl = string.Format(“<a href=’{0}/userdefined/edit.aspx?etc=4300&id={1}‘>Click here to open the record</a>”, this.serverName, marketingListGuid.ToString());

While clicking the link the record opens properly, however when we try closing the form’s window we get the below error

We have UR8 installed in our on premise development environment there we don’t get this error, however we are still getting the above error for our online dev and production environment.

http://social.microsoft.com/Forums/lv-LV/crmdevelopment/thread/0c0aa09e-0ea6-4150-8056-a2b7b91f3256?prof=required

Bye.

“The import file is too large to upload” error while importing csv file of more than 8 mb in CRM 2011.


Hi,

I was importing a csv file of size 11 mb using import data feature and got the below error.

The unsupported way we can resolve it for our on premise environment is by running the following update query against MSCRM_CONFIG database.

UPDATE ServerSettingsProperties

SET IntColumn =15

where columnname=‘ImportMaxAllowedFileSizeInMB’

Also refer to this support article

http://support.microsoft.com/kb/918609

Bye.

“System.ArgumentException: The specified string is not in the form required for a subject” error while sending mail through plugin in CRM 2011.


Hi,

We were getting the above error in one of our plugin which was using SendEmailRequest to send mail.

As it turned out it was because of the subject not being in proper format in the template

 

 

Hope it helps.

Unhandled Exception: System.ServiceModel.Security.SecurityNegotiationException: SOAP security negotiation with ‘http://../XRMServices/2011/Organization.svc’ for target ‘http://.. /XRMServices/2011/Organization.svc’ failed while using Plugin Registration Tool.


Hi,

Today I was getting the above error while trying to update one of my plugin assemblies. The password of the admin account had recently changed. So I had to Remove the existing connection and create a new one to get things working.

Bye.

“Option set name doesn’t match with the one from existing option set” error while importing solution in CRM 2011.


Hi,

We got this error while importing the solution in one of the option set fields. Our development server were still in RTM. This was a known issue in RTM.

Installing the Update Rollup 1 and restarting the server fixed the issue.

http://www.microsoft.com/en-us/download/details.aspx?id=4837

Bye.

Dropdown list problem in IE 9 in CRM 2011


Hi,

Sometimes we’d see our drop down list getting fixed i.e. drop down doesn’t appear when we click on the attribute.

One option is to either refresh the form or the other better option is to click on the tabs on the left side instead of refreshing the whole page.

More details here

http://social.microsoft.com/Forums/uk/crmdevelopment/thread/49737c72-f79a-428c-94bf-e26dc4b89cef

Bye.

Nishant Rana's Weblog

Everything related to Microsoft .NET Technology

Skip to content ↓