I was trying to create a custom web report following the instructions in one
of the Microsoft Dynamics CRM books, which included creating a new web
application inside de server "crmreports" folder. As I wasn't able to achieve
what I was trying to with that report, I deleted it and all of its associated
files.
Since then I can't enter again the reports section in the CRM site, and I
keep getting errors from the configuration files. Is there anyway I can
restore the content of the "crmreports" folder to its initial state?
The error I get right now is that the 'Microsoft.Crm.Reports.Home' type
couldn't be loaded, and it's originated in the home_reports.aspx page, in the
following line:
<%@ Page Inherits="Microsoft.Crm.Reports.Home"
CodeBehind="Microsoft.Crm.Application.Pages.dll"%>
I've tried copying that .dll file to the "crmreports" folder, and to a "bin"
folder inside that one, but I still can't get it to work...
Anybody knows of a possible solution to this all?