Nunit 2.6.2 を使用して C# dll をテストすると、このエラーが発生します。
System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
System.Xml.XmlException : Object type is not supported.
見てください。
ofObjectToReturn はStream
型でなければなりません
msdnを参照
例外:
XmlException : ofObjectToReturn は Stream タイプではありません。