|
From: <cm...@so...> - 2004-10-27 13:41:14
|
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 |