'split(...).1' is null or not an object

Discussion in 'ASP.NET 2.0' started by RajanAM, May 24, 2008.

  1. Hi Friends,

    I have started getting the following javascript error while running my website on localhost and it has something to do with Adsense script.

    'split(...).1' is null or not an object

    The code used to work fine until I started using AJAX yesterday.

    I simply added some basic AJAX code -

    1. <asp:scriptmanager />
    2. <updatepanel><contenttemplate>
    ..
    ..
    </contenttemplate></updatepanel>
    3. changed web.config to make the site ajax enabled

    I have stripped off all the AJAX code &amp; am using the original web.config but the javascript error has remained.

    The only other change thatI did on my PC was install Windows Service Pack 3.

    Anyone using AJAX &amp; having adsense on their website encountered this problem?

    Iwould appreciate any suggestions to fix this problem?

    Thanks.
     
  2. Thanks for posting your findings. [​IMG]
    Salute,
    Mark
     

Share This Page