Bugzilla – Bug 318406
CodeCompletion crashes MonoDevelop
Last modified: 2007-09-15 21:23:51 UTC
---- Reported by shoehn@web.de 2005-06-29 05:08:39 MST ---- Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: Sometimes a null pointer exception occurs when using code completion Additional Information: Try patching line 112 in file MonoDevelop.Base/Services/ParserService/AssemblyInformation.cs: from: if (asm == null) Assembly.LoadWithPartialName (Path.GetFileNameWithoutExtension (fileName)); to if (asm == null) asm = Assembly.LoadWithPartialName (Path.GetFileNameWithoutExtension (fileName)); ---- Additional Comments From jluke@cfl.rr.com 2005-06-30 14:45:43 MST ---- its in svn r2616, thanks for catching it Unknown bug field "cf_op_sys_details" encountered while moving bug <cf_op_sys_details>Debian</cf_op_sys_details> Unknown operating system unknown. Setting to default OS "Other".