[Mono-bugs] [Bug 60160][Wis] New - monodocer throws null reference exception when trying to stub

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 14 Jun 2004 14:46:47 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by egonia@acxiom.com.

http://bugzilla.ximian.com/show_bug.cgi?id=60160

--- shadow/60160	2004-06-14 14:46:47.000000000 -0400
+++ shadow/60160.tmp.27351	2004-06-14 14:46:47.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 60160
+Product: Mono: Doctools
+Version: unspecified
+OS: 
+OS Details: Fedora Core 2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Console
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: egonia@acxiom.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: monodocer throws null reference exception when trying to stub
+
+Description of Problem: I am trying to stub the ICMPLibrary here with
+monodocer. http://forge.novell.com/modules/xfmod/project/?icmplibrary
+
+I get this output:
+[egonia@egonia5 bin]$ pwd
+/home/egonia/projects/ICMPLibrary/bin
+[egonia@egonia5 bin]$ mono --debug /usr/bin/monodocer.exe --stub --assembly
+ICMPLibrary --dest ../doc --load ./ICMPLibrary.dll
+System.NullReferenceException: A null value was found where an object
+instance was required.
+in [0x000ab] (at /home/egonia/software/monodoc/tools/stub.cs:237)
+Stub:DoStubAssembly (string,string)
+in [0x0013b] (at /home/egonia/software/monodoc/tools/stub.cs:112) Stub:Main
+(string[])
+
+Files Modified: 0, Members Added: 0, Members Deleted: 0
+
+
+I also tried stubbing the monodocs2html.exe in the monodoc/tools directory
+with the same results.