- Server Error in '/' Application.
- Posted by mr. pOoO on January 24th, 2006
when click on ( Download Report ) in MS CRM 3.0 This error appear ==>
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom
error settings for this application prevent the details of the application
error from being viewed remotely (for security reasons). It could, however,
be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable
on remote machines, please create a <customErrors> tag within a "web.config"
configuration file located in the root directory of the current web
application. This <customErrors> tag should then have its "mode" attribute
set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom
error page by modifying the "defaultRedirect" attribute of the application's
<customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
- Posted by Ronald Lemmen on January 24th, 2006
Hi,
This error message is a generic message which appears as soon as "something"
goes wrong. You are getting this error as soon as you click "Download
Report". I'm using CRM 3.0 for quite some time now, but never have seen this
button before. Could you explain me where you find this button?
Furthermore I'd like to know if you did implement CRM yourself or if this
product was installed by a Microsoft Partner. If this is true, then there
might be a mistake in an addon created by that partner. This will need to be
fixed by them then.
Hope this helps,
--
Ronald Lemmen
Avanade Netherlands
"mr. pOoO" wrote:
- Posted by mr. pOoO on January 25th, 2006
Thanx Ronald...
Microsoft Partner fix it.
"Ronald Lemmen" wrote:
- Posted by Juan Hernandez on February 16th, 2006
mr pooo You know how your partner fix it?
"mr. pOoO" wrote:
- Posted by Priscilla on April 20th, 2006
I'm having this same problem. And we notice that it happens before I've
installed the MS Exchange 2003's SP2 (Exchange 2003 is running at this same
server).
-> Who knows how to fix it?
Ronald Lemmen, could you really help us? I think if we are here searching
for answers, we don't want to find a answer like "This will need to be fixed
by someone".
Thanks a lot.
--
Atenciosamente,
Priscilla.
"Juan Hernandez" wrote:
- Posted by Daniel Tan on April 21st, 2006
hi folks,
There's a KB article on the error message but it only applies for CRM 1.2
http://support.microsoft.com/kb/829888/en-us
I'm wondering it it applies to 3.0 as well?
"Priscilla" <Priscilla@discussions.microsoft.com> wrote in message
news:79711F63-C4F0-492F-BAA7-A4EDF09BB23F@microsoft.com...