Bug 318406 (MONO75418) - CodeCompletion crashes MonoDevelop
Summary: CodeCompletion crashes MonoDevelop
Status: RESOLVED FIXED
Alias: MONO75418
Product: MonoDevelop
Classification: Mono
Component: texteditor (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: MD Bugs
QA Contact: MD Bugs
URL:
Whiteboard:
Keywords: easy_fix
Depends on:
Blocks:
 
Reported: 2005-06-29 12:08 UTC by Sebastian
Modified: 2007-09-15 21:23 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 19:23:35 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".