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
nag t
NA
1
0
The element
may only appear once in this section.
Dec 21 2009 9:21 AM
Hi,
Could anybody help me regarding this. I have been working on this for a quite long time. but still i am recieving this same error. I have referred many sites but i could not found a solution.
Problem desc: I want to read the custom sections from the app.config. the entries are given below:
<
configSections
>
<
section
name
=
"
group
"
type
=
"
InScape.UI.CustomObjectsLib.GroupSection, CustomObjectsLib
"
/> </
configSections
>
<
group
name
=
"
Group1
"
> <
permission
name
=
"
Read
"
description
=
""
/>
<
permission
name
=
"
Write
"
description
=
""
/> <
permission
name
=
"
Modify
"
description
=
""
/> </
group
>
Here i want to read the all permission element values inside a section 'group'.
Here are the classes declaration i have used..
public class GroupSection : ConfigurationSection // Main class
public
class
PermissionElementCollection
:
ConfigurationElementCollection
// collection object
public
class
PermissionElement
:
ConfigurationElement
//element .. information
Reply
Answers (
0
)
A solution project no able to deploy
Synchronizing Text/File I/O