Hi,
i would build me a sessionfactory but it comes the following exception:
Code:
System.Exception: Could not create the driver from NHibernate.Driver.MySqlDataDriver. ---> System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> NHibernate.HibernateException: The IDbCommand and IDbConnection implementation in the assembly MySql.Data could not be found. Please ensure that the assembly MySql.Data is in the Global Assembly Cache or in a location that NHibernate can use System.Type.GetType(string) to load the types from.
bei NHibernate.Driver.ReflectionBasedDriver..ctor(String driverAssemblyName, String connectionTypeName, String commandTypeName)
bei NHibernate.Driver.MySqlDataDriver..ctor()
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
bei System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
bei System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
bei System.Activator.CreateInstance(Type type, Boolean nonPublic)
bei System.Activator.CreateInstance(Type type)
bei NHibernate.Connection.ConnectionProvider.ConfigureDriver(IDictionary settings)
--- Ende der internen Ausnahmestapelüberwachung ---
bei DataAccessLayer.DbManager..ctor() in C:\Dokumente und Einstellungen\Esat\Eigene Dateien\Visual Studio 2005\Projects\DataAccessLayer\Manager\DbManager.cs:Zeile 74.
bei Service.Login(String userName, String password) in c:\Dokumente und Einstellungen\Esat\Eigene Dateien\Visual Studio 2005\WebSites\TripunktWebdienst\App_Code\Service.cs:Zeile 33.
i have a refenrece to the mysql.data.dll...what is wrong?
thX
yesso