在生成文档的时候,出现以下错误:
An error occured while trying to build the documentation.Exception: NDoc.Core.DocumenterException
File or assembly name TIBCO.Rendezvous, or one of its dependencies, was not found.Exception: System.IO.FileNotFoundException
File or assembly name TIBCO.Rendezvous, or one of its dependencies, was not found.-------------------------------------------
stack trace:
Exception: NDoc.Core.DocumenterException
   at NDoc.Documenter.Msdn.MsdnDocumenter.Build(Project project)   at NDoc.Gui.BuildWorker.ThreadProc()Exception: System.IO.FileNotFoundExceptionServer stack trace: 
   at System.Reflection.RuntimeMethodInfo.InternalGetParameters()   at System.Reflection.RuntimeMethodInfo.GetParameters()   at NDoc.Core.Reflection.ReflectionEngine.GetMemberName(MethodBase method)   at NDoc.Core.Reflection.ReflectionEngine.MustDocumentMethod(MethodBase method)   at NDoc.Core.Reflection.ReflectionEngine.WriteMethods(XmlWriter writer, Type type)   at NDoc.Core.Reflection.ReflectionEngine.WriteClass(XmlWriter writer, Type type, Boolean hiding)   at NDoc.Core.Reflection.ReflectionEngine.WriteClasses(XmlWriter writer, Type[] types, String namespaceName)   at NDoc.Core.Reflection.ReflectionEngine.WriteNamespaces(XmlWriter writer, Module module)   at NDoc.Core.Reflection.ReflectionEngine.WriteModule(XmlWriter writer, Module module)   at NDoc.Core.Reflection.ReflectionEngine.WriteAssembly(XmlWriter writer, Assembly assembly, String fileName)   at NDoc.Core.Reflection.ReflectionEngine.BuildXml(XmlWriter writer)   at NDoc.Core.Reflection.ReflectionEngine.MakeXmlFile(ReflectionEngineParameters rep, String xmlFile)   at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase mb, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)   at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)   at NDoc.Core.Reflection.ReflectionEngine.MakeXmlFile(ReflectionEngineParameters rep, String xmlFile)   at NDoc.Core.Reflection.BaseReflectionDocumenter.MakeXmlFile(Project project, String fileName)   at NDoc.Documenter.Msdn.MsdnDocumenter.Build(Project project)请高手指教,谢谢了!