|
From: Kevin D. <kd...@op...> - 2004-10-27 14:52:19
|
Have you added the conditional compilation constant NET_1_0 to each project? regards, Kevin _____ From: ndo...@li... [mailto:ndo...@li...] On Behalf Of cm...@so... Sent: Wednesday, 27 October 2004 11:41 PM To: ndo...@li... Subject: [ndoc-devel] VS.NET 2002 Hi there, I've just downloaded the nDoc sources and managed to get them to compile on VS.NET 2002 , .NET 1.0 with a little bit of tweaking ( i had to re-add to MSHelpCompiler references so it pointed at the 2002 versions ). Now, creating MSDN documentation works fine but i get an exception when trying to get the VS.NET documentation type to build, here it is... An error occured while trying to build the documentation. Exception: System.ArgumentException Object type cannot be converted to target type. Exception: System.ArgumentException at System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean isBinderDefault, Assembly caller, Boolean verifyAccess) at System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean verifyAccess) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.Xml.Xsl.FuncExtension.Invoke(XsltContext xsltContext, Object[] args, XPathNavigator docContext) at System.Xml.XPath.XsltFunction.InvokeFunction(XPathNavigator qy) The question is does anyone know if i can modify the source to work in 2002 and if so then which bits? Many thanks Chris |