I just installed CRM 1.2 on Windows 2003 Server successfully.
When I go to http://localhost, the CRM site comes up, but when I go to the
Home My Home page button on the left (initially starts there), this error is
displayed in the main frame:
Server Error in '/home' Application.
----------------------------------------------------------------------------
----
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.
Parser Error Message: Could not load type 'Microsoft.Crm.Web.Homepage'.
Source Error:
Line 1:
Line 2: <%@ Page Inherits="Microsoft.Crm.Web.Homepage" Language="c#"
CodeBehind="Microsoft.Crm.Application.Pages.Home.dll" %>
Line 3: <%@ Register TagPrefix="crm" Namespace="Microsoft.Crm.Controls"
Assembly="Microsoft.Crm.Application.Components.UI" %>
Line 4: <%@ Register TagPrefix="cnt"
Namespace="Microsoft.Crm.Application.Controls"
Assembly="Microsoft.Crm.Application.Components.Application" %>
Source File: C:\Inetpub\wwwroot\home\home_home.aspx Line: 2
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
and on the left frame this error is displayed:
Server Error in '/home' Application.
----------------------------------------------------------------------------
----
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.
Parser Error Message: Could not load type
'Microsoft.Crm.Application.Pages.Home.LeftNavBar'.
Source Error:
Line 1:
Line 2: <%@ Page language="c#"
Inherits="Microsoft.Crm.Application.Pages.Home.LeftNavBar"
CodeBehind="Microsoft.Crm.Application.Pages.Home.dll"%>
Line 3: <%@ Register TagPrefix="cnt"
Namespace="Microsoft.Crm.Application.Controls"
Assembly="Microsoft.Crm.Application.Components.Application" %>
Line 4: <%@ Import Namespace="Microsoft.Crm"%>
Source File: C:\Inetpub\wwwroot\home\left.aspx Line: 2
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
Anyone experience this? Any idea of how to fix?