AlexT Developer
|
System.Web.HttpUtility.UrlEncode compiled in .net 1.1 does not work in 2.0
Monday, November 12 2007 11:14 PM
I had a dll that I was reusing compiled in .net 1.1 that used System.Web.HttpUtility.UrlEncode.
When put in .Net 2.0 environment it did not produce an error but it did not url encode either. Just a note in case you end up having to debug something like this. You should compile using the right environment anyway
reply
|
paulineetcuban Online Marketer
|
Re:System.Web.HttpUtility.UrlEncode compiled in .net 1.1 does not work in 2.0
Tuesday, February 16 2016 01:32 AM
Thanks for the note dude!
we make website ConvertBetter http://www.convertbetter.com/
reply
|