web.config や app.config にある、「applicationSettings」。 このapplicationSettings で定義されている各Section毎のvalue値を書き換えるツールを作成したい場合、 他のWebサイトで紹介しているやり方だけでは、更新されないことがあるので、注意書きという形で サンプルをご紹介します。 ■書き換え前のconfig ファイル <applicationSettings> <MyApp.My.MySettings> <setting...
今、私が必至こいて執筆している書籍「はじめてのVisual Studio 2008」なんですが、 出版社からの企画書を見ると 「.NET Framework Client Profile」 についても触れてくれとのこと。 ん??? 「.NET Framework Client Profile」 ??? 聞いたことないなぁと思い、Google先生に聞いてみる。 すると・・・ 下記引用 .NET Framework Client Profile は、クライアント アプリケーションを対象とする完全な .NET Framework...
System.Data.SqlClient.SqlTransaction.Zombie System.NullReferenceException: Object reference not set to an instance of an object. at System.Data.SqlClient.SqlTransaction.Zombie() at System.Data.SqlClient.SqlInternalTransaction.ZombieParent() at System.Data.SqlClient...