2009-03-15から1日間の記事一覧

app.configの要素

[http://msdn.microsoft.com/ja-jp/library/823z9h8w(VS.80).aspx:title=MSDNの要素]より app.configにこれを書いておくとexeがdllを探しにいくパスが追加できるとのこと。 プラグイン的な仕組みのDLLを作る場合に使えそう。 使用例 <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <probing privatePath="bin;bin2\subbin;bin3"/> </probing></assemblybinding></runtime></configuration>