473,382 Members | 1,814 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

CodePage=65001, breakpoints not right

Hello,

I went from <%@ Language=VBScript %to <%@ Language=VBScript
CodePage=65001 %at the top of all my .asp files and now when I debug
my app in Visual Interdev or in VS.NET 2005 the breakpoints don't look
right.

I set a break point on line 10 it will show up on line 9 in the IDE.
When I actually step through the app it's hard to figure out what's
going on. The program will step into commented blocks and skip over
actual code. Has anyone ever seen this behavior. Any work arounds?

-Eric

Jul 27 '06 #1
4 6391
er**********@gmail.com wrote:
Hello,

I went from <%@ Language=VBScript %to <%@ Language=VBScript
CodePage=65001 %at the top of all my .asp files and now when I debug
my app in Visual Interdev or in VS.NET 2005 the breakpoints don't look
right.
There was no way for you to know it (except maybe by browsing through some
of the previous questions before posting yours - always a recommended
practice) , but this is a classic asp newsgroup. ASP.Net bears very little
resemblance to classic ASP so,
while you may be lucky enough to find a dotnet-knowledgeable person here who
can answer your question, you can eliminate the luck factor by posting your
question to a group where those dotnet-knowledgeable people hang out. I
suggest microsoft.public.dotnet.framework.aspnet.
I set a break point on line 10 it will show up on line 9 in the IDE.
When I actually step through the app it's hard to figure out what's
going on. The program will step into commented blocks and skip over
actual code. Has anyone ever seen this behavior. Any work arounds?
I've never encountered this. i suggest going to one of the vsnet groups,
probably .vsnet.debugging.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 27 '06 #2

Bob Barrows [MVP] wrote:
er**********@gmail.com wrote:
Hello,

I went from <%@ Language=VBScript %to <%@ Language=VBScript
CodePage=65001 %at the top of all my .asp files and now when I debug
my app in Visual Interdev or in VS.NET 2005 the breakpoints don't look
right.
There was no way for you to know it (except maybe by browsing through some
of the previous questions before posting yours - always a recommended
practice) , but this is a classic asp newsgroup. ASP.Net bears very little
resemblance to classic ASP so,
while you may be lucky enough to find a dotnet-knowledgeable person here who
can answer your question, you can eliminate the luck factor by posting your
question to a group where those dotnet-knowledgeable people hang out. I
suggest microsoft.public.dotnet.framework.aspnet.
As I wrote earlier, I see the same behavior in whether I debug in
Visual Interdev or VS.NET 2005. This is in a classic asp application,
not a .NET application.

Jul 27 '06 #3

<er**********@gmail.comwrote in message
news:11**********************@m79g2000cwm.googlegr oups.com...
Hello,

I went from <%@ Language=VBScript %to <%@ Language=VBScript
CodePage=65001 %at the top of all my .asp files and now when I debug
my app in Visual Interdev or in VS.NET 2005 the breakpoints don't look
right.

I set a break point on line 10 it will show up on line 9 in the IDE.
When I actually step through the app it's hard to figure out what's
going on. The program will step into commented blocks and skip over
actual code. Has anyone ever seen this behavior. Any work arounds?

-Eric
Did you save the asp script as utf-8?
The bug might be related to this.

--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm

Jul 27 '06 #4
er**********@gmail.com wrote:
Bob Barrows [MVP] wrote:
>er**********@gmail.com wrote:
>>Hello,

I went from <%@ Language=VBScript %to <%@ Language=VBScript
CodePage=65001 %at the top of all my .asp files and now when I
debug
my app in Visual Interdev or in VS.NET 2005 the breakpoints don't
look right.
There was no way for you to know it (except maybe by browsing
through some of the previous questions before posting yours - always
a recommended practice) , but this is a classic asp newsgroup.
ASP.Net bears very little resemblance to classic ASP so,
while you may be lucky enough to find a dotnet-knowledgeable person
here who can answer your question, you can eliminate the luck factor
by posting your question to a group where those dotnet-knowledgeable
people hang out. I suggest microsoft.public.dotnet.framework.aspnet.

As I wrote earlier, I see the same behavior in whether I debug in
Visual Interdev or VS.NET 2005. This is in a classic asp application,
not a .NET application.
My mistake, but this is still a VS/VI issue, not an ASP issue.

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 27 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: George Hester | last post by:
<!-- Welcome to my home page in Japanese, code page 932 --> <% @CodePage = 932 Session("OriginalCodePage") = Session.CodePage %> <html> <head> <title>Code Page</title> </head> <body>
3
by: Savas Ates | last post by:
i looked at msdn page an found the Turkish Codepade=1254 my code is <%@LANGUAGE="VBSCRIPT" CODEPAGE="1254" %> <% citytr="Iğdır" response.write citytr response.end %>
10
by: Christopher H. Laco | last post by:
Long story longer. I need to get web user input into a backend system that a) only grocks single byte encoding, b) expectes the data transer to be 1 bytes = 1 character, and c) uses the HP Roman-6...
0
by: Tomas Eklund | last post by:
Is it possible to create a textfile using a macintosh compatible codepage using the ASP File System Object? I have been trying pretty hard for a while now and am getting more and more frustrated....
0
by: Jörg Schulz | last post by:
I am missing this codepage quiet some time, but I was able to patch another unneeded mapping to my needs. Unfortunately I wasn't able to add a complete new mapping. Maybe someone of you can do...
4
by: Ram | last post by:
Dear All, Good Day I am trying to convert a file which is generated on AS400 with codepage 00420 (arabic & English data combination) with no success. But using the same code( and changing 20420...
10
by: eyal.herlin | last post by:
hi, i set a cookie to hold a utf-8 string. either by the server or by the client. it doesn't matter. when i try to read this cookie using Request.Cookies("my_utf8_cookie") on iis 5.0 i get...
1
by: ssijakovic | last post by:
Hi, I don't know where to ask this question, and I hope this is the right group for this. I've made one ASP+Access site. On that site I have few parts where it's grabbing data from the...
0
by: Cuaracao | last post by:
This is my code: Code1: 'DoCmd.OpenTable "tblImport" 'DoCmd.TransferDatabase acExport, "dBASE IV", strOutputDir,acTable,"sel_TblImport", strDbfName & ".dbf", False ' DoCmd.Close acTable,...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.