Crystal report is not working in the publish server but in the development server is fine?
please ensure the mentioned conditions below.
1. Make sure the instance of your development server and deployment server are same[ e.g. 32-bit / 64-bit and crystal report version ]. If the version are not same make required changes.
2. Ensure Connection string configured properly.
3. Copy 'aspnet_client' folder from C:\inetpub\wwwroot and paste to your published folder directly.
4. If you use both real and local IP on the same published file, two ips can't be used default port 80*.
Last one is not applicable for a single IP publication.
I think this post will helpful for solving crystal report common publication issues.
Hi, I meant if you add two IP for the same deployment one is real IP another one for Intranet user, then you can't apply two ports as default port 80. This will occurred error to generate crystal report instance. let me know if you get my point. Thanks.
80 is concern here because if you use the default port like http://192.168.179.12, here IIS get default port 80, otherwise you can specify the port like http://192.168.179.12:9999. Thats it. Thanks.
raju_mab
Member
559 Points
110 Posts
crystalreport Common issue for VS2010.
Oct 16, 2012 04:55 PM|LINK
crystalreport Common issue for VS2010.
Crystal report is not working in the publish server but in the development server is fine?
please ensure the mentioned conditions below.
1. Make sure the instance of your development server and deployment server are same[ e.g. 32-bit / 64-bit and crystal report version ]. If the version are not same make required changes.
2. Ensure Connection string configured properly.
3. Copy 'aspnet_client' folder from C:\inetpub\wwwroot and paste to your published folder directly.
4. If you use both real and local IP on the same published file, two ips can't be used default port 80*.
Last one is not applicable for a single IP publication.
I think this post will helpful for solving crystal report common publication issues.
dega
Member
2 Points
1 Post
Re: crystalreport Common issue for VS2010.
Oct 17, 2012 01:50 PM|LINK
Hi!
I have just seen your post about crystal reports.
I have same problem
I did not understand the first point. Can you please give some details.
I have developed app on Win 7 64 bit, with VS2010, and crystal. Trying to test it on Vista-32 bit, but not working. Can you help me to resolve this?
raju_mab
Member
559 Points
110 Posts
Re: crystalreport Common issue for VS2010.
Oct 18, 2012 10:53 AM|LINK
Please ensure the instance of crystal report for 32 bit or 64 bit.
At first install 32 bit instance for crystal report and then may need to configure little bit with your web.config file for deployment purposes.
Then follow the next three steps if required.
It'll be better if you can use the same instance both for deployment and develpment.
let me know if it'll helpful. Thanks.
Nandip Makwa...
Participant
1267 Points
293 Posts
Re: crystalreport Common issue for VS2010.
Dec 11, 2012 11:50 AM|LINK
What you mean by above?
Software Engineer by Profession, Learner by Passion!
raju_mab
Member
559 Points
110 Posts
Re: crystalreport Common issue for VS2010.
Dec 12, 2012 03:32 AM|LINK
Hi, I meant if you add two IP for the same deployment one is real IP another one for Intranet user, then you can't apply two ports as default port 80. This will occurred error to generate crystal report instance. let me know if you get my point. Thanks.
Nandip Makwa...
Participant
1267 Points
293 Posts
Re: crystalreport Common issue for VS2010.
Dec 12, 2012 11:03 AM|LINK
Yeah I agree with you regarding IIS setup for two website... but my question is what Crystal Report has to do with port i.e. 80?
Software Engineer by Profession, Learner by Passion!
raju_mab
Member
559 Points
110 Posts
Re: crystalreport Common issue for VS2010.
Dec 12, 2012 03:29 PM|LINK
80 is concern here because if you use the default port like http://192.168.179.12, here IIS get default port 80, otherwise you can specify the port like http://192.168.179.12:9999. Thats it. Thanks.