If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Source code is not available for current statement

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-10-04, 08:22
grimmie grimmie is offline
Registered User
 
Join Date: Jun 2003
Posts: 5
Source code is not available for current statement

I always get the message "Source code is not available for current statement" when I want to debug an ASP file.
I use Windows 2000 Server and Visual Studio 6 (all service packs are installed.) ASP debugging is enabled in IIS.

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

 stop

 test = "test"
 Response.Write test
%>
I have debugged in the past, but now I always get the error message.
Deleting cache/restarting and unloading IIS doesn't help.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On