473,394 Members | 1,693 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,394 software developers and data experts.

System error when loading xml document

Hello,

When I load an XML document using the LoadXml function, I get a "System
error" exception raised.

What causes this? the XML document is valid.

Regards
Simon Jefferies
Tools Programmer, Headfirst Productions
mailto:si****@headfirst.co.uk
www.callofcthulhu.com www.deadlandsgame.com
-
Nov 12 '05 #1
12 8559


Simon Jefferies wrote:

When I load an XML document using the LoadXml function, I get a "System
error" exception raised.

What causes this? the XML document is valid.


LoadXml doesn't validate at all so validity is not relevant.
I guess you do not get the System error with any attempt to use LoadXml
but with a specific input string parameter. Could you post that here if
it is short or otherwise maybe put it in a text file, upload that to a
server and post the URL?
Also tell us whether you are using .NET 1.0 or 1.1.

--

Martin Honnen
http://JavaScript.FAQTs.com/

Nov 12 '05 #2


Simon Jefferies wrote:

When I load an XML document using the LoadXml function, I get a "System
error" exception raised.

What causes this? the XML document is valid.


LoadXml doesn't validate at all so validity is not relevant.
I guess you do not get the System error with any attempt to use LoadXml
but with a specific input string parameter. Could you post that here if
it is short or otherwise maybe put it in a text file, upload that to a
server and post the URL?
Also tell us whether you are using .NET 1.0 or 1.1.

--

Martin Honnen
http://JavaScript.FAQTs.com/

Nov 12 '05 #3
Hi Simon,

I've test the Xml file you provided. It seems that the cause is just the
XML file is not valid event not well-formed. Generally, we can first open a
xml file in IE browser to see whether it can be correctly displayed so as
to confirm whether it is well-formed.

#Checking for Well-Formed and Valid XML
http://msdn.microsoft.com/library/en...ngforwell-form
edvalidxml.asp?frame=true

#Well-Formed XML Creation with the XmlTextWriter
http://msdn.microsoft.com/library/en...-FormedXMLCrea
tionWithXmlTextWriter.asp?frame=true

After that we can use api to processing the XML document. I've attached the
modified Xml file in this message. Please have a check to see whether it
works. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
Nov 12 '05 #4
Hi Simon,

I've test the Xml file you provided. It seems that the cause is just the
XML file is not valid event not well-formed. Generally, we can first open a
xml file in IE browser to see whether it can be correctly displayed so as
to confirm whether it is well-formed.

#Checking for Well-Formed and Valid XML
http://msdn.microsoft.com/library/en...ngforwell-form
edvalidxml.asp?frame=true

#Well-Formed XML Creation with the XmlTextWriter
http://msdn.microsoft.com/library/en...-FormedXMLCrea
tionWithXmlTextWriter.asp?frame=true

After that we can use api to processing the XML document. I've attached the
modified Xml file in this message. Please have a check to see whether it
works. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
Nov 12 '05 #5
Hello,

I'm a bit confused as I've tried the original XML file in IE and it loads
correctly and I've stripped it down to the root item and it still fails.

I've looked at the attachment you've added, what did you change as I
couldn't see any changes in it?

Thanks
Simon Jefferies
Tools Programmer, Headfirst Productions
mailto:si****@headfirst.co.uk
www.callofcthulhu.com www.deadlandsgame.com
-
"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:IA*************@cpmsftngxa10.phx.gbl...
Hi Simon,

I'm sorry to miss the attachment in the last message. Here is the xml file
in attachement. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 12 '05 #6
Hello,

I'm a bit confused as I've tried the original XML file in IE and it loads
correctly and I've stripped it down to the root item and it still fails.

I've looked at the attachment you've added, what did you change as I
couldn't see any changes in it?

Thanks
Simon Jefferies
Tools Programmer, Headfirst Productions
mailto:si****@headfirst.co.uk
www.callofcthulhu.com www.deadlandsgame.com
-
"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:IA*************@cpmsftngxa10.phx.gbl...
Hi Simon,

I'm sorry to miss the attachment in the last message. Here is the xml file
in attachement. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 12 '05 #7
Hi Simon,

Here is the original Xml file you've attached:
===========================
<Items>
<Item Type="MenuSystemPage">
<MenuSystemObject Name="Unnamed Page" />
<MenuSystemPage ID="1">
<MenuSystemPageItem RefID="2" X="0.5" Y="0.5" Width="0.5"
Height="0.5">
<Normal EaseInTime="1" TimesPerSecond="1" Scale1="1" Scale2="1"
ColorPulsate="0" SizePulsate="0" UVPulsate="0" PositionThrob="0"
UVThrob="0" ColourAnimate="0" PositionAnimate="0" UVAnimate="0">
<NormalColor1 Red="205" Green="205" Blue="205" Alpha="205" />
<NormalColor2 Red="205" Green="205" Blue="205" Alpha="205" />
</Normal>
<Focused EaseInTime="1" TimesPerSecond="1" Scale1="1" Scale2="1"
ColorPulsate="0" SizePulsate="0" UVPulsate="0" PositionThrob="0"
UVThrob="0" ColourAnimate="0" PositionAnimate="0" UVAnimate="0">
<FocusedColor1 Red="205" Green="205" Blue="205" Alpha="205" />
<FocusedColor2 Red="205" Green="205" Blue="205" Alpha="205" />
</Focused>
<Selected EaseInTime="1" TimesPerSecond="1" Scale1="1" Scale2="1"
ColorPulsate="0" SizePulsate="0" UVPulsate="0" PositionThrob="0"
UVThrob="0" ColourAnimate="0" PositionAnimate="0" UVAnimate="0">
<SelectedColor1 Red="205" Green="205" Blue="205" Alpha="205" />
<SelectedColor2 Red="205" Green="205" Blue="205" Alpha="205" />
</Selected>
</MenuSystemPageItem>
</MenuSystemPage>
</Item>
<Item Type="MenuSystemText">
<MenuSystemObject Name="Unnamed Item" />
<MenuSystemItem ID="2" />
<MenuSystemText LanguageFilename="" LanguageID="0"
LastLanguageText="HELLO WORLD" />
</Item>
</Item

==========================================

The end tag of the root element has been corrupt and after correct it, I
can load it correctly. I test via C# code. Can you correctly load the
XmlDocument via C# code? Or is there anything else cause the problem?
Please have a try and let me know if you have any futher finding. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
Nov 12 '05 #8
Hi Simon,

Here is the original Xml file you've attached:
===========================
<Items>
<Item Type="MenuSystemPage">
<MenuSystemObject Name="Unnamed Page" />
<MenuSystemPage ID="1">
<MenuSystemPageItem RefID="2" X="0.5" Y="0.5" Width="0.5"
Height="0.5">
<Normal EaseInTime="1" TimesPerSecond="1" Scale1="1" Scale2="1"
ColorPulsate="0" SizePulsate="0" UVPulsate="0" PositionThrob="0"
UVThrob="0" ColourAnimate="0" PositionAnimate="0" UVAnimate="0">
<NormalColor1 Red="205" Green="205" Blue="205" Alpha="205" />
<NormalColor2 Red="205" Green="205" Blue="205" Alpha="205" />
</Normal>
<Focused EaseInTime="1" TimesPerSecond="1" Scale1="1" Scale2="1"
ColorPulsate="0" SizePulsate="0" UVPulsate="0" PositionThrob="0"
UVThrob="0" ColourAnimate="0" PositionAnimate="0" UVAnimate="0">
<FocusedColor1 Red="205" Green="205" Blue="205" Alpha="205" />
<FocusedColor2 Red="205" Green="205" Blue="205" Alpha="205" />
</Focused>
<Selected EaseInTime="1" TimesPerSecond="1" Scale1="1" Scale2="1"
ColorPulsate="0" SizePulsate="0" UVPulsate="0" PositionThrob="0"
UVThrob="0" ColourAnimate="0" PositionAnimate="0" UVAnimate="0">
<SelectedColor1 Red="205" Green="205" Blue="205" Alpha="205" />
<SelectedColor2 Red="205" Green="205" Blue="205" Alpha="205" />
</Selected>
</MenuSystemPageItem>
</MenuSystemPage>
</Item>
<Item Type="MenuSystemText">
<MenuSystemObject Name="Unnamed Item" />
<MenuSystemItem ID="2" />
<MenuSystemText LanguageFilename="" LanguageID="0"
LastLanguageText="HELLO WORLD" />
</Item>
</Item

==========================================

The end tag of the root element has been corrupt and after correct it, I
can load it correctly. I test via C# code. Can you correctly load the
XmlDocument via C# code? Or is there anything else cause the problem?
Please have a try and let me know if you have any futher finding. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
Nov 12 '05 #9
Thanks for your reply,
The end tag of the root element has been corrupt and after correct it, I
can load it correctly. I test via C# code. Can you correctly load the
XmlDocument via C# code? Or is there anything else cause the problem?
Please have a try and let me know if you have any futher finding. Thanks
I have no corruption at my end on the end tag of the root element, I have
created a basic XML file containing just the following:

<Items></Items>

and this failed too.

I get a problem with reading the file using VB, C# and Managed C++ code.

Regards
Simon Jefferies
Tools Programmer, Headfirst Productions
mailto:si****@headfirst.co.uk
www.callofcthulhu.com www.deadlandsgame.com
-
"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:Pu**************@cpmsftngxa10.phx.gbl... Hi Simon,

Here is the original Xml file you've attached:
===========================
<Items>
<Item Type="MenuSystemPage">
<MenuSystemObject Name="Unnamed Page" />
<MenuSystemPage ID="1">
<MenuSystemPageItem RefID="2" X="0.5" Y="0.5" Width="0.5"
Height="0.5">
<Normal EaseInTime="1" TimesPerSecond="1" Scale1="1" Scale2="1"
ColorPulsate="0" SizePulsate="0" UVPulsate="0" PositionThrob="0"
UVThrob="0" ColourAnimate="0" PositionAnimate="0" UVAnimate="0">
<NormalColor1 Red="205" Green="205" Blue="205" Alpha="205" />
<NormalColor2 Red="205" Green="205" Blue="205" Alpha="205" />
</Normal>
<Focused EaseInTime="1" TimesPerSecond="1" Scale1="1" Scale2="1"
ColorPulsate="0" SizePulsate="0" UVPulsate="0" PositionThrob="0"
UVThrob="0" ColourAnimate="0" PositionAnimate="0" UVAnimate="0">
<FocusedColor1 Red="205" Green="205" Blue="205" Alpha="205" />
<FocusedColor2 Red="205" Green="205" Blue="205" Alpha="205" />
</Focused>
<Selected EaseInTime="1" TimesPerSecond="1" Scale1="1" Scale2="1"
ColorPulsate="0" SizePulsate="0" UVPulsate="0" PositionThrob="0"
UVThrob="0" ColourAnimate="0" PositionAnimate="0" UVAnimate="0">
<SelectedColor1 Red="205" Green="205" Blue="205" Alpha="205" />
<SelectedColor2 Red="205" Green="205" Blue="205" Alpha="205" />
</Selected>
</MenuSystemPageItem>
</MenuSystemPage>
</Item>
<Item Type="MenuSystemText">
<MenuSystemObject Name="Unnamed Item" />
<MenuSystemItem ID="2" />
<MenuSystemText LanguageFilename="" LanguageID="0"
LastLanguageText="HELLO WORLD" />
</Item>
</Item

==========================================

The end tag of the root element has been corrupt and after correct it, I
can load it correctly. I test via C# code. Can you correctly load the
XmlDocument via C# code? Or is there anything else cause the problem?
Please have a try and let me know if you have any futher finding. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 12 '05 #10
Thanks for your reply,
The end tag of the root element has been corrupt and after correct it, I
can load it correctly. I test via C# code. Can you correctly load the
XmlDocument via C# code? Or is there anything else cause the problem?
Please have a try and let me know if you have any futher finding. Thanks
I have no corruption at my end on the end tag of the root element, I have
created a basic XML file containing just the following:

<Items></Items>

and this failed too.

I get a problem with reading the file using VB, C# and Managed C++ code.

Regards
Simon Jefferies
Tools Programmer, Headfirst Productions
mailto:si****@headfirst.co.uk
www.callofcthulhu.com www.deadlandsgame.com
-
"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:Pu**************@cpmsftngxa10.phx.gbl... Hi Simon,

Here is the original Xml file you've attached:
===========================
<Items>
<Item Type="MenuSystemPage">
<MenuSystemObject Name="Unnamed Page" />
<MenuSystemPage ID="1">
<MenuSystemPageItem RefID="2" X="0.5" Y="0.5" Width="0.5"
Height="0.5">
<Normal EaseInTime="1" TimesPerSecond="1" Scale1="1" Scale2="1"
ColorPulsate="0" SizePulsate="0" UVPulsate="0" PositionThrob="0"
UVThrob="0" ColourAnimate="0" PositionAnimate="0" UVAnimate="0">
<NormalColor1 Red="205" Green="205" Blue="205" Alpha="205" />
<NormalColor2 Red="205" Green="205" Blue="205" Alpha="205" />
</Normal>
<Focused EaseInTime="1" TimesPerSecond="1" Scale1="1" Scale2="1"
ColorPulsate="0" SizePulsate="0" UVPulsate="0" PositionThrob="0"
UVThrob="0" ColourAnimate="0" PositionAnimate="0" UVAnimate="0">
<FocusedColor1 Red="205" Green="205" Blue="205" Alpha="205" />
<FocusedColor2 Red="205" Green="205" Blue="205" Alpha="205" />
</Focused>
<Selected EaseInTime="1" TimesPerSecond="1" Scale1="1" Scale2="1"
ColorPulsate="0" SizePulsate="0" UVPulsate="0" PositionThrob="0"
UVThrob="0" ColourAnimate="0" PositionAnimate="0" UVAnimate="0">
<SelectedColor1 Red="205" Green="205" Blue="205" Alpha="205" />
<SelectedColor2 Red="205" Green="205" Blue="205" Alpha="205" />
</Selected>
</MenuSystemPageItem>
</MenuSystemPage>
</Item>
<Item Type="MenuSystemText">
<MenuSystemObject Name="Unnamed Item" />
<MenuSystemItem ID="2" />
<MenuSystemText LanguageFilename="" LanguageID="0"
LastLanguageText="HELLO WORLD" />
</Item>
</Item

==========================================

The end tag of the root element has been corrupt and after correct it, I
can load it correctly. I test via C# code. Can you correctly load the
XmlDocument via C# code? Or is there anything else cause the problem?
Please have a try and let me know if you have any futher finding. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 12 '05 #11
Found the problem!

It was a bit of a daft one, I was using LoadXml() function instead of
Load()!

All sorted now! :-)

Regards
Simon Jefferies
Tools Programmer, Headfirst Productions
mailto:si****@headfirst.co.uk
www.callofcthulhu.com www.deadlandsgame.com
-
"Simon Jefferies" <si****@headfirst.co.uk> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Thanks for your reply,
The end tag of the root element has been corrupt and after correct it, I
can load it correctly. I test via C# code. Can you correctly load the
XmlDocument via C# code? Or is there anything else cause the problem?
Please have a try and let me know if you have any futher finding. Thanks


I have no corruption at my end on the end tag of the root element, I have
created a basic XML file containing just the following:

<Items></Items>

and this failed too.

I get a problem with reading the file using VB, C# and Managed C++ code.

Regards
Simon Jefferies
Tools Programmer, Headfirst Productions
mailto:si****@headfirst.co.uk
www.callofcthulhu.com www.deadlandsgame.com
-
"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:Pu**************@cpmsftngxa10.phx.gbl...
Hi Simon,

Here is the original Xml file you've attached:
===========================
<Items>
<Item Type="MenuSystemPage">
<MenuSystemObject Name="Unnamed Page" />
<MenuSystemPage ID="1">
<MenuSystemPageItem RefID="2" X="0.5" Y="0.5" Width="0.5"
Height="0.5">
<Normal EaseInTime="1" TimesPerSecond="1" Scale1="1" Scale2="1"
ColorPulsate="0" SizePulsate="0" UVPulsate="0" PositionThrob="0"
UVThrob="0" ColourAnimate="0" PositionAnimate="0" UVAnimate="0">
<NormalColor1 Red="205" Green="205" Blue="205" Alpha="205" />
<NormalColor2 Red="205" Green="205" Blue="205" Alpha="205" />
</Normal>
<Focused EaseInTime="1" TimesPerSecond="1" Scale1="1" Scale2="1"
ColorPulsate="0" SizePulsate="0" UVPulsate="0" PositionThrob="0"
UVThrob="0" ColourAnimate="0" PositionAnimate="0" UVAnimate="0">
<FocusedColor1 Red="205" Green="205" Blue="205" Alpha="205" />
<FocusedColor2 Red="205" Green="205" Blue="205" Alpha="205" />
</Focused>
<Selected EaseInTime="1" TimesPerSecond="1" Scale1="1" Scale2="1"
ColorPulsate="0" SizePulsate="0" UVPulsate="0" PositionThrob="0"
UVThrob="0" ColourAnimate="0" PositionAnimate="0" UVAnimate="0">
<SelectedColor1 Red="205" Green="205" Blue="205" Alpha="205" />
<SelectedColor2 Red="205" Green="205" Blue="205" Alpha="205" />
</Selected>
</MenuSystemPageItem>
</MenuSystemPage>
</Item>
<Item Type="MenuSystemText">
<MenuSystemObject Name="Unnamed Item" />
<MenuSystemItem ID="2" />
<MenuSystemText LanguageFilename="" LanguageID="0"
LastLanguageText="HELLO WORLD" />
</Item>
</Item

==========================================

The end tag of the root element has been corrupt and after correct it, I
can load it correctly. I test via C# code. Can you correctly load the
XmlDocument via C# code? Or is there anything else cause the problem?
Please have a try and let me know if you have any futher finding. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx


Nov 12 '05 #12
Found the problem!

It was a bit of a daft one, I was using LoadXml() function instead of
Load()!

All sorted now! :-)

Regards
Simon Jefferies
Tools Programmer, Headfirst Productions
mailto:si****@headfirst.co.uk
www.callofcthulhu.com www.deadlandsgame.com
-
"Simon Jefferies" <si****@headfirst.co.uk> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Thanks for your reply,
The end tag of the root element has been corrupt and after correct it, I
can load it correctly. I test via C# code. Can you correctly load the
XmlDocument via C# code? Or is there anything else cause the problem?
Please have a try and let me know if you have any futher finding. Thanks


I have no corruption at my end on the end tag of the root element, I have
created a basic XML file containing just the following:

<Items></Items>

and this failed too.

I get a problem with reading the file using VB, C# and Managed C++ code.

Regards
Simon Jefferies
Tools Programmer, Headfirst Productions
mailto:si****@headfirst.co.uk
www.callofcthulhu.com www.deadlandsgame.com
-
"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:Pu**************@cpmsftngxa10.phx.gbl...
Hi Simon,

Here is the original Xml file you've attached:
===========================
<Items>
<Item Type="MenuSystemPage">
<MenuSystemObject Name="Unnamed Page" />
<MenuSystemPage ID="1">
<MenuSystemPageItem RefID="2" X="0.5" Y="0.5" Width="0.5"
Height="0.5">
<Normal EaseInTime="1" TimesPerSecond="1" Scale1="1" Scale2="1"
ColorPulsate="0" SizePulsate="0" UVPulsate="0" PositionThrob="0"
UVThrob="0" ColourAnimate="0" PositionAnimate="0" UVAnimate="0">
<NormalColor1 Red="205" Green="205" Blue="205" Alpha="205" />
<NormalColor2 Red="205" Green="205" Blue="205" Alpha="205" />
</Normal>
<Focused EaseInTime="1" TimesPerSecond="1" Scale1="1" Scale2="1"
ColorPulsate="0" SizePulsate="0" UVPulsate="0" PositionThrob="0"
UVThrob="0" ColourAnimate="0" PositionAnimate="0" UVAnimate="0">
<FocusedColor1 Red="205" Green="205" Blue="205" Alpha="205" />
<FocusedColor2 Red="205" Green="205" Blue="205" Alpha="205" />
</Focused>
<Selected EaseInTime="1" TimesPerSecond="1" Scale1="1" Scale2="1"
ColorPulsate="0" SizePulsate="0" UVPulsate="0" PositionThrob="0"
UVThrob="0" ColourAnimate="0" PositionAnimate="0" UVAnimate="0">
<SelectedColor1 Red="205" Green="205" Blue="205" Alpha="205" />
<SelectedColor2 Red="205" Green="205" Blue="205" Alpha="205" />
</Selected>
</MenuSystemPageItem>
</MenuSystemPage>
</Item>
<Item Type="MenuSystemText">
<MenuSystemObject Name="Unnamed Item" />
<MenuSystemItem ID="2" />
<MenuSystemText LanguageFilename="" LanguageID="0"
LastLanguageText="HELLO WORLD" />
</Item>
</Item

==========================================

The end tag of the root element has been corrupt and after correct it, I
can load it correctly. I test via C# code. Can you correctly load the
XmlDocument via C# code? Or is there anything else cause the problem?
Please have a try and let me know if you have any futher finding. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx


Nov 12 '05 #13

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

Similar topics

1
by: Andrew V. Romero | last post by:
I have a script that I am working on for an intranet tool and in this script I have a form, which when submitted the onSubmit command calls calculate(). In this calculate function, I have it do...
18
by: Geoff Cox | last post by:
Hello, I am trying to print out the array values for a second time but get error on page message? Thanks Geoff <html>
1
by: torbs | last post by:
I am trying to use the methods in quicktimes plugin, but IE generetes an error. I have tried to use the "document.all" instead of getElementById but the results remain the same. It won't recognise...
0
by: Simon Jefferies | last post by:
Hello, When I load an XML document using the LoadXml function, I get a "System error" exception raised. What causes this? the XML document is valid. Regards Simon Jefferies Tools...
17
by: rox.scott | last post by:
Can someone please explain why this happens? The expected output is 3, but uncommenting line 7 makes the output 0. Why ??? VB.NET code: ** note the commented line, this is the culprit ** Dim...
0
by: Deep Purple | last post by:
I started with the following error... ------------------------------------------------------- An error occured while loading the schema with TargetNamespace 'http://www.w3.org/2001/XMLSchema'...
0
by: RK | last post by:
Hello I am using Microsoft Development Environment 2003 Version 7.1.3088 & Framework 1.1.4322 and developing Windows Forms using Visual C#. It was working fine for quite a month. Currently...
3
by: Mike Owen | last post by:
I have just tried to open a the file "Controls/CreateEditPost.cs" from within Visual Studio .Net, and the error message: 'An error occurred while loading the document. Fix the error, and then...
1
by: Greg Collins [Microsoft MVP] | last post by:
I have a site that uses a custom 404 error page to perform URL Rewriting. This works excellent for all my needs except for one area. When transforming XML, I have some XSLT code that uses the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
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...
0
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...

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.