cancel
Showing results for 
Search instead for 
Did you mean: 

Service Pack 7's assemblies with version 13.0.2000.0

Former Member
0 Kudos

I just installed Crystal Reports service pack 7 "CRforVS_13_0_7.exe" (which is recommended to get integrated with visual studio)

After install, I created a new WPF app and realized that my assemblies version are 13.0.2000.0. (the same if browsing from installation directory)

Is this the correct version?

Should I try uninstalling everything and try again?

For example with assembly CrystalDecisions.CrystalReports.Engine.dll I have two differences between service pack 7 version and my old version (service pack 2). AssemblyCopyright and Assembly description

Service Pack 7 assembly info

======================================

[assembly: AssemblyVersion("13.0.2000.0")]

[assembly: CLSCompliant(false)]

[assembly: Debuggable(DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]

[assembly: AssemblyCompany("SAP BusinessObjects")]

[assembly: AssemblyConfiguration("")]

[assembly: AssemblyCopyright("Copyright © 1995-2012 SAP BusinessObjects")]

[assembly: AssemblyDelaySign(true)]

[assembly: AssemblyDescription("Crystal Reports for .NET Framework")]

[assembly: AssemblyKeyFile("..\\keys\\crystalpublickey.snk")]

[assembly: AssemblyProduct("")]

[assembly: AssemblyTitle("")]

[assembly: AssemblyTrademark("")]

[assembly: NeutralResourcesLanguage("en-US")]

[assembly: SatelliteContractVersion("13.0.2000.0")]

[assembly: CompilationRelaxations(8)]

[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]

[assembly: ComVisible(false)]

[assembly: AllowPartiallyTrustedCallers]

[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]

[module: UnverifiableCode]

-------------------------------------------------------------

Service Pack 2 assembly info

======================================

[assembly: AssemblyVersion("13.0.2000.0")]

[assembly: CLSCompliant(false)]

[assembly: Debuggable(DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]

[assembly: AssemblyCompany("SAP BusinessObjects")]

[assembly: AssemblyConfiguration("")]

[assembly: AssemblyCopyright("Copyright © 1995-2010 SAP BusinessObjects")]

[assembly: AssemblyDelaySign(true)]

[assembly: AssemblyDescription("Crystal Reports for .NET Framework 4.0")]

[assembly: AssemblyKeyFile("..\\keys\\crystalpublickey.snk")]

[assembly: AssemblyProduct("")]

[assembly: AssemblyTitle("")]

[assembly: AssemblyTrademark("")]

[assembly: NeutralResourcesLanguage("en-US")]

[assembly: SatelliteContractVersion("13.0.2000.0")]

[assembly: CompilationRelaxations(8)]

[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]

[assembly: ComVisible(false)]

[assembly: AllowPartiallyTrustedCallers]

[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]

[module: UnverifiableCode]

thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Yes, SP 7 should not have been able to be installed until the SP 2 was removed. Possibly you ran the Redist package on the DEV PC at one time.

Go the Control Panel and remove both and then install SP 7 only.

Don

Former Member
0 Kudos

Thanks for your response Don,

Should I do this on the client machines? (remove crystal reports and then install service pack 7)

EDIT:

After uninstall / install will I see version 13.0.7 on my assemblies?

Former Member
0 Kudos

That's OK,

if I right click on one the assemblies I can see version: 13.0.7.1136 but if I use any reflector utility the version is 13.0.2000.0

BTW, no need to uninstall previous version

Answers (0)