I am currently usign NDoc for documentation. I have.Net Framework 1.1 installed on my machine and also .NDoc Framework 1.1.
I am getting the following error when I build my project (C#) on NDoc.
--------------------------------------------------
An error occured while trying to build the documentation.
Exception: NDoc.Core.DocumenterException
Method Read in type Reports.ReportManager from assembly Reports, Version=1.0.2432.32038, Culture=neutral, PublicKeyToken=null does not have an implementation.--------------------
Exception: NDoc.Core.DocumenterException
Method Read in type Reports.ReportManager from assembly Reports, Version=1.0.2432.32038, Culture=neutral, PublicKeyToken=null does not have an implementation.--------------------
Exception: NDoc.Core.DocumenterException
at NDoc.Documenter.Msdn2.Msdn2Documenter.Build(Project project) at NDoc.Gui.BuildWorker.ThreadProc()
Exception: NDoc.Core.DocumenterException
Server stack trace:
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.Msdn2.Msdn2Documenter.Build(Project project)
-------------------------------------------------
I don't know why this error is thrown because if the method did not have an implementation it would have failed to build in VS.Net IDE itself which is not the case.
Someone please help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am currently usign NDoc for documentation. I have.Net Framework 1.1 installed on my machine and also .NDoc Framework 1.1.
I am getting the following error when I build my project (C#) on NDoc.
--------------------------------------------------
An error occured while trying to build the documentation.
Exception: NDoc.Core.DocumenterException
Method Read in type Reports.ReportManager from assembly Reports, Version=1.0.2432.32038, Culture=neutral, PublicKeyToken=null does not have an implementation.--------------------
Exception: NDoc.Core.DocumenterException
Method Read in type Reports.ReportManager from assembly Reports, Version=1.0.2432.32038, Culture=neutral, PublicKeyToken=null does not have an implementation.--------------------
Exception: NDoc.Core.DocumenterException
at NDoc.Documenter.Msdn2.Msdn2Documenter.Build(Project project) at NDoc.Gui.BuildWorker.ThreadProc()
Exception: NDoc.Core.DocumenterException
Server stack trace:
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.Msdn2.Msdn2Documenter.Build(Project project)
-------------------------------------------------
I don't know why this error is thrown because if the method did not have an implementation it would have failed to build in VS.Net IDE itself which is not the case.
Someone please help.