Recent Posts
Tjitjing Blog
Return To Blog Listing
This is my blog on technology related things and maybe some other stuff too...
Recent Posts Tagged With 'asp.net'
MySql.Data.MySqlClient.MySqlException: Parameter ‘@id’ must be defined
I found out a funny thing today. Or maybe not so funny when I think about it… The order page on one of my sites have not been working since early November, almost 6 months!! As I’m sure you understand it’s not a very busy site, but ...
BC30560: 'MySqlConnection' is ambiguous in the namespace 'MySql.Data.MySqlClient'.
I got this error in one of my ASP.NET web sites after uploading a new version:BC30560: 'MySqlConnection' is ambiguous in the namespace 'MySql.Data.MySqlClient'.It worked fine on my development machine but not on the production server. I could not fig...
Punycode in VB.NET for IDN domains
On one of my web sites I noticed that IDN (Internationalized Domain Names) don't work when I do Response.Redirect in VB.NET.IDNs are used to allow accented and other special international characters (non-Ascii) to be used in domain names. Since Domai...
