Posts by mqsousa_ • 1 point
2 posts
-
0
votes0
answers540
viewsQ: How to read the xsd file from within my C#project
I’m validating an xml from an xsd file this way: XmlSchemaSet schemaSet = new XmlSchemaSet(); schemaSet.Add("urn:bookstore-schema", @"D:\Arquivo\VoltVarPlanning.xsd");…
-
-1
votes1
answer751
viewsQ: Could not create the driver from Nhibernate.Driver.Oracledataclientdriver, Nhibernate, Version=4.0.0.4000, Culture=neutral,
I am working on an application with NHibernate and Fluent Nhibernate. I’m having trouble with my settings App.config. I don’t know exactly what’s wrong with my settings. I’m getting this Exception:…