Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by newbeenthere

  1. newbeenthere

    charts are not rendered in report viewer

    Never mind, I got it. Here is the code you need to add in web.config before the end of </system.web> <xhtmlConformance mode="Legacy"/> <httpHandlers> <add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.2.3600.0...
  2. newbeenthere

    charts are not rendered in report viewer

    Using VS2005, I have rendered reportviewer in aspx page. However, chats are not rendered in this report. I have read the KB and support on crystal report site and applies the two KB suggestions, authorization and using gacutil.exe. The problem is that I can't find CrystalImageHandler.aspx...
  3. newbeenthere

    VS2005 and CR 11 viewer

    Hey Turkbear, The info you posted did not pertain to the VS version I am using, 2003 vs 2005, it steered me in the right direction. I was able to compile and do what I wanted to do. Thanks
  4. newbeenthere

    VS2005 and CR 11 viewer

    I am in a pickle. I want to do a very simple thing, genereate a crystal report using VS2005 in aspx, ref as a link. My problem is VS2005. I read and read, forums after forums, but none mention that I need to start a new project or a new file? If I start a new project in VB, then I get a .exe...

Part and Inventory Search

Back
Top