[SetUp]
public void Initialize() {
new BurrowFramework().InitWorkSpace();
}
[TearDown]
public void Close() {
new BurrowFramework().CloseWorkSpace();
do you hear me???or read!!
i like it!!
I was trying to use burrow with mysql connectivity but following errors are coming up. Any help please
"The type initializer for 'NHibernate.Burrow.Impl.FrameworkEnvironment' threw an exception."
and page trace is saying.
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Unrecognized element 'persistantUnits'.
Source Error:
Line 14: </configSections>
Line 15: <NHibernate.Burrow>
Line 16: <persistantUnits>
Line 17: <add name="PersistenceUnit1" nh-config-file="~/hibernate.cfg.xml" autoUpdateSchema="true"/>
Line 18: </persistantUnits>
I guess Burrow is just for asp.net (web apps), am I wrong?
Is there any example of burrow conversation+transaction in windows forms application????