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

Support for SQL2008 #9

Open
EitanBlumin opened this issue Feb 13, 2022 · 1 comment
Open

Support for SQL2008 #9

EitanBlumin opened this issue Feb 13, 2022 · 1 comment
Assignees

Comments

@EitanBlumin
Copy link
Collaborator

This CLR assembly currently doesn't work on SQL 2008 R2 and older.

In order to make this CLR assembly compatible with that, it must be re-written to be compatible with .NET Framework 3.5 SP1.

@EitanBlumin EitanBlumin self-assigned this Feb 13, 2022
@EitanBlumin
Copy link
Collaborator Author

EitanBlumin commented Feb 13, 2022

The main issue is the HttpWebRequest and HttpWebResponse classes, which don't seem to be supported in .NET 3.5

Their older alternatives are WebRequest and WebResponse.

Some relevant resources for reference:

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

No branches or pull requests

1 participant