473,505 Members | 16,800 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 8563


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
2325
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
1788
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
1393
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
415
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
4579
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
1557
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
1535
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
3592
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
1692
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
7218
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7103
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
7370
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...
0
7478
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...
1
5035
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...
0
4701
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...
0
3177
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1532
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
755
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.