Tech Support > Microsoft Windows > Windows CRM > CRM cannot render grids
CRM cannot render grids
Posted by Reichert on April 20th, 2005


Recently installed CRM and it looks fine. The problems occurs when data is
entered. The data is going to the database but in CRM the grids will not
render. I get the following error:

[NullReferenceException: Object reference not set to an instance of an
object.]
Microsoft.Crm.Controls.GridData.RenderData(TextWri ter output) +309
_ASP.grid_data_aspx.__Render__control1(HtmlTextWri ter __output, Control
parameterContainer) +74
System.Web.UI.Control.RenderChildren(HtmlTextWrite r writer) +27
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Page.ProcessRequestMain() +1984

Someone Please help

Posted by Julian Sharp on April 21st, 2005


"Reichert" <Reichert@discussions.microsoft.com> wrote in message
news:039D62E7-3CBD-412E-B892-2E01296CA7BA@microsoft.com...
One possible cause is a corrupt isv.config. Try replacing isv.config (in the
_Resources directory) with the following and see it this cures it.

<Root>
<Areas>
<Home code="home"/>
<Workplace code="workplace"/>
<Sales code="sfa"/>
<Service code="cs"/>
<Reports code="reports"/>
</Areas>
</Root>



Posted by Reichert on April 21st, 2005


Julian,

Thank you for replying. Unfortunately that did not solve my problem. I'm
still getting the same error. Do you have any other suggestions?

Thanks again.

"Julian Sharp" wrote:


Similar Posts