[MonoDevelop] Completion with Monodevelop
thierry Baertschiger
tibaer at infomaniak.ch
Sun Mar 16 10:31:17 EDT 2008
Hello !
I have installed mono and monodevelop today (with the mono-1.9_5 installer) on ubuntu 7.10.
After some little efforts, everything seems to be ok: I'm able to create a little project, compile it, run it. The only thing which doesn't work is completion with monodevelop.
Completion works for classes/methods that I create myself but doesn't for system classes. According to what I have read on the monodevelop web site, this should work as well.
I actually have some strange messages which I think are related to my problem:
when I open monodevelop, here is a short example of what I have in the console:
ERROR [2008-03-16 14:48:52Z]: PIDB file '/home/tibaer/.config/MonoDevelop/CodeCompletionData/System_2.0.0.0_b77a5c561934e089.pidb' could not be loaded: 'Value -8589959333669626438 is outside the valid range [0,3155378975999999999].
Parameter name: ticks'. The file will be recreated.
ERROR [2008-03-16 14:48:52Z]: PIDB file '/home/tibaer/.config/MonoDevelop/CodeCompletionData/System.Configuration_2.0.0.0_b03f5f7f11d50a3a.pidb' could not be loaded: 'Value -8589959333764750938 is outside the valid range [0,3155378975999999999].
Parameter name: ticks'. The file will be recreated.
Can this be related to my problem ?? It seems that pidb files for completion cannot be loaded...
Does anybody know if I can solve my problem ??
Thanks.
Thierry
More information about the Monodevelop-list
mailing list