Click here to Skip to main content
15,891,930 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hai,

i have configured my iis and hosted the application. all it works fine except crystal report. VS2008 is am using with sql2008 r2.My OS is windows 7 and iis7 am using.crystal report 10.5.0.1943 is am using.

crystal report's tool bar is wage(ie shows 'submit query' instead of buttons) when i click the export button am getting the error msg as follows.

HTTP ERROR 404.0-NOT FOUND

The resource u are looking for has been removed or changed its name,or it is temporarily unavailable.

i have googled and as mentioned installed CR runtime. but still the problem persists.

any help will be appreciated.

Thank you.
Posted

hai all..

I found it ...

Pls do one thing ..

go to >> C:\inetpub\wwwroot\

then copy aspnet_client folder and paste it into the virtual directory you have created. its done......


thank you.
 
Share this answer
 
You must configure your Crystal Report handler in your IIS.

In your IIS search by Handler Mappings and set the Crystal Report handler from the DropDownList.

Hope it helps.
 
Share this answer
 
Comments
anish.karunakaran 14-Aug-12 1:10am    
Thank you so much..

but one more query what should i fill at 'Request Path' of Add Managed Handler window.. Could you pls Explain..
Christian Amado 14-Aug-12 8:48am    
you must input the extension of your crystal report file or your ashx if you used for showing your report. I don't work with Crystal Report, but this solutions works with any kind of report.
anish.karunakaran 18-Aug-12 4:30am    
Hai Christian Amado,

i tried the solution u specified jst now.. added the CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304

bt the problem persists.. What should i do.

Pls do help me,
thank you..
Christian Amado 18-Aug-12 8:15am    
May be in your project, you must set Local copy to True. It's the only two things that you going to do.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900