Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. null is not null error

null is not null error

Scheduled Pinned Locked Moved ASP.NET
helpcsharpasp-netsysadmintesting
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Shuaib wasif khan
    wrote on last edited by
    #1

    hello all i am using asp.net with crystal report in my project. when i load report null is not null exception occured. it works fine on my development machine ,testing server but when i upload it to webserver it throws javasricpt exception null cannot be null message box. i have done lots of googling but i cannot find any solution. Plz help me

    A A 2 Replies Last reply
    0
    • S Shuaib wasif khan

      hello all i am using asp.net with crystal report in my project. when i load report null is not null exception occured. it works fine on my development machine ,testing server but when i upload it to webserver it throws javasricpt exception null cannot be null message box. i have done lots of googling but i cannot find any solution. Plz help me

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      When you are getting this error ?

      Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

      1 Reply Last reply
      0
      • S Shuaib wasif khan

        hello all i am using asp.net with crystal report in my project. when i load report null is not null exception occured. it works fine on my development machine ,testing server but when i upload it to webserver it throws javasricpt exception null cannot be null message box. i have done lots of googling but i cannot find any solution. Plz help me

        A Offline
        A Offline
        Abhishek Sur
        wrote on last edited by
        #3

        This is the patent NullReference error that comes to the browser. There might happen when a script is loaded which might be calling a control before actually its been rendered in the document. Thus it is always recommended to place a script either in an event.. if not any control event, use document.onload or place it below body tag. In your case, I think the html output is not rendered properly. Make sure that Crystal Report dlls are properly installed in the web server and has access to them. :)

        Abhishek Sur


        My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

        **Don't forget to click "Good Answer" if you like to.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups