Source code is unavailable

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Grimmie

    Source code is unavailable

    I use Windows 2000 Server and VS6.0 for development.
    I have switched on ASP debugging in IIS and everything worked fine, I can
    debug.

    But now when I want to debug I always get "Source code is not available for
    the current statement"
    So I cannot debug anymore, what is the problem ?



  • Bob Barrows [MVP]

    #2
    Re: Source code is unavailable

    Grimmie wrote:[color=blue]
    > "Grimmie" <This is fake> wrote in message
    > news:ufyfl5dBEH A.2440@TK2MSFTN GP12.phx.gbl...[color=green]
    >> I use Windows 2000 Server and VS6.0 for development.
    >> I have switched on ASP debugging in IIS and everything worked fine,
    >> I can debug.
    >>
    >> But now when I want to debug I always get "Source code is not
    >> available for the current statement"
    >> So I cannot debug anymore, what is the problem ?[/color][/color]

    I have solved this in the past by emptying my cache: if IE, go to Tools |
    Internet Options and tell it to delete all your Temporary Files.

    Bob Barrows
    --
    Microsoft MVP -- ASP/ASP.NET
    Please reply to the newsgroup. The email account listed in my From
    header is my spam trap, so I don't check it very often. You will get a
    quicker response by posting to the newsgroup.


    Comment

    • Grimmie

      #3
      Re: Source code is unavailable

      Tnx for the tip but that doesn't work.
      Restarting/Unloading IIS also doesn't work.



      "Bob Barrows [MVP]" <reb01501@NOyah oo.SPAMcom> wrote in message
      news:uSefmHeBEH A.1452@TK2MSFTN GP09.phx.gbl...[color=blue]
      > Grimmie wrote:[color=green]
      > > "Grimmie" <This is fake> wrote in message
      > > news:ufyfl5dBEH A.2440@TK2MSFTN GP12.phx.gbl...[color=darkred]
      > >> I use Windows 2000 Server and VS6.0 for development.
      > >> I have switched on ASP debugging in IIS and everything worked fine,
      > >> I can debug.
      > >>
      > >> But now when I want to debug I always get "Source code is not
      > >> available for the current statement"
      > >> So I cannot debug anymore, what is the problem ?[/color][/color]
      >
      > I have solved this in the past by emptying my cache: if IE, go to Tools |
      > Internet Options and tell it to delete all your Temporary Files.
      >
      > Bob Barrows
      > --
      > Microsoft MVP -- ASP/ASP.NET
      > Please reply to the newsgroup. The email account listed in my From
      > header is my spam trap, so I don't check it very often. You will get a
      > quicker response by posting to the newsgroup.
      >
      >[/color]


      Comment

      • Grimmie

        #4
        Re: Source code is unavailable

        Even on a simple ASP file like this:

        <% Option Explicit
        DIM test

        stop

        test = "test"
        Response.Write test
        %>



        I still get the same alert.
        Deleting cache, restarting/unloading IIS doesn't help.



        Comment

        • Bob Barrows [MVP]

          #5
          Re: Source code is unavailable

          If clearing the cache does not help, I have no answer other than to check
          here:



          HTH,
          Bob Barrows
          Grimmie wrote:[color=blue]
          > Tnx for the tip but that doesn't work.
          > Restarting/Unloading IIS also doesn't work.
          >
          >
          >
          > "Bob Barrows [MVP]" <reb01501@NOyah oo.SPAMcom> wrote in message
          > news:uSefmHeBEH A.1452@TK2MSFTN GP09.phx.gbl...[color=green]
          >> Grimmie wrote:[color=darkred]
          >>> "Grimmie" <This is fake> wrote in message
          >>> news:ufyfl5dBEH A.2440@TK2MSFTN GP12.phx.gbl...
          >>>> I use Windows 2000 Server and VS6.0 for development.
          >>>> I have switched on ASP debugging in IIS and everything worked fine,
          >>>> I can debug.
          >>>>
          >>>> But now when I want to debug I always get "Source code is not
          >>>> available for the current statement"
          >>>> So I cannot debug anymore, what is the problem ?[/color]
          >>
          >> I have solved this in the past by emptying my cache: if IE, go to
          >> Tools | Internet Options and tell it to delete all your Temporary
          >> Files.
          >>
          >> Bob Barrows
          >> --
          >> Microsoft MVP -- ASP/ASP.NET
          >> Please reply to the newsgroup. The email account listed in my From
          >> header is my spam trap, so I don't check it very often. You will get
          >> a quicker response by posting to the newsgroup.[/color][/color]

          --
          Microsoft MVP -- ASP/ASP.NET
          Please reply to the newsgroup. The email account listed in my From
          header is my spam trap, so I don't check it very often. You will get a
          quicker response by posting to the newsgroup.


          Comment

          • Grimmie

            #6
            Re: Source code is unavailable

            I've already found it in MSDN
            http://support.microsoft.com/default...b;en-us;191273, but the
            problem is that I even get it on a simple ASP file like this:
            <% Option Explicit
            DIM test

            stop

            test = "test"
            Response.Write test
            %>




            "Bob Barrows [MVP]" <reb01501@NOyah oo.SPAMcom> wrote in message
            news:OvUcVReBEH A.3804@TK2MSFTN GP09.phx.gbl...[color=blue]
            > If clearing the cache does not help, I have no answer other than to check
            > here:
            >
            > http://support.microsoft.com/default...d=fh;en-us;vid
            >
            > HTH,
            > Bob Barrows
            > Grimmie wrote:[color=green]
            > > Tnx for the tip but that doesn't work.
            > > Restarting/Unloading IIS also doesn't work.
            > >
            > >
            > >
            > > "Bob Barrows [MVP]" <reb01501@NOyah oo.SPAMcom> wrote in message
            > > news:uSefmHeBEH A.1452@TK2MSFTN GP09.phx.gbl...[color=darkred]
            > >> Grimmie wrote:
            > >>> "Grimmie" <This is fake> wrote in message
            > >>> news:ufyfl5dBEH A.2440@TK2MSFTN GP12.phx.gbl...
            > >>>> I use Windows 2000 Server and VS6.0 for development.
            > >>>> I have switched on ASP debugging in IIS and everything worked fine,
            > >>>> I can debug.
            > >>>>
            > >>>> But now when I want to debug I always get "Source code is not
            > >>>> available for the current statement"
            > >>>> So I cannot debug anymore, what is the problem ?
            > >>
            > >> I have solved this in the past by emptying my cache: if IE, go to
            > >> Tools | Internet Options and tell it to delete all your Temporary
            > >> Files.
            > >>
            > >> Bob Barrows
            > >> --
            > >> Microsoft MVP -- ASP/ASP.NET
            > >> Please reply to the newsgroup. The email account listed in my From
            > >> header is my spam trap, so I don't check it very often. You will get
            > >> a quicker response by posting to the newsgroup.[/color][/color]
            >
            > --
            > Microsoft MVP -- ASP/ASP.NET
            > Please reply to the newsgroup. The email account listed in my From
            > header is my spam trap, so I don't check it very often. You will get a
            > quicker response by posting to the newsgroup.
            >
            >[/color]


            Comment

            Working...