Error: CrystalDecisions.CrystalReports

L

Lorenc

Is anybody experiencing the following error when trying to export a
crystal report to a pdf? This error happens randomly.

------------------------------------------------------------------------
Error occurred. Exception of type System.Web.HttpUnhandledException was
thrown.
Cannot find the assembly Cybex.CRMBL, Version=2.5.4.0, Culture=neutral,
PublicKeyToken=null.
mscorlib
System.Reflection.Assembly GetAssembly()
at System.Runtime.Remoting.Contexts.Context.DoCallBackFromEE(Int32
targetCtxID, Int32 privateData, Int32 targetDomainID) at
PEExportReportW(Int16 , * ) at
CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext
reqContext) at
CrystalDecisions.CrystalReports.Engine.FormatEngine.Export() at
CrystalDecisions.CrystalReports.Engine.ReportDocument.Export() at
Cybex.Quotes.QuoteManager.UserControls.DisplayQuote.DownLoad(Int32
fileformat) at
Cybex.Quotes.QuoteManager.UserControls.DisplayQuote.btnPdf_Click(Object
sender, ImageClickEventArgs e) at
System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) at
System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String
eventArgument) at
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) at
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at
System.Web.UI.Page.ProcessRequestMain()
-----------------------------------------------------------------------------
 
S

Steven Cheng[MSFT]

Hi lorenc,

Thanks for your posting. Regarding on the problem you mentioned, seems it
is caused by one of the assemblies used by crystal report not being found:

Cybex.CRMBL

No sure whether this is a buildin one or external assembly. Since currently
we can only provide support on setup/intall issue of crystal report, I'd
suggest you try contacting the crystal reports support though the following
article:

#How to get help with Crystal Reports - International and U.S.
http://support.microsoft.com/?id=100368

Thanks for your understanding.

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


--------------------
| Date: Mon, 31 Oct 2005 14:36:40 -0500
| From: Lorenc <[email protected]>
| User-Agent: Thunderbird 1.4 (Windows/20050908)
| MIME-Version: 1.0
| Subject: Error: CrystalDecisions.CrystalReports
| Content-Type: text/plain; charset=ISO-8859-1; format=flowed
| Content-Transfer-Encoding: 7bit
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: 24-183-186-176.dhcp.oxfr.ma.charter.com 24.183.186.176
| Lines: 1
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP15.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:135065
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Is anybody experiencing the following error when trying to export a
| crystal report to a pdf? This error happens randomly.
|
| ------------------------------------------------------------------------
| Error occurred. Exception of type System.Web.HttpUnhandledException was
| thrown.
| Cannot find the assembly Cybex.CRMBL, Version=2.5.4.0, Culture=neutral,
| PublicKeyToken=null.
| mscorlib
| System.Reflection.Assembly GetAssembly()
| at System.Runtime.Remoting.Contexts.Context.DoCallBackFromEE(Int32
| targetCtxID, Int32 privateData, Int32 targetDomainID) at
| PEExportReportW(Int16 , * ) at
|
CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestCont
ext
| reqContext) at
| CrystalDecisions.CrystalReports.Engine.FormatEngine.Export() at
| CrystalDecisions.CrystalReports.Engine.ReportDocument.Export() at
| Cybex.Quotes.QuoteManager.UserControls.DisplayQuote.DownLoad(Int32
| fileformat) at
| Cybex.Quotes.QuoteManager.UserControls.DisplayQuote.btnPdf_Click(Object
| sender, ImageClickEventArgs e) at
| System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) at
|
System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.Ra
isePostBackEvent(String
| eventArgument) at
| System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
| sourceControl, String eventArgument) at
| System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at
| System.Web.UI.Page.ProcessRequestMain()
|
 
L

Lorenc

Thanks Steve,

Cybex.CRMBL is an assembly that I wrote, but this error, even though it
complains that can not find it, is not related to it at all. I have this
web app in production and it runs fine 99% of the time. It randomly
throws this error, and users are now so used to that, they click the
back button on the browser and try it again. This error is emailed to me
from the Application_Error method and users see a "friendly page," so
when I asked them about the experience with the app, they said "It's
good but temperamental."

--Lorenc.
 
S

Steven Cheng[MSFT]

Thanks for your followup Lorenc,

Still one thing you can check. Have you put any strong-named assemlblies in
your web application's private bin dir? If so, please do move them into GAC
since ASP.NET dosn't support strong-named assemblies in private bin path
which may also cause assembly locking issue.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| Date: Wed, 02 Nov 2005 10:40:46 -0500
| From: Lorenc <[email protected]>
| User-Agent: Thunderbird 1.4 (Windows/20050908)
| MIME-Version: 1.0
| Subject: Re: Error: CrystalDecisions.CrystalReports
| References: <[email protected]>
<[email protected]>
| In-Reply-To: <[email protected]>
| Content-Type: text/plain; charset=ISO-8859-1; format=flowed
| Content-Transfer-Encoding: 7bit
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: 24-183-186-176.dhcp.oxfr.ma.charter.com 24.183.186.176
| Lines: 1
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:135524
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Thanks Steve,
|
| Cybex.CRMBL is an assembly that I wrote, but this error, even though it
| complains that can not find it, is not related to it at all. I have this
| web app in production and it runs fine 99% of the time. It randomly
| throws this error, and users are now so used to that, they click the
| back button on the browser and try it again. This error is emailed to me
| from the Application_Error method and users see a "friendly page," so
| when I asked them about the experience with the app, they said "It's
| good but temperamental."
|
| --Lorenc.
|
| Steven Cheng[MSFT] wrote:
| > Hi lorenc,
| >
| > Thanks for your posting. Regarding on the problem you mentioned, seems
it
| > is caused by one of the assemblies used by crystal report not being
found:
| >
| > Cybex.CRMBL
| >
| > No sure whether this is a buildin one or external assembly. Since
currently
| > we can only provide support on setup/intall issue of crystal report,
I'd
| > suggest you try contacting the crystal reports support though the
following
| > article:
| >
| > #How to get help with Crystal Reports - International and U.S.
| > http://support.microsoft.com/?id=100368
| >
| > Thanks for your understanding.
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| >
| > --------------------
| > | Date: Mon, 31 Oct 2005 14:36:40 -0500
| > | From: Lorenc <[email protected]>
| > | User-Agent: Thunderbird 1.4 (Windows/20050908)
| > | MIME-Version: 1.0
| > | Subject: Error: CrystalDecisions.CrystalReports
| > | Content-Type: text/plain; charset=ISO-8859-1; format=flowed
| > | Content-Transfer-Encoding: 7bit
| > | Message-ID: <[email protected]>
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | NNTP-Posting-Host: 24-183-186-176.dhcp.oxfr.ma.charter.com
24.183.186.176
| > | Lines: 1
| > | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP15.phx.gbl
| > | Xref: TK2MSFTNGXA01.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:135065
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > |
| > | Is anybody experiencing the following error when trying to export a
| > | crystal report to a pdf? This error happens randomly.
| > |
| > |
------------------------------------------------------------------------
| > | Error occurred. Exception of type System.Web.HttpUnhandledException
was
| > | thrown.
| > | Cannot find the assembly Cybex.CRMBL, Version=2.5.4.0,
Culture=neutral,
| > | PublicKeyToken=null.
| > | mscorlib
| > | System.Reflection.Assembly GetAssembly()
| > | at System.Runtime.Remoting.Contexts.Context.DoCallBackFromEE(Int32
| > | targetCtxID, Int32 privateData, Int32 targetDomainID) at
| > | PEExportReportW(Int16 , * ) at
| > |
| >
CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestCont
| > ext
| > | reqContext) at
| > | CrystalDecisions.CrystalReports.Engine.FormatEngine.Export() at
| > | CrystalDecisions.CrystalReports.Engine.ReportDocument.Export() at
| > | Cybex.Quotes.QuoteManager.UserControls.DisplayQuote.DownLoad(Int32
| > | fileformat) at
| > |
Cybex.Quotes.QuoteManager.UserControls.DisplayQuote.btnPdf_Click(Object
| > | sender, ImageClickEventArgs e) at
| > | System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e)
at
| > |
| >
System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.Ra
| > isePostBackEvent(String
| > | eventArgument) at
| > | System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
| > | sourceControl, String eventArgument) at
| > | System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at
| > | System.Web.UI.Page.ProcessRequestMain()
| > |
| >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top