Click here to Skip to main content
15,896,063 members

Comments by tharif4me (Top 5 by date)

tharif4me 22-Oct-15 7:04am View    
Thanks...this is the useful link for error 404.3 and 500.21 internal server
For 404.3 - http://stackoverflow.com/questions/16458059/http-error-404-3-in-iis
and
for 500.21 - http://www.winsysadminblog.com/2011/08/fixing-http-error-500-21-internal-server-error-handler-webservicehandlerfactory-integrated-has-a-bad-module-managedpipelinehandler-in-its-module-list-on-iis/
tharif4me 26-Sep-15 11:56am View    
thanks...bro
tharif4me 5-Sep-15 13:57pm View    
I already checked..bro...if i will put entire path..that's work fine..
but put like (.Load(Application.StartupPath & "\INVOICE.rpt")this not working...
tharif4me 5-Sep-15 13:51pm View    
.Load(Application.StartupPath & "\INVOICE.rpt")
tharif4me 5-Sep-15 13:39pm View    
With objReport
.Load(Application.StartupPath & "\INVOICE.rpt")
.Database.Tables(0).SetDataSource(rptdt)
objClsCrystalRptVw.ReportSource = objReport
objClsCrystalRptVw.Refresh()
End With