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
I'm currently rewriting my swimming pool controller code from version 1.3 to version 1.4.
Unfortunately, I'm running into a problem with 1,4 that some of the critical code is not supported.
The code above worked fine in version 1.3. This code is used where NetStatus = Net.WebService(NetServer+"99").GetData(); is giving the incorrect response.
This is mission critical to me, how can I get this code working?
This is the error message given:
The type name 'WebRequest' could not be found in the namespace 'System.Net'. This type has been forwarded to assembly 'System.Net.Requests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' Consider adding a reference to that assembly.
The text was updated successfully, but these errors were encountered:
I'm currently rewriting my swimming pool controller code from version 1.3 to version 1.4.
Unfortunately, I'm running into a problem with 1,4 that some of the critical code is not supported.
The code above worked fine in version 1.3. This code is used where NetStatus = Net.WebService(NetServer+"99").GetData(); is giving the incorrect response.
This is mission critical to me, how can I get this code working?
This is the error message given:
The type name 'WebRequest' could not be found in the namespace 'System.Net'. This type has been forwarded to assembly 'System.Net.Requests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' Consider adding a reference to that assembly.
The text was updated successfully, but these errors were encountered: