Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
error in VB.net 2008 when put crystal report control



Could not load file or assembly 'Interop.Crystal, Version=5.2.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.":"Interop.Crystal, Version=5.2.0.0, Culture=neutral, PublicKeyToken=null
Posted
Comments
Richard MacCutchan 14-Sep-12 11:54am    
The message is quite clear, find out why this library is not installed on the system.

1 solution

Hi lallouse24, it looks like you need to add a reference to the 'Interop.Crystal' assembly (right click 'add reference' in visual studio project) and then add a 'using' statement in your .vb code file.
 
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