Hey mate i've gone for check this source out and tried to figure out how to make it working but i got this error:
Code:
ERROR: FluentNHibernate.Cfg.FluentConfigurationException: An invalid or incomplete configuration was used while creating a SessionFactory. Check PotentialReasons collection, and InnerException for more detail.
---> MySql.Data.MySqlClient.MySqlException: Authentication to host 'localhost' for user 'root' using method 'mysql_native_password' failed with message: Access denied for user 'root'@'localhost' (using password: YES) ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'root'@'localhost' (using password: YES)
ved MySql.Data.MySqlClient.MySqlStream.ReadPacket()
ved MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket()
--- Slut på staksporing af indre undtagelser ---
ved MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.AuthenticationFailed(Exception ex)
ved MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket()
ved MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.Authenticate(Boolean reset)
ved MySql.Data.MySqlClient.NativeDriver.Authenticate(String authMethod, Boolean reset)
ved MySql.Data.MySqlClient.NativeDriver.Open()
ved MySql.Data.MySqlClient.Driver.Open()
ved MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
ved MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
ved MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
ved MySql.Data.MySqlClient.MySqlPool.GetConnection()
ved MySql.Data.MySqlClient.MySqlConnection.Open()
ved NHibernate.Connection.DriverConnectionProvider.GetConnection()
ved NHibernate.Tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.Prepare()
ved NHibernate.Tool.hbm2ddl.SchemaMetadataUpdater.GetReservedWords(Dialect dialect, IConnectionHelper connectionHelper)
ved NHibernate.Tool.hbm2ddl.SchemaMetadataUpdater.Update(ISessionFactory sessionFactory)
ved NHibernate.Impl.SessionFactoryImpl..ctor(Configuration cfg, IMapping mapping, Settings settings, EventListeners listeners)
ved NHibernate.Cfg.Configuration.BuildSessionFactory()
ved FluentNHibernate.Cfg.FluentConfiguration.BuildSessionFactory()
--- Slut på staksporing af indre undtagelser ---
ved FluentNHibernate.Cfg.FluentConfiguration.BuildSessionFactory()
ved DB.SessionFactory.CreateSessionFactory() i c:\Users\jesper\Desktop\zfserver 20150622 1.0.1005a\zfserver\DB\SessionFactory.cs:linje 80
ved DB.SessionFactory..ctor(String db0, String db1) i c:\Users\jesper\Desktop\zfserver 20150622 1.0.1005a\zfserver\DB\SessionFactory.cs:linje 70
ved MsgServer.Program.Main() i c:\Users\jesper\Desktop\zfserver 20150622 1.0.1005a\zfserver\MsgServer\Program.cs:linje 42
so i chose to delete it all and unpack it again to make it work with your video but with same output... would you be able to provide any help?