Azure-docs: "HttpUtility does not exist in current context" Error

Created on 10 Aug 2018  Â·  3Comments  Â·  Source: MicrosoftDocs/azure-docs

When you copy the code snippet from Step 1., you may encounter a "HttpUtility does not exist in current context" error, even though you have the using System.Web; statement.

To fix this error, add the System.Web reference to your project (Solutions Explorer -> right click References -> Add Reference... -> under Assemblies add System.Web


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

assigned-to-author cognitive-servicesvc doc-bug triaged

Most helpful comment

@Zerryth - this modification is directly tied to docs tied to a UX release. It may take another week for the correction to appear. The change was in order of steps so that the dependency is added before the code.

All 3 comments

@Zerryth

Hi Ashley, thanks for letting me know about this. This doc is in process of getting updated and reviewed. I'll make sure this issue is addressed. #in-process

@Zerryth - this modification is directly tied to docs tied to a UX release. It may take another week for the correction to appear. The change was in order of steps so that the dependency is added before the code.

@diberry Thanks a lot!

@Zerryth We will now proceed to close this thread. If there are further questions regarding this matter, please reopen it and we will gladly continue the discussion.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JamesDLD picture JamesDLD  Â·  3Comments

spottedmahn picture spottedmahn  Â·  3Comments

varma31 picture varma31  Â·  3Comments

AronT-TLV picture AronT-TLV  Â·  3Comments

Ponant picture Ponant  Â·  3Comments