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
deokershesh opened this issue
Dec 29, 2019
· 3 comments
Labels
area-MetaquestionAnswer questions and provide assistance, not an issue with source code or documentation.untriagedNew issue has not been triaged by the area owner
I have built Informix.Net.Core.dll (from System.Data.Odbc.dll by making appropriate changes) successfully and entire .NET Core 3.1 (from 'git clone https://github.com/dotnet/runtime.git'). While trying to create simple sample program referencing "Informix.Net.Core", I get below set of warnings and errors. Not sure what I am missing, any help would be appreciated.
C:\Program Files\dotnet\sdk\3.1.100\Microsoft.Common.CurrentVersion.targets(2106,5): warning MSB3277: Found conflicts between different versions of "System.Transactions.Local" that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. [D:\shesh\DOTNET-Core-Informix-code\VS2019_projects\MyApp\MyApp.csproj]
CSC : error CS1705: Assembly 'Informix.Net.Core' with identity 'Informix.Net.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' uses 'System.Data.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'System.Data.Common' with identity 'System.Data.Common, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' [D:\shesh\DOTNET-Core-Informix-code\VS2019_projects\MyApp\MyApp.csproj]
Program1.cs(23,38): error CS1705: Assembly 'Informix.Net.Core' with identity 'Informix.Net.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' uses 'System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'System.Runtime' with identity 'System.Runtime, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' [D:\shesh\DOTNET-Core-Informix-code\VS2019_projects\MyApp\MyApp.csproj]
The text was updated successfully, but these errors were encountered:
ghost
locked as resolved and limited conversation to collaborators
Dec 11, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-MetaquestionAnswer questions and provide assistance, not an issue with source code or documentation.untriagedNew issue has not been triaged by the area owner
I have built Informix.Net.Core.dll (from System.Data.Odbc.dll by making appropriate changes) successfully and entire .NET Core 3.1 (from 'git clone https://github.com/dotnet/runtime.git'). While trying to create simple sample program referencing "Informix.Net.Core", I get below set of warnings and errors. Not sure what I am missing, any help would be appreciated.
C:\Program Files\dotnet\sdk\3.1.100\Microsoft.Common.CurrentVersion.targets(2106,5): warning MSB3277: Found conflicts between different versions of "System.Transactions.Local" that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. [D:\shesh\DOTNET-Core-Informix-code\VS2019_projects\MyApp\MyApp.csproj]
CSC : error CS1705: Assembly 'Informix.Net.Core' with identity 'Informix.Net.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' uses 'System.Data.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'System.Data.Common' with identity 'System.Data.Common, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' [D:\shesh\DOTNET-Core-Informix-code\VS2019_projects\MyApp\MyApp.csproj]
Program1.cs(23,38): error CS1705: Assembly 'Informix.Net.Core' with identity 'Informix.Net.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' uses 'System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'System.Runtime' with identity 'System.Runtime, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' [D:\shesh\DOTNET-Core-Informix-code\VS2019_projects\MyApp\MyApp.csproj]
The text was updated successfully, but these errors were encountered: