2012-06-12 2 views
0

Retrieving the COM class factory for component with CLSID {5FF57840-5172-4482-9CA3-541C7878AE0F} failed due to the following error: 80070005 .
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.a échoué en raison de l'erreur suivante: 80070005

Exception Details: System.UnauthorizedAccessException : Retrieving the COM class factory for component with CLSID {5FF57840-5172-4482-9CA3-541C7878AE0F} failed due to the following error: 80070005 .

ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/> , the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

Source Error:

Line 23: public partial class Report_Agent_Commission : System.Web.UI.Page 
Line 24: { 
Line 25:  ReportDocument obj = new ReportDocument(); 
Line 26:  CrystalClass CCobj = new CrystalClass(); 
Line 27:  static string repFile = string.Empty; 

Source File:
d:\inetpub\vhosts\impactwebclients.com\httpdocs\Report_Agent_Commission.aspx.cs

Line: 25

Stack Trace:

[UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {5FF57840-5172-4482-9CA3-541C7878AE0F} failed due to the following error: 80070005.] CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor() +207 [TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.] CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() +0 PBS.GUI.Report_Agent_Commission..ctor() in d:\inetpub\vhosts\impactwebclients.com\httpdocs\Report_Agent_Commission.aspx.cs:25 ASP.report_agent_commission_aspx..ctor() in c:\windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9b53e041\44708862\App_Web_report_agent_commission.aspx


Ce problème, je reçois lors de l'utilisation des rapports de cristal la version 2008 10.5.3700.0, si je commente/supprimer le contenu du rapport de cristal sur cette page Web particulier, il fonctionne très bien. Quand je place un ReportViewer de cristal dans la page Web actuelle, il montre d'erreur

Pouvez-vous s'il vous plaît aidez-moi d'ici

+0

Avez-vous essayé ce qui est suggéré au paragraphe 3 de votre question? – GSerg

Répondre

0

j'ai trouvé une réponse moi-même .. s'il vous plaît placer le mode d'erreur personnalisé dans webconfig et vérification le numéro de statut d'erreur, 99% il donne l'erreur non: 500 - c'est un serveur interne erreur, sur la machine du serveur il y a problème problème peut-être qu'ils doivent installer des rapports d'exécution de cristal ou autre peut être tout autre problème il n'est pas sur votre partie de codage ainsi soulever une plainte à eux après confirmation de l'erreur 500

merci à tous si c'est utile à tout le monde .. ce serait génial

Questions connexes