cancel
Showing results for 
Search instead for 
Did you mean: 

Visual Studio 2008 Crystal Report 10.5 merge modules download

Former Member
0 Kudos

Hi All,

I'm struggling with this problem about 2 weeks and still cannot find the resolution.

I was developed a .Net application with visual studio 2008 and using crystal report to generate report.

It is working fine in my local machine. However, after I deployed the application to web server with microsoft server 2003 64bits server. The report cannot open and I get this error The type initialize for 'crystaldecisions.crystalreports.engine.reportdocument' threw an exception.

I try to install the redistribution package from C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\CrystalReports10_5 but it doesn't work.

Please kindly to help me thank you very much

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

You'll find download links for Crystal Reports Basic (v10.5) for VS2008 on the "[Crystal Reports v. 9.1 to 12.x VS .NET Runtime Distribution & Supported Operating Systems|http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567]" wiki page. Scroll down to the CR 10.5 (VS 2008) row and you'll see the links there. Download the one you need.

Sincerely,

Dan Kelleher

Former Member
0 Kudos

Thank you Sir,

After I installed the msi I get this error retrieve from event log.

An unhandled exception occurred and the process was terminated.

Application ID: DefaultDomain

Process ID: 528

Exception: System.Runtime.Serialization.SerializationException

Message: Type 'CrystalDecisions.CrystalReports.Engine.LoadSaveReportException' in Assembly 'CrystalDecisions.Shared, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' is not marked as serializable.

StackTrace: at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitSerialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter)

at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.Serialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter)

at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Write(WriteObjectInfo objectInfo, NameInfo memberNameInfo, NameInfo typeNameInfo)

at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Serialize(Object graph, Header[] inHeaders, __BinaryWriter serWriter, Boolean fCheck)

at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph, Header[] headers, Boolean fCheck)

at System.Runtime.Remoting.Channels.CrossAppDomainSerializer.SerializeObject(Object obj, MemoryStream stm)

at System.AppDomain.Serialize(Object o)

at System.AppDomain.MarshalObject(Object o)

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Former Member
0 Kudos

Thanks Sir,

I have resolved my problem by

1) uninstall previous package CRRedist2008_x64.

2) enable 32 bits for my server IIS.

3) install CRRedist2008_x86 from C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\CrystalReports10_5

Thank you.