|
-
Feb 29th, 2008, 02:18 PM
#1
Thread Starter
New Member
Help with CR error on server
Hi all!!!
I really need your help and I hope you could answer me please.
I'm developing a .NET project and I was forced to use CR, I'm using the one that comes with VB 2005.
I succesfully generate the reports and works fine, but it only does in my localmachine, but when I try to upgrading those reports in the server, it crashes with the next error:
Server Error in '/' Application.
Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
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.
Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 17: <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="True"
Line 18: Height="1106px" ReportSourceID="CrystalReportSource1" Width="876px" />
Line 19: <CR:CrystalReportSource ID="CrystalReportSource1" runat="server">
Line 20: <Report FileName="ejemplo.rpt">
Line 21: </Report>
Source File: C:\Inetpub\wwwroot\cancun-plaza.com.mx\wwwroot\Ejemplo.aspx Line: 19
Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Stack Trace:
[FileNotFoundException: Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.]
CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor() +0
[TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.]
CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() +0
CrystalDecisions.ReportSource.CachedReport.get_ReportDocument() +36
CrystalDecisions.Web.CrystalReportSource.set_Report(Report value) +255
ASP.ejemplo_aspx.__BuildControlCrystalReportSource1() in C:\Inetpub\wwwroot\cancun-plaza.com.mx\wwwroot\Ejemplo.aspx:19
ASP.ejemplo_aspx.__BuildControlform1() in C:\Inetpub\wwwroot\cancun-plaza.com.mx\wwwroot\Ejemplo.aspx:15
ASP.ejemplo_aspx.__BuildControlTree(ejemplo_aspx __ctrl) in C:\Inetpub\wwwroot\cancun-plaza.com.mx\wwwroot\Ejemplo.aspx:1
ASP.ejemplo_aspx.FrameworkInitialize() in C:\Inetpub\wwwroot\cancun-plaza.com.mx\wwwroot\Ejemplo.aspx.vb:912307
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +40
System.Web.UI.Page.ProcessRequest() +86
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +18
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.ejemplo_aspx.ProcessRequest(HttpContext context) +29
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +303
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
I don't know why this happen, the server support tell me that I have to get a license and maybe it could work.
Could anybody can help me please.
Last edited by raheyazz; Mar 1st, 2008 at 10:38 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|