Are you creating all of your reports in Visual Studio?
That adds them to the project. I suggest saving them locally and deleting them from your project. And to get a full version of CR Designer to design reports.
You can get CR Designer from here: https://www.sap.com/products/crystal-reports.html
Don
Which version of Visual Studio are you using? If it's prior to VS 2010, you'll have to re-run the installer to add Crystal. Starting with Crystal 2010, Crystal is no longer packaged with VS. However, you can download it from links that are available here: https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads. Be sure to follow the instructions on the wiki. When you get to the download page, click on the top button to get the integration with VS. The other downloads are the runtime installs that you use for deploying applications.
-Dell
Sounds like you are running out of resources, be sure to close and dispose of all objects/reports when done with them before opening a new one.
Don
Add comment