Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
1.22/5 (2 votes)
See more:
Unable to install or run the application. The application requires that assembly
CrystalDecisions.ReportAppServer.CommonObjectMode I Version 13.0.2000.0 be installed in the Global Assembly Cache(GAC) first.
Posted
Updated 6-Sep-19 1:28am
Comments
Sergey Alexandrovich Kryukov 20-Feb-12 12:28pm    
Global Assembly Cache, right?
--SA

Not "Global Assembly", but "Global Assembly Cache", GAC. Please formulate your questions accurately, copy/paste real error messages or exception information. The assemblies do not appear in GAC by themselves. :-)

It looks like you need to make Crystal Report redistributable installation a prerequisite for installation of your product.

Please see the main page of SAP Crystal Reports: http://www.sdn.sap.com/irj/boc/crystalreports-dotnet[^].

On this page, locate "Redist Intallation (32 bit)" or "Redist Intallation (64 bit)" (closer to the end of the page):
http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0_2.zip[^],
http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_64bit_13_0_2.zip[^].

This is what you should make your customer to install. You can redistribute required package with your product.

—SA
 
Share this answer
 
Comments
thatraja 20-Feb-12 15:09pm    
You have explained very well, 5!
Sergey Alexandrovich Kryukov 20-Feb-12 15:27pm    
Thank you, Raja.
--SA
piyum madusanka 17-Jul-18 9:39am    
Thank you
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 20-Feb-12 14:39pm    
My 5.
--SA
As well as the above, you need to point our assembly to GAC folder (ie C:\Windows\assembly) make sure the version is correct. Make sure the same version is available on client machine.
 
Share this answer
 
Comments
CHill60 6-Apr-18 6:38am    
You haven't really added anything new to the solutions that were posted 6 years ago.
Stick to answering new posts where the OP still needs help
I encountered a similar problem. You most likely have a newer version of Crystal Reports Runtime installed in the machine you are using but your DLLs in your application are referencing the old one hence this message you are getting as it cannot find them.

Remove the old references and add the references of the newer version from one of the following folders.

C:\Windows\assembly\GAC_MSIL
C:\Windows\assembly\GAC_64
C:\Windows\assembly\GAC_32
C:\Windows\assembly\GAC

If you build and/or publish depending on your needs you won't get the error message again.

Cheers!
 
Share this answer
 
Comments
Richard MacCutchan 6-Sep-19 7:32am    
Already answered seven years ago. Please focus on active questions.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900