Main >> ASP.NET Technical Articles and Discussions>> 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