Help forum
Skip to content
by Wanderer » Sat Jun 05, 2021 9:26 am
by RomCenter » Wed Jun 02, 2021 10:17 am
by Wanderer » Wed Jun 02, 2021 9:36 am
by RomCenter » Wed Jun 02, 2021 8:23 am
by Wanderer » Tue Jun 01, 2021 2:22 pm
by RomCenter » Tue Jun 01, 2021 1:29 pm
by Wanderer » Mon May 03, 2021 5:12 pm
by Wanderer » Tue Apr 13, 2021 8:45 pm
by Wanderer » Sun Apr 11, 2021 9:22 am
RomCenter wrote: Sun Apr 11, 2021 8:38 amThe goal is to maintain xp with functionnal issues, and keep win10 up to date with components and new technologies.
by RomCenter » Sun Apr 11, 2021 8:38 am
by Wanderer » Sat Apr 10, 2021 1:12 pm
RomCenter wrote: Sat Apr 10, 2021 7:32 amAnyway, I added it for next version.
by RomCenter » Sat Apr 10, 2021 7:32 am
by Wanderer » Fri Apr 09, 2021 7:36 pm
Code: Select all
<system.data> <DbProviderFactories> <remove invariant="FirebirdSql.Data.FirebirdClient" /> <add name="FirebirdClient Data Provider" invariant="FirebirdSql.Data.FirebirdClient" description=".NET Framework Data Provider for Firebird" type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, FirebirdSql.Data.FirebirdClient" /> </DbProviderFactories> </system.data>
by RomCenter » Fri Apr 09, 2021 3:32 pm
by RomCenter » Fri Apr 09, 2021 3:24 pm
by RomCenter » Fri Apr 09, 2021 7:03 am
by Wanderer » Thu Apr 08, 2021 9:13 pm
by Wanderer » Thu Mar 25, 2021 12:03 pm
by Wanderer » Fri Mar 19, 2021 10:13 am
RomCenter wrote: Fri Mar 19, 2021 10:04 amCan you post the command you used ?
rc create -d "C:\Apps\RCDBManager\RCDBManager\TOSECDats\DATs\TOSEC - DAT Pack - Complete (3036) (TOSEC-v2020-07-29)\TOSEC\Amstrad CPC - Applications - [BIN] (TOSEC-v2014-10-28_CM).dat" -o "C:\RomCenter\datas\Amstrad CPC - Applications - [BIN] (TOSEC-v2014-10-28_CM).rdt"
by RomCenter » Fri Mar 19, 2021 10:04 am
by Wanderer » Mon Mar 15, 2021 12:59 am
RomCenter.Global.BaseLog/Error : Unable to determine the DbProviderFactory type for connection of type 'FirebirdSql.Data.FirebirdClient.FbConnection'. Make sure that the ADO.NET provider is installed or registered in the application config. Unhandled Exception: System.NotSupportedException: Unable to determine the DbProviderFactory type for connection of type 'FirebirdSql.Data.FirebirdClient.FbConnection'. Make sure that the ADO.NET provider is installed or registered in the application config. at System.Data.Entity.Infrastructure.Net40DefaultDbProviderFactoryResolver.<>c__DisplayClass5_0.<GetProviderFactory>b__0(Type t) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory) at System.Data.Entity.Infrastructure.Net40DefaultDbProviderFactoryResolver.GetProviderFactory(DbConnection connection, IEnumerable`1 dataRows) at System.Data.Entity.Infrastructure.Net40DefaultDbProviderFactoryResolver.ResolveProviderFactory(DbConnection connection) at System.Data.Entity.Utilities.DbConnectionExtensions.GetProviderFactory(DbConnection connection) at System.Data.Entity.Core.Common.DbProviderServices.GetProviderFactory(DbConnection connection) at System.Data.Entity.Utilities.DbConnectionExtensions.GetProviderInvariantName(DbConnection connection) at System.Data.Entity.Internal.InternalConnection.get_ProviderName() at System.Data.Entity.Internal.LazyInternalConnection.get_ProviderName() at System.Data.Entity.Internal.LazyInternalContext.get_ProviderName() at System.Data.Entity.Internal.DefaultModelCacheKeyFactory.Create(DbContext context) at System.Data.Entity.Internal.LazyInternalContext.InitializeContext() at System.Data.Entity.Internal.InternalContext.Initialize() at System.Data.Entity.Internal.InternalContext.GetEntitySetAndBaseTypeForType(Type entityType) at System.Data.Entity.Internal.Linq.InternalSet`1.Initialize() at System.Data.Entity.Internal.Linq.InternalSet`1.GetEnumerator() at System.Data.Entity.Infrastructure.DbQuery`1.System.Collections.Generic.IEnumerable<TResult>.GetEnumerator() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at RomCenter.DataAccess.Firebird.EF5.Ef.GetCurrentConfig(IRdtConfig config) at RomCenter.DataAccess.Firebird.EF5.Ef..ctor(String fileName, IProgressTracking progressPack, IPauseAndCancellationToken pauseAndCancellationToken, Boolean validatedb) at RomCenter.DataAccess.Dal..ctor(IConfiguration config) at CommandLine.romcenter.CreateRomcenterEnv() at CommandLine.Program.RunCreateAndReturnExitCode(CreateOptions createOptions) at CommandLine.Program.<>c.<Main>b__11_1(CreateOptions options) at CommandLine.ParserResultExtensions.WithParsed[T](ParserResult`1 result, Action`1 action) at CommandLine.Program.Main(String[] args)
Top