Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't compile with NET_20 compiler symbol set [DNET436] #433

Closed
firebird-automations opened this issue May 30, 2012 · 3 comments
Closed

Comments

@firebird-automations
Copy link

Submitted by: Andre Litfin (andrelitfin)

When I try to compile with NET_20 symbol, Func<T> in Data\FirebirdClient\FbCommand.cs and Data\FirebirdClient\FbDataReader.cs are invalid (because could be System.Func or FirebirdSql.Data.Common.Func). Changing to System.Func solves the problem.

@firebird-automations
Copy link
Author

Modified by: Andre Litfin (andrelitfin)

description: When I try to compile with NET_20 symbol, Func<T> are invalid (because could be System.Func or Firebird.xxx.Func). Changing to System.Func solves the problem. => When I try to compile with NET_20 symbol, Func<T> in Data\FirebirdClient\FbCommand.cs and Data\FirebirdClient\FbDataReader.cs are invalid (because could be System.Func or FirebirdSql.Data.Common.Func). Changing to System.Func solves the problem.

@firebird-automations
Copy link
Author

Commented by: Andre Litfin (andrelitfin)

Solved if changing Framework to 2.0 instead of 4.0.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => Closed [ 6 ]

resolution: Cannot Reproduce [ 5 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants