B
Brett
In one vb.net project, I can do
Imports System.Web.HttpUtility
and have access to the URLEncode method.
In another project, the same import says HttpUtility is not a member of Web.
Why would that happen?
Thanks,
Brett
Imports System.Web.HttpUtility
and have access to the URLEncode method.
In another project, the same import says HttpUtility is not a member of Web.
Why would that happen?
Thanks,
Brett