TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
K S Reddi Prasad
NA
28
74.9k
I am getting error "Illegal Characters in the Path"
Apr 11 2011 4:09 AM
Hi all,
I am getting the Error "Illegal characters in the Path". Cyrrently i am storing xmlData from the xml file present in the server in a string and passed to the Load method of XElement. Plz find the follwing code.
XElement
Messages =
XElement
.Load(messagesFile);
where messagesFile is a string holding the Xml data from the server. and after that i am writing the following code.
var MessageList =
from
Message
in
Messages.Elements()
where
string
.Equals((
string
)Message.Attribute(
"ID"
), MessageId[counter],
StringComparison
.InvariantCultureIgnoreCase)
orderby
(
string
)Message.Element(
"MessageId"
)
select
{
MessageId = (
string
)Message.Attribute(
"ID"
),
MessageDescription = Message.Element(
"MessageDescription"
).Value,
MessageType = Message.Element(
"MessageType"
).Value,
MessageSource = Message.Element=(
"MessageSource"
).Value
};
In the code posted above, I am getting the Error" Illegeal Characters in the Path " near the Highlighted area.
Please Help me in solving this.
Thanks & Regards,
K.S. R. Prasad.
Reply
Answers (
2
)
problem is total up the value
Problem in Column Filter.