I am building documentation for a compact framework
dll. I get the following error:
NDoc Documenter Error
Exception: NDoc.Core.DocumenterException
An error occured while creating the documentation
Exception: NDoc.Core.DocumenterException
Method Dispose in type
Mimer.Data.Client.MimerTransaction from assembly
MimerCompactProvider, Version=9.3.0.1,
Culture=neutral, PublicKeyToken=36741a5a4e9064f1
does not have an implementation.
The strange thing is that I have this Dispose method.
I have also tried removing all references to Dispose so
that the .xml documentation file does not contain any
reference to Dispose, but I still get the same exception.
Maybe this problem is the same as the one documented
under known issues, but if not, I wanted to report it.
My assembly references the following: MSCorLib, System,
System.Data, System.Data.Common, and System.Xml.
Bengt