473,397 Members | 2,077 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,397 software developers and data experts.

Getting a strange error when I try to view an XML file from VS.NET

The error message that I'm getting is: "Cannot find the file 'C:\text.xml'
(or one of its components). Make sure the path and filename are correct and
that all required libraries are available".
I've attached the file that I have saved at C:\text.xml. It's a simple XML
file that I threw together for testing. But it's giving me that error.
Does anyone have any idea why I might be getting this, and (more
importantly) how I can fix it?
Thanks!
-Scott


Nov 11 '05 #1
2 1628
Suggestion: attach test.xml as text. Paste content into message. I
read only with groups.google and can't recognize the attached. Sorry!

Randy

"Scott Lyon" <scott.lyonNOSPAM_at__NOSPAMrapistan.comNOSPAM> wrote in message news:<eY**************@TK2MSFTNGP10.phx.gbl>...
The error message that I'm getting is: "Cannot find the file 'C:\text.xml'
(or one of its components). Make sure the path and filename are correct and
that all required libraries are available".
I've attached the file that I have saved at C:\text.xml. It's a simple XML
file that I threw together for testing. But it's giving me that error.
Does anyone have any idea why I might be getting this, and (more
importantly) how I can fix it?
Thanks!
-Scott
begin 666 test.xml
M/#]X;6P@=F5R<VEO;CTG,2XP)R!E;F-O9&EN9STG=71F+3@G(#\^#0H\<75O
M=&4^#0H\5&5S=#Y$871A/"]497-T/@T*/%1E<W0R+SX-"CPO<75O=&4^#0H\
M<75O=&4^#0H\5&5S=#Y$871A,CPO5&5S=#X-"CQ497-T,B\^#0H\+W%U;W1E
M/@T*/'%U;W1E/@T*/%1E<W0^1&%T83,\+U1E<W0^#0H\5&5S=#(O/@T*/"]Q
M=6]T93X-"CQQ=6]T93X-"CQ497-T/D1A=&$T/"]497-T/@T*/%1E<W0R+SX-
M"CPO<75O=&4^#0H\<75O=&4^#0H\5&5S=#Y$871A-3PO5&5S=#X-"CQ497-T
/,B\^#0H\+W%U;W1E/@T*
`
end

Nov 11 '05 #2
Scott Lyon wrote:
The error message that I'm getting is: "Cannot find the file 'C:\text.xml'
(or one of its components). Make sure the path and filename are correct and
that all required libraries are available". <?xml version='1.0' encoding='utf-8' ?>
<quote>
<Test>Data</Test>
<Test2/>
</quote>
<quote>


This is not wellformed XML document, becuase it has more than single
root element.
--
Oleg Tkachenko
http://www.tkachenko.com/blog
Multiconn Technologies, Israel

Nov 11 '05 #3

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

Similar topics

0
by: Imran | last post by:
I m getting this error when i open asp.net Form Design View. "The file failed to load in the Web Form Designer. PLease Correct the following error, then load it again. The designer could not be...
3
by: Serious_Practitioner | last post by:
Hello, all - A few days ago, I posted the following message - Hello all, and thank you for your help in the recent past. Got a new error message in the last few days. While working with...
6
by: melanieab | last post by:
Hi, Easy question. It seems to me that I'm following the examples correctly, but apparently I'm not. I'm trying to retrieve the data from a row called "row" and a column called "File". This is...
2
by: johngilmer | last post by:
I have a login page and it appears just fine (login.aspx). There are a couple of links on the page which use javascript to bring up modal dialogs of other aspx pages, and they work fine. But if I...
0
by: theintrepidfox | last post by:
Dear Group I came accross a very annoying behaviour of Visual Studio, giving me six hours of headache till I found the solution. This post is mainly for fellow developers for reference as it...
5
by: Nathan Sokalski | last post by:
When I view my index.aspx page any time after the first time, I recieve the following error: System.Web.TraceContext.AddNewControl(String id, String parentId, String type, Int32 viewStateSize)...
1
by: Maileen | last post by:
Hi, I finished my application butonce again i have some strange behavior with XML/text functions... for example, here below is a function which worked perfectly till now and now generate an...
1
by: comp.lang.php | last post by:
Whenever I would view any of my PHP scripts on any of a number of servers that I run, the Apache error logs on each of them would have this rather strange error: File does not exist:...
8
by: Dox33 | last post by:
I ran into a very strange behaviour of raw_input(). I hope somebody can tell me how to fix this. (Or is this a problem in the python source?) I will explain the problem by using 3 examples....
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?
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
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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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...

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.