This question is locked. New answers and comments are not allowed.
I have run the 'Check Settings' dialog against my persistent classes project and got the following warnings...
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
Validator : <connections> sectionResolution : 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.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