Err Msg: "CrystalDecisions.Shared or one of its dependencies was not found"The information in the article refers to:
Crystal Reports for Visual Studio .NET
 
 
Applies to: 
 
Reported version only
Upgrading
VS 2002 to VS 2003 SynopsisA web application uses Crystal Reports for Visual Studio .NET as the reporting development tool. The web application is created in Visual Studio 2002 and then updated to Visual Studio 2003. After updating the application using the Visual Studio updating utility, running the application causes the following error message to appear: "CrystalDecisions.Shared or one of its dependencies was not found" Why does this error message appear? ==================== 
NOTE: Similar error messages that may also appear include: "CrystalDecisions.CrystalReports.Engine or one of its dependencies was not found" "CrystalDecisions.ReportSource or one of its dependencies was not found" "CrystalDecisions.Web or one of its dependencies was not found" 
==================== 
SolutionThe error message appears because the Web.config file contains references to the previous version of Crystal Reports. The references are contained inside the tags: <compilation defaultLanguage="vb" debug="true"><assemblies> (List of Assemblies) </assemblies></compilation> To resolve this error message, remove all references of the previous version of Crystal Reports (verson 9.1.3300) and save the Web.config file.