-
Notifications
You must be signed in to change notification settings - Fork 30
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
error CS0103: The name 'HttpUtility' does not exist in the current context #158
Comments
Hello, could you be please more specific about the specific setup at which you are running it? Could you please tell me these things:
If you had not done it, could you please clone this repo and run the example integration? I tried running our latest SDK version (22.06.0) on the Unity editor latest LTS version 2021.3.15f1 on Windows 10 and I couldn't reproduce the issue. The target platform I used was the "default" - "Windows, Mac, Linux". I tried also all combinations of the scripting backends and API compatability levels. |
SDK: 22.06.0 |
Hello, |
Yes I had the same issue. You can replicate it if you are using .Net Framework, but it works when I changed it to .Net Framework Standard 2.1 |
Sorry to dump a bunch of stuff on you, but I am getting this compile error with the current library code:
Assets\Plugins\CountlySDK\Helpers\StorageAndMigrationHelper.cs(195,54): error CS0103: The name 'HttpUtility' does not exist in the current context
I have this set to .Net Framework in Unity 2021. That's when I started seeing this.
The text was updated successfully, but these errors were encountered: