Click here to Skip to main content
Sign Up to vote bad
good
See more: .NET3.5C#4.0
i have an application and installed on IIS server...
 
but when i want to print report from this application on the other machine...
the report shows well but toolbar button images not shown and also not working...
and a new window appear with the URL as:
 
"http://ipaddress/aspnet_client/System_Web/2_0_50727/CrystalReportWebFormViewer4/html/crystalexportdialog.htm"
 
and "Page can not be found" error showed...
 
please help me....
thanks in adv
Posted 26 Sep '11 - 22:04
bkthebest1.2K
Edited 27 Sep '11 - 19:38

Comments
pk@koroor - 27 Sep '11 - 6:30
this is the common problem for crystal reports , have look at :http://stackoverflow.com/questions/727825/crystal-reports-images-not-visible-in-web-viewer http://forums.asp.net/t/1571760.aspx/1
bkthebest - 27 Sep '11 - 7:17
hi pk@koroor, i still have problem... i m using code ReportDocument rd = new ReportDocument(); rd.PrintToPrinter(1, false, 0, 0); it prints the document but only work with local system... but when i deployed application on iis server... it stopped working

1 solution

solved...
i solved my prob my self...
 
i have a solution...that fix up my problem
 
make a folder named "aspnet_client" anywhere on your HD
now
make another folder in that folder named "System_Web" again make a new folder in that("System_Web") named "2_0_50727"
now
open this path
 
C:\Windows\Microsoft.NET\Framework\v2.0.50727\ASP.NETClientFiles
 
now copy the folder named:CrystalReportWebFormViewer4
and paste it in your folder hierarchy as
 
yourdrive/aspnet_client/System_Web/2_0_50727
now
 
Open IIS, select your website, right click and select create new
 
virtual directory. Named aspnet_client and give its path to your folder hierarchy...
 
now your website have a virtual directory named aspnet_client...
 
problem solved...
  Permalink  

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

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 425
1 OriginalGriff 330
2 Arun Vasu 253
3 Zoltán Zörgő 194
4 CPallini 173
0 Sergey Alexandrovich Kryukov 10,105
1 OriginalGriff 7,739
2 CPallini 4,181
3 Rohan Leuva 3,482
4 Maciej Los 2,999


Advertise | Privacy | Mobile
Web03 | 2.6.130523.1 | Last Updated 28 Sep 2011
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid