NDoc

DocumenterException

で、作成途中のプログラムにCOMオブジェクトを追加してNDocに掛けてたんですが、こんなエラーで落ちるんです。 An error occured while trying to build the documentation. Exception: NDoc.Core.DocumenterException ファイルまたはアセンブリ名 xxx、また…

SqlServerCe

で、SqlServerCeを参照しているプロジェクトをNDocにかけると、NDocは落ちるんです。 そこで、SqlServerCeをラップするDLLを作って回避しました。 例えばこんなクラスの集合です。 public class DBEngine { SqlCeEngine engine; public DBEngine(string loca…