Monday, December 14, 2009

Load report failed windows 98 crystal report .net c#.net vb.net

Load report failed If we are depoying a windows application created in Visual studio dot net which is using crystal reports the error may occure as "Load report failed". The reason for this error message is Dbghelp.dll is missing in the computer which is running windows 98. The dll called crqu.dll is depends on dbghelp.dll. To resolve this problem you must include dbghelp.dll in the setup package for your windows application project.After you deploy the application on a computer that is running Windows 98 and that has the .NET Framework installed, copy the Dbghelp.dll file to the folder where the Crqe.dll file is located. The Crqe.dll file is located in the following folder on your computer that has Visual Studio .NET installed: %Program Files%\Common Files\Crystal Decisions\1.0\Bin TACS LLC Dubai Time Attendance Dubai Access Control System Gate Barrier HRMS Solutions EID Reader Software EID Reader Building Maintanance UHF Reader Reference for this blog is http://support.microsoft.com/kb/837219

2 comments:

  1. How abt in vs2005 with asp.net?
    I got this error, almost in evening time.
    So, what i need to do is, Just restart the IIS:)
    you guys, please give me better solution.

    ReplyDelete
  2. I am using visual studio 2012 after deployment of project error encounter that load report failed plz help

    ReplyDelete