Hello:
I have vb.net code that I am running in VS 2010. I am trying to load a CR report and during my process it hangs up during my load event.
rpt.Load(Server.MapPath(reportToLoad), OpenReportMethod.OpenReportByTempCopy)
I am trying to debug this but VS isn't giving me any answers and my web browser stalls.
All ideas are welcome. Thanks in advance.