.NET ClickOnce not installing prerequisite files?

Posted by proudgeekdad on Stack Overflow See other posts from Stack Overflow or by proudgeekdad
Published on 2009-06-09T18:13:03Z Indexed on 2010/12/26 5:54 UTC
Read the original article Hit count: 216

Filed under:
|
|

I have a .NET project that uses Crystal Reports. The application is distributed using ClickOnce. Things work great if the user has Crystal installed on their computer. However, not all of the end users have Crystal Reports installed on their computers. These users are receiving the following error...

"Unable to install or run the application. The application requires that assembly CrystalDecisions.ReportAppServer.XmlSerialize Version 10.5.3700.0 be installed in the Global Assembly Cache (GAC) first."

Is there a way to force ClickOnce installs to ensure that a prerequisite is installed?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about crystal-reports