Question

In my project we are using many crystal reports files(rpt), when we are compiling my application showing error like No disk space error so now i want to divide crystal reports into separate project.

How can i do this as separate project , when how can i take a reference in main project.

Was it helpful?

Solution

Although I have not separated out my Crystal Reports from any of my projects it does appear doable according to this SO thread.

To do this you would create a new solution. Then create one project for CR reporting and add your exisiting one that contains your business logic. You can then reference your reporting project within your business logic project.

hmk - Please let me know if this works as I might have to do this myself in the near future!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top