473,785 Members | 2,218 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

[Mozilla from IDE] hangs on XML not well-formed

teo
Hallo,

I'd like to debug an .aspx page from the IDE
using another browser;
I choose Mozilla Firefox (ver 1.8.1: 2006)

Mozilla starts but the page never opens and an error occurs;
a light yellow page with a message in a red rectangle says:

Errore interpretazione XML: non well-formed
Indirizzo: file///c:/inetpub/wwwroot/...
Line number 1,column 2:
<% Page Language="VB" ....
How to use Mozilla from VS2005 ?
Also trying to open the page from
the IIS management panel in Windows Control Panel
I receive the same error.
Obviously no problem with IExplorer.

Jun 12 '07 #1
7 1527
In the Visual Studio IDE: right click on the desired page in Solution
Explorer, and choose "Browse With" and select Firefox.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"teo" wrote:
Hallo,

I'd like to debug an .aspx page from the IDE
using another browser;
I choose Mozilla Firefox (ver 1.8.1: 2006)

Mozilla starts but the page never opens and an error occurs;
a light yellow page with a message in a red rectangle says:

Errore interpretazione XML: non well-formed
Indirizzo: file///c:/inetpub/wwwroot/...
Line number 1,column 2:
<% Page Language="VB" ....
How to use Mozilla from VS2005 ?
Also trying to open the page from
the IIS management panel in Windows Control Panel
I receive the same error.
Obviously no problem with IExplorer.

Jun 12 '07 #2
file:// means you try to open directly this file. Browse the *web site* on
which the page is located so that the web site can render the corresponding
markup instead of having the browser opening the "raw" server side
markup...

"teo" <te*@inwind.i ta écrit dans le message de news:
i1************* *************** ****@4ax.com...
Hallo,

I'd like to debug an .aspx page from the IDE
using another browser;
I choose Mozilla Firefox (ver 1.8.1: 2006)

Mozilla starts but the page never opens and an error occurs;
a light yellow page with a message in a red rectangle says:

Errore interpretazione XML: non well-formed
Indirizzo: file///c:/inetpub/wwwroot/...
Line number 1,column 2:
<% Page Language="VB" ....
How to use Mozilla from VS2005 ?
Also trying to open the page from
the IIS management panel in Windows Control Panel
I receive the same error.
Obviously no problem with IExplorer.

Jun 13 '07 #3
teo
On Wed, 13 Jun 2007 16:52:55 +0200, "Patrice" <http://www.chez.com/scribe/>
wrote:
>file:// means you try to open directly this file. Browse the *web site* on
which the page is located so that the web site can render the corresponding
markup instead of having the browser opening the "raw" server side
markup...
Yes,
but accordingly to the Guide,
it should be possible to open a web page with a different browser
directly from the VS2005 IDE
(right-click from 'Solution Explorer' on the given file,
then Open with... and so on);
it should be possible to set the different browser as the default browser.

I tried,
Mozilla opens and always shows that message.


>"teo" <te*@inwind.i ta écrit dans le message de news:
i1************ *************** *****@4ax.com.. .
>Hallo,

I'd like to debug an .aspx page from the IDE
using another browser;
I choose Mozilla Firefox (ver 1.8.1: 2006)

Mozilla starts but the page never opens and an error occurs;
a light yellow page with a message in a red rectangle says:

Errore interpretazione XML: non well-formed
Indirizzo: file///c:/inetpub/wwwroot/...
Line number 1,column 2:
<% Page Language="VB" ....
How to use Mozilla from VS2005 ?
Also trying to open the page from
the IIS management panel in Windows Control Panel
I receive the same error.
Obviously no problem with IExplorer.
Jun 13 '07 #4
No. "Open with" if for opening the file from the hard drive (for example you
could open an image with an image editor or a source code file with a third
party text editor in which case you'll see the server side code).

The option you are looking for is "Browse with..." so that the browser opens
the file *from the website* allowing the page to be processed server side to
return HTML content, rather than trying to display the server side code that
has no meaning for the browser...

---
Patrice

"teo" <te*@inwind.i ta écrit dans le message de news:
kj************* *************** ****@4ax.com...
On Wed, 13 Jun 2007 16:52:55 +0200, "Patrice"
<http://www.chez.com/scribe/>
wrote:
>>file:// means you try to open directly this file. Browse the *web site* on
which the page is located so that the web site can render the
correspondi ng
markup instead of having the browser opening the "raw" server side
markup...

Yes,
but accordingly to the Guide,
it should be possible to open a web page with a different browser
directly from the VS2005 IDE
(right-click from 'Solution Explorer' on the given file,
then Open with... and so on);
it should be possible to set the different browser as the default browser.

I tried,
Mozilla opens and always shows that message.


>>"teo" <te*@inwind.i ta écrit dans le message de news:
i1*********** *************** ******@4ax.com. ..
>>Hallo,

I'd like to debug an .aspx page from the IDE
using another browser;
I choose Mozilla Firefox (ver 1.8.1: 2006)

Mozilla starts but the page never opens and an error occurs;
a light yellow page with a message in a red rectangle says:

Errore interpretazione XML: non well-formed
Indirizzo: file///c:/inetpub/wwwroot/...
Line number 1,column 2:
<% Page Language="VB" ....
How to use Mozilla from VS2005 ?
Also trying to open the page from
the IIS management panel in Windows Control Panel
I receive the same error.
Obviously no problem with IExplorer.

Jun 14 '07 #5
teo
On Thu, 14 Jun 2007 10:17:51 +0200, "Patrice" <http://www.chez.com/scribe/>
wrote:
>No. "Open with" if for opening the file from the hard drive (for example you
could open an image with an image editor or a source code file with a third
party text editor in which case you'll see the server side code).

The option you are looking for is "Browse with..." so that the browser opens
the file *from the website* allowing the page to be processed server side to
return HTML content, rather than trying to display the server side code that
has no meaning for the browser...
You are right, now I got it.

I have a question:

when my page is online
with Windows 2003, Frameworx 2.0, IIS 6.0,
because I have the Tab char in a string,
Mozilla changes the Tab char (it encodes it)

but

the same page launched from the VS2005 IDE
or launched from Htpp.//localhost/....
with Windws XP Pro, Framework 2.0, IIS5.1
Mozilla doesn't changes it

>"teo" <te*@inwind.i ta écrit dans le message de news:
kj************ *************** *****@4ax.com.. .
>On Wed, 13 Jun 2007 16:52:55 +0200, "Patrice"
<http://www.chez.com/scribe/>
wrote:
>>>file:// means you try to open directly this file. Browse the *web site* on
which the page is located so that the web site can render the
correspondin g
markup instead of having the browser opening the "raw" server side
markup...

Yes,
but accordingly to the Guide,
it should be possible to open a web page with a different browser
directly from the VS2005 IDE
(right-click from 'Solution Explorer' on the given file,
then Open with... and so on);
it should be possible to set the different browser as the default browser.

I tried,
Mozilla opens and always shows that message.


>>>"teo" <te*@inwind.i ta écrit dans le message de news:
i1********** *************** *******@4ax.com ...
Hallo,

I'd like to debug an .aspx page from the IDE
using another browser;
I choose Mozilla Firefox (ver 1.8.1: 2006)

Mozilla starts but the page never opens and an error occurs;
a light yellow page with a message in a red rectangle says:

Errore interpretazione XML: non well-formed
Indirizzo: file///c:/inetpub/wwwroot/...
Line number 1,column 2:
<% Page Language="VB" ....
How to use Mozilla from VS2005 ?
Also trying to open the page from
the IIS management panel in Windows Control Panel
I receive the same error.
Obviously no problem with IExplorer.

Jun 14 '07 #6
As all else looks the same, I would say that this is IIS5.1 or IIS 6.0 that
encodes or not this char. Not sure in which context you are using such a
char (HTML markup, querystring ?). Also Im' not sure whay it should behaves
differently...

Finally the web config also alllows to tell how to encode chars written to
the browser...

Give perhaps some more details...

---
Patrice

"teo" <te*@inwind.i ta écrit dans le message de news:
0u************* *************** ****@4ax.com...
On Thu, 14 Jun 2007 10:17:51 +0200, "Patrice"
<http://www.chez.com/scribe/>
wrote:
>>No. "Open with" if for opening the file from the hard drive (for example
you
could open an image with an image editor or a source code file with a
third
party text editor in which case you'll see the server side code).

The option you are looking for is "Browse with..." so that the browser
opens
the file *from the website* allowing the page to be processed server side
to
return HTML content, rather than trying to display the server side code
that
has no meaning for the browser...

You are right, now I got it.

I have a question:

when my page is online
with Windows 2003, Frameworx 2.0, IIS 6.0,
because I have the Tab char in a string,
Mozilla changes the Tab char (it encodes it)

but

the same page launched from the VS2005 IDE
or launched from Htpp.//localhost/....
with Windws XP Pro, Framework 2.0, IIS5.1
Mozilla doesn't changes it

>>"teo" <te*@inwind.i ta écrit dans le message de news:
kj*********** *************** ******@4ax.com. ..
>>On Wed, 13 Jun 2007 16:52:55 +0200, "Patrice"
<http://www.chez.com/scribe/>
wrote:

file:// means you try to open directly this file. Browse the *web site*
on
which the page is located so that the web site can render the
correspondi ng
markup instead of having the browser opening the "raw" server side
markup...

Yes,
but accordingly to the Guide,
it should be possible to open a web page with a different browser
directly from the VS2005 IDE
(right-click from 'Solution Explorer' on the given file,
then Open with... and so on);
it should be possible to set the different browser as the default
browser.

I tried,
Mozilla opens and always shows that message.



"teo" <te*@inwind.i ta écrit dans le message de news:
i1********* *************** ********@4ax.co m...
Hallo,
>
I'd like to debug an .aspx page from the IDE
using another browser;
I choose Mozilla Firefox (ver 1.8.1: 2006)
>
Mozilla starts but the page never opens and an error occurs;
a light yellow page with a message in a red rectangle says:
>
Errore interpretazione XML: non well-formed
Indirizzo : file///c:/inetpub/wwwroot/...
Line number 1,column 2:
<% Page Language="VB" ....
>
>
How to use Mozilla from VS2005 ?
Also trying to open the page from
the IIS management panel in Windows Control Panel
I receive the same error.
>
>
Obviously no problem with IExplorer.
>
>
>


Jun 15 '07 #7
teo
On Fri, 15 Jun 2007 19:00:48 +0200, "Patrice" <http://www.chez.com/scribe/>
wrote:
>As all else looks the same, I would say that this is IIS5.1 or IIS 6.0 that
encodes or not this char.
But with IExplorer and Opera it doesn't happen,
while with mozilla and Netscape it happens
>Not sure in which context you are using such a
char (HTML markup, querystring ?).
I have a listbox:
few items have a Tab because
the item consists of to words and I need to separate these two words.

I read these items during postback with UniqueID,
in this way
myStrVariable = Me.Request.Form (ListBox1.Uniqu eID)
>Also Im' not sure whay it should behaves
differently. ..

Finally the web config also alllows to tell how to encode chars written to
the browser...
I have this
globalization responseEncodin g="iso-8859-1" requestEncoding ="iso-8859-1"
fileEncoding="i so-8859-1"

>---
Patrice

"teo" <te*@inwind.i ta écrit dans le message de news:
0u************ *************** *****@4ax.com.. .
>On Thu, 14 Jun 2007 10:17:51 +0200, "Patrice"
<http://www.chez.com/scribe/>
wrote:
>>>No. "Open with" if for opening the file from the hard drive (for example
you
could open an image with an image editor or a source code file with a
third
party text editor in which case you'll see the server side code).

The option you are looking for is "Browse with..." so that the browser
opens
the file *from the website* allowing the page to be processed server side
to
return HTML content, rather than trying to display the server side code
that
has no meaning for the browser...

You are right, now I got it.

I have a question:

when my page is online
with Windows 2003, Frameworx 2.0, IIS 6.0,
because I have the Tab char in a string,
Mozilla changes the Tab char (it encodes it)

but

the same page launched from the VS2005 IDE
or launched from Htpp.//localhost/....
with Windws XP Pro, Framework 2.0, IIS5.1
Mozilla doesn't changes it

>>>"teo" <te*@inwind.i ta écrit dans le message de news:
kj********** *************** *******@4ax.com ...
On Wed, 13 Jun 2007 16:52:55 +0200, "Patrice"
<http://www.chez.com/scribe/>
wrote:

>file:// means you try to open directly this file. Browse the *web site*
>on
>which the page is located so that the web site can render the
>correspond ing
>markup instead of having the browser opening the "raw" server side
>markup.. .

Yes,
but accordingly to the Guide,
it should be possible to open a web page with a different browser
directly from the VS2005 IDE
(right-click from 'Solution Explorer' on the given file,
then Open with... and so on);
it should be possible to set the different browser as the default
browser.

I tried,
Mozilla opens and always shows that message.



>"teo" <te*@inwind.i ta écrit dans le message de news:
>i1******** *************** *********@4ax.c om...
>Hallo,
>>
>I'd like to debug an .aspx page from the IDE
>using another browser;
>I choose Mozilla Firefox (ver 1.8.1: 2006)
>>
>Mozilla starts but the page never opens and an error occurs;
>a light yellow page with a message in a red rectangle says:
>>
>Errore interpretazione XML: non well-formed
>Indirizz o: file///c:/inetpub/wwwroot/...
>Line number 1,column 2:
><% Page Language="VB" ....
>>
>>
>How to use Mozilla from VS2005 ?
>Also trying to open the page from
>the IIS management panel in Windows Control Panel
>I receive the same error.
>>
>>
>Obviousl y no problem with IExplorer.
>>
>>
>>
>

Jun 16 '07 #8

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

Similar topics

8
6195
by: C. Alexander | last post by:
Im running a small server that seems to work fine outside the IDE as an exe, but within the IDE, when I run the program for the first time, i can start/stop the host many times. But I end the program within the IDE, and start it back up, when I click on the Host button, the entire IDE hangs. I created a quick test program to try and figure out where the problem was.. Basically i created a form and put a command button, and a mswinsock
6
1761
by: Gary Mayor | last post by:
Hi, I'm trying to make it so when I click a image it prints out the image again and a load of other stuff. So far i've got this far. <html> <head> <script language="JavaScript" type=""> document.onmousedown = onmousedown; function onmousedown(e) {
2
1520
by: Lou | last post by:
I have been using .net for about a week now, everything was working fine but now I can't run any projects. I start off by creating a new vb project which automatically adds a new form. If I try to run this new project the IDE hangs. It hangs right after checking the build. It says Build: 1 succeeded, 0 failed, o skipped. But the form never shows and the app is frozen, I cant select any menus etc. Task manager shows 0 cpu. interestingly in...
1
284
by: Brian Pembroke | last post by:
When running my program in Vb .Net 2003 on Windows XP, it hangs the IDE everytime. It will run if you choose to run not in debug mode. After further investiagation, this happens in all the languages within Visual Studio .Net. The IDE is completely locked up when this happends. Any idea's on how to correct this problem? Thanks in advance Brian Pembroke
1
2740
by: Thiago Campos Pereira | last post by:
HI, The IDE hangs with 'Initializing offline cache' during attempt to create a Web Application for C# or VB.net. The IDE hangs until it aborts about 1/2 hour later. I'm using Visual Studio 2003. Please, help me!!!
7
1477
by: Michael C | last post by:
Hi all, Just started having a problem with the IDE. When I try to 'start' code in the IDE the IDE locks up. It builds and re-builds OK, and I can run the generated EXE outside the IDE, but when I hit the start button the IDE just hangs. This just started happening recently (last few days). I'm not sure if it's something else I installed recently or copying Projects from my laptop to the Desktop and then editing/running them or...
0
1333
by: Joakim | last post by:
Hi, my VC.NET 2003 IDE hangs for hours when compiling my ATL7-project. It seams to compile fine and starts linking. This look OK to. But right before the component registration ("Performing registration" below) it hangs for hours. After this it looks to be finished with no errors. But I looked in the generated BuildLog.htm file and it looks like regsvr32 returns some error. The environment reports "error PRJ0019", but I don't think
2
2197
by: Jeff | last post by:
I have an ASP.NET web page accessing a SQL database. I've used VS to build the app and stored it in the eNPTest02 directory of my localhost on my development machine. The database is on the web. I've found a way that works on the web, and I'm trying to get it to also work in debug mode in the IDE. The "on the web" page and my SQL database are hosted by a third party (on separate servers). Since debug mode opens IE and loads my page...
6
1171
by: Bob | last post by:
Even with relatively small, single-project solutions, when I do simple things to my code such as add a carriage return, delete a line, or sometimes even highlight text with the mouse, the IDE hangs for 5 to 10 seconds. Task manager reports no CPU activity. The hard drive isn't working. VS is just hanging there, doing nothing, not even repainting. I'm seriously at the end of my rope with this one... someone please tell me how I might fix...
1
903
by: cj | last post by:
I usually leave my toolbox on the left side set to autohide. Sometimes if I'm doing a lot with it I want it to remain open. So I move the mouse over it and when it's open I click the tack to keep it open. Not everytime but all too often the mouse turns to an hour glass and the IDE hangs. I can't do anything else. I've waited 15 minutes and it's still hung. I have to use task manager to close the IDE. Task manager reports the IDE is...
0
9483
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10157
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10096
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9956
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7504
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6742
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5386
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5514
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3658
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.