Reply to thread

Does it work with the NativeTVTest? I got an Error.

 

System.TypeInitializationException: Der Typeninitialisierer für "Mediaportal.TV.Server.TVDatabase.EntityModel.ObjContext.ObjectContextManager" hat eine Ausnahme verursacht. ---> System.Configuration.ConfigurationErrorsException: Der registrierte .Net Framework-Datenprovider kann nicht gefunden bzw. geladen werden.

   bei System.Data.Common.DbProviderFactories.GetFactory(DataRow providerRow)

   bei System.Data.Common.DbProviderFactories.GetFactory(String providerInvariantName)

   bei System.Data.EntityClient.EntityConnection.GetFactory(String providerString)

   bei System.Data.EntityClient.EntityConnection.ChangeConnectionString(String newConnectionString)

   bei System.Data.EntityClient.EntityConnection..ctor(String connectionString)

   bei System.Data.Objects.ObjectContext.CreateEntityConnection(String connectionString)

   bei System.Data.Objects.ObjectContext..ctor(String connectionString, String defaultContainerName)

   bei Mediaportal.TV.Server.TVDatabase.Entities.Model..ctor()

   bei Mediaportal.TV.Server.TVDatabase.EntityModel.ObjContext.ObjectContextManager..cctor()

   --- Ende der internen Ausnahmestapelüberwachung ---

   bei Mediaportal.TV.Server.TVLibrary.TvController.Init()

   bei Mediaportal.TV.Server.TVLibrary.TvServiceThread.DoStart()


Top Bottom