This is a migrated thread and some comments may be shown as answers.

Warnings in the 'Check Settings' dialog.

2 Answers 40 Views
Design Time (Visual Designer & Tools)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Stuart Hemming
Top achievements
Rank 2
Stuart Hemming asked on 14 Jul 2010, 10:29 PM
I have run the 'Check Settings' dialog against my persistent classes project and got the following warnings...
Validator           : <connections> section
Resolution          : Can be fixed manually by specifying valid
                       node 'databasename' value
                       <connections>
                       
                       <connection id="RSDConnection">
                       
                       <databasename>
                       [valid value]
                       </databasename>
                       
                       </connection>
                       
                       </connections>
Description         : 'databasename' node can not be empty.
I got the message repeated for 'servername' and 'integratedSecurity' too.

What I don't understand is why it says that the node cannot be empty when, clearly, it can. At least the project compiles and runs OK.

-- 
Stuart

2 Answers, 1 is accepted

Sort by
0
Accepted
Alexander
Telerik team
answered on 15 Jul 2010, 03:18 PM
Hi Stuart Hemming,

You can ignore those warnings. They are shown only to warn you if your project does not work and point you where the problem could be. Since the validators of the wizard are executed per project, they cannot determine if you have those settings specified in another referenced project, which would work. They are also not very relevant if you are using connection strings instead of the old OpenAccess connection settings.
So again, you can just ignore them as long as the project is working.

All the best,
Alexander
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Stuart Hemming
Top achievements
Rank 2
answered on 15 Jul 2010, 03:25 PM
Fair enough.

Ta.

-- 
Stuart
Tags
Design Time (Visual Designer & Tools)
Asked by
Stuart Hemming
Top achievements
Rank 2
Answers by
Alexander
Telerik team
Stuart Hemming
Top achievements
Rank 2
Share this question
or