I have an existing Crystal Report that is being used in SAP B1. This report was created using Crystal Reports 2008. I have been asked to display the same Crystal Report on a website. I have been looking for a sample of how to do this but have not had any
luck.
I am using VS2010 & I have installed the Crystal Reports addin from SAP.
Can anyone point me in to a tutorial or advise on how to display this Crystal Report without having to use any datasets in VS?
There are several things you need to check in order to deploy your crystal report site:
1. Please make sure you installed the same Crystal Report version on your server. You may need to uninstall any crystal report version installed on the server before 2. Please make sure you set the correct assemblies on your web.config 3. Please make sure your site is set to work under LOCAL SERVICE permission 4. Please make sure aspnet_client and crystalreportviewer folders are copy to your working folder.
If you still have problems publishing your crystal report 13 site, you can check with asphostcentral.com as this host has supported this crystal report version. It should not be something hard
to solve and based on my experience, if you follow all the steps above, you can solve the problem almost instantly.
Please mark this response as an "answer" if it helps you. Thanks heaps!
None
0 Points
2 Posts
Open Existing Crystal Report in ASP.Net C# using VS2010
Mar 14, 2012 04:44 PM|HansGF|LINK
I have an existing Crystal Report that is being used in SAP B1. This report was created using Crystal Reports 2008. I have been asked to display the same Crystal Report on a website. I have been looking for a sample of how to do this but have not had any luck.
I am using VS2010 & I have installed the Crystal Reports addin from SAP.
Can anyone point me in to a tutorial or advise on how to display this Crystal Report without having to use any datasets in VS?
Contributor
5231 Points
1602 Posts
Re: Open Existing Crystal Report in ASP.Net C# using VS2010
Mar 19, 2012 02:11 AM|necro_mancer|LINK
Hi hans,
There are several things you need to check in order to deploy your crystal report site:
1. Please make sure you installed the same Crystal Report version on your server. You may need to uninstall any crystal report version installed on the server before
2. Please make sure you set the correct assemblies on your web.config
3. Please make sure your site is set to work under LOCAL SERVICE permission
4. Please make sure aspnet_client and crystalreportviewer folders are copy to your working folder.
If you still have problems publishing your crystal report 13 site, you can check with asphostcentral.com as this host has supported this crystal report version. It should not be something hard to solve and based on my experience, if you follow all the steps above, you can solve the problem almost instantly.
Please mark this response as an "answer" if it helps you. Thanks heaps!
:-)