You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2020. It is now read-only.
This repository was archived by the owner on Feb 25, 2020. It is now read-only.
Getting issue with DbProviderFactories existing in both Microsoft.Practices.EnterpriseLibrary.Data & System.Data.Common when I build in .net core 2.1 #31
When you build the project with .net core 2.1 you get the following error.
Severity Code Description Project File Line Suppression State
Error CS0433 The type 'DbProviderFactories' exists in both 'Microsoft.Practices.EnterpriseLibrary.Data, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null' and 'System.Data.Common, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' Utility.Orm C:__Autymate\Backend\IBEX-Core\Shared\Utility.Orm\Helpers\SqlBuilder\HelperSqlBuilder.cs 662 Active