2013年6月18日火曜日

ZXing.Net A library which supports decoding and generating of barcodes (like QR Code, PDF 417, EAN, UPC, Aztec, Data Matrix, Codabar) within images.

ZXing.NET
A library which supports decoding and generating of barcodes (like QR Code, PDF 417, EAN,
UPC, Aztec, Data Matrix, Codabar) within images.

QRCOde生成に、前は Code Projectを利用していたが
ZXing.NETのライブラリの方が、色々なバーコードに対応しているので助かる。

しかもdecode出来るのが素敵

http://zxingnet.codeplex.com/

2013年6月13日木曜日

ASP.NET が Internet Explorer 10 の検出に失敗する

ASP.NET が Internet Explorer 10 の検出に失敗する

ASP.NET の特定のバージョンで、Internet Explorer 10 のユーザー エージェント文字列が正しく認識されないため、これらのバージョンを更新する必要があります。

現象

ASP.NET が Internet Explorer 10 のユーザー エージェント文字列を正しく認識せず、"_doPostBack is undefined JavaScript" エラーを表示して応答します。

解決策

ASP.NET ブラウザー定義ファイルを更新します。 詳しくは、ASP.NET による IE10 検出の失敗に関するバグと修正のページをご覧ください。
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9"> 
 
 
http://msdn.microsoft.com/ja-jp/library/ie/hh869299%28v=vs.85%29.aspx