Click here to Skip to main content
16,022,255 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.


What I have tried:

I'm using crystal report 10 and Windows 11 OS
Posted
Comments
PIEBALDconsult 25-Jul-24 14:28pm    
DLL needs to be in the same directory as the EXE?

A quick google says it may be worth installing the 32 bit CR engine as well as the 64: https://stackoverflow.com/questions/38025601/could-not-load-file-or-assembly-crystaldecisions-reportappserver-commlayer-ver[^]
 
Share this answer
 
Whenever I encounter an error where an app refuses to start, and I suspect it's a dependency issue, I like to use Dependency Walker[^] to dig into the dependencies. This tool is a great way to find out what's happening with the application, and to find out if dependencies of dependencies are present. The best thing is, the tool is free.
 
Share this answer
 

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