I have deployed a web site (framework 4.0) and set its target framework to 4.0 in IIS 6.0
After that I started to have problems with other websites(framework 2.0) already deployed in that server.
Now when I targetted those web sites (framework 2.0) to 4.0 in IIS, they started working.
But one web site uses crystal reports and when user generated a report all the images(icons to print, export) are missing and dont function as they used to.
I also copied C:\Inetpub\wwwroot\aspnet_client\system_web\4_0_30319\crystalreportviewers13 folder to
my web sites C:\****\aspnet_client\system_web\4_0_30319\crystalreportviewers13 as these files were missing.
yes I dint created a separate app pool in begining but later i moved my site to dedicated app pool. Also I targeted already deployed site (2.0) to 4.0 as it wasn't opening in 2.0 (and in 4.0 everything worked fine except reports icons missing and all ).
Now I have targetted it back to 2.0, resseted IIS and pool, now crystal reports are working fine. Thanks for the help man, sort of panicked and came here to ask for help, and surely got it. Thanks.
Anurag Sakla...
Member
133 Points
105 Posts
Crystal Report Error after targetting site to asp.net 4.0
Mar 29, 2012 05:59 AM|LINK
Hello friends,
I have deployed a web site (framework 4.0) and set its target framework to 4.0 in IIS 6.0
After that I started to have problems with other websites(framework 2.0) already deployed in that server.
Now when I targetted those web sites (framework 2.0) to 4.0 in IIS, they started working.
But one web site uses crystal reports and when user generated a report all the images(icons to print, export) are missing and dont function as they used to.
I also copied C:\Inetpub\wwwroot\aspnet_client\system_web\4_0_30319\crystalreportviewers13 folder to
my web sites C:\****\aspnet_client\system_web\4_0_30319\crystalreportviewers13 as these files were missing.
But still no luck. Need your help urgently.
Thanks.
CC:P Certified Engg.
HostingASPNe...
All-Star
15882 Points
2977 Posts
Re: Crystal Report Error after targetting site to asp.net 4.0
Mar 29, 2012 06:05 AM|LINK
Hello,
Why did you have a problems with .NET 2 sites? Have you created a dedicated application pool for the .NET 4 site?
Regards
Free ASP.NET Examples and source code.
Anurag Sakla...
Member
133 Points
105 Posts
Re: Crystal Report Error after targetting site to asp.net 4.0
Mar 29, 2012 06:12 AM|LINK
yes I dint created a separate app pool in begining but later i moved my site to dedicated app pool. Also I targeted already deployed site (2.0) to 4.0 as it wasn't opening in 2.0 (and in 4.0 everything worked fine except reports icons missing and all ). Now I have targetted it back to 2.0, resseted IIS and pool, now crystal reports are working fine. Thanks for the help man, sort of panicked and came here to ask for help, and surely got it. Thanks.
CC:P Certified Engg.