Was helping a friend who has some 100+ "Crystal Reports 2008" reports as part of a "asp.net website project".
I do not know how/why, but when this "asp.net website" project is building, it spends about 15 minutes "building" the reports directory where all the Crystal Reports reside.
Can Crystal Reports files .rpt's even be build/compiled? Actually it looks like they can be an embedded resource. Like for example according to this article http://msdn.microsoft.com/en-us/library/aa287962(VS.71).aspx you should be able to change whether a report is embedded or not from properties, BUT in "asp.net website project" those properties are not available when a report is highlighted in sol exp.
When the website is build and published, all report files are still put into a corresponding reports folder.
So I guess, my question is there any way to stop VS from building Crystal Reports in "website project"? It's just takeing sooo long it's unbearable.