[MonoDevelop] Issue List (evaluating for commercial use)

John Luke john.luke at gmail.com
Wed Jul 20 14:25:38 EDT 2005


Hello,
First of all, thanks for taking the time to give us some well thought 
out feedback.  More comments inline.

Patrick Barry wrote:

> Hi guys
>
> I am having a go at using MD for a commercial application based on a 
> SQLServer 2000 database.

> My MD is from cvs a couple of days ago.
>
> A couple of issues so far.
>
> The autocompletion seem a bit random - quite often when I hit the full 
> stop the dropdown list does not appear
>
Can you give a more specific example? Sometimes this is as simple as 
adding a reference to the correct assembly (like System and System.Xml) 
to get it to work.

> I check the "load previous solution on startup" check box but this 
> causes MD to lockup I have to delete the ~/.config/Monodevelop 
> directory to get MD to go again. I have repeated this a number of times.
> The stack trace is shown below.

That looks like a bug in loading the old project format.

>
> It has happened quite a lot that MD thinks files have changed outside 
> MD when I try to save them and I find myself compling files that are 
> different to that on screen. I put in a deliberate error save all and 
> then complie and it compiles OK when it should not.
>
I haven't tried to reproduce this yet, but it would be great if these 
could get put in bugzilla as seperate bugs. 1 for not noticing updated 
files, and 1 for not catching the error.

> But my biggest issues is probably to do with System.Data rather than 
> MD I am executing a Sqlserver query 8 times while looping through a 
> data reader but it just hangs on the third loop. (The 8 sets of data 
> passed to the sp run ok when run through aqua studio) I have been at 
> this for two weeks now and it is starting to look like a stopper. I 
> have tried to get some useful information from Log4Net but nothing. If 
> anybody has any suggestions as to how I could debug this situation I 
> appreciate it.
> The same code works OK on my win2000 partation.
>
This should be reported to mono-list or preferably filed into the mono 
portion of bugzilla.
(http://bugzilla.ximian.com)

>
>
> ll /home/patrickb/spcbm/SpectrumCBM.prjx
> -rwxrwx---  1 root everybody 65700 2005-06-27 13:57 
> /home/patrickb/spcbm/SpectrumCBM.prjx
> patrickb is a member of the everybody group (win32 partation)
>
> monodevelop
> node `monohb' is not defined on the documentation map
> 2005-07-20 15:48:35,817 [1076019872] INFO  
> MonoDevelop.Services.ILoggingService [(null)] - Reading 
> /home/patrickb/.config/MonoDevelop/CodeCompletionData/mscorlib_1.0.5000.0_b77a5c561934e089.pidb 
>
> 2005-07-20 15:48:35,903 [1076019872] INFO  
> MonoDevelop.Services.ILoggingService [(null)] - WARNING Could not find 
> stock gtk-stop
> 2005-07-20 15:48:35,907 [1076019872] INFO  
> MonoDevelop.Services.ILoggingService [(null)] - WARNING Could not find 
> stock Icons.16x16.FindPrevIcon
> 2005-07-20 15:48:35,949 [1076019872] INFO  
> MonoDevelop.Services.ILoggingService [(null)] - Creating DefaultWorkbench
> 2005-07-20 15:48:37,362 [1076019872] INFO  
> MonoDevelop.Services.ILoggingService [(null)] - WARNING Could not find 
> stock gtk-open
> 2005-07-20 15:48:37,970 [1119620016] INFO  
> MonoDevelop.Services.ILoggingService [(null)] - 
> System.IO.FileNotFoundException: File not found. : 
> /home/patrickb/spcbm/.\SpectrumCBM.prjx
> in <0x001d6> System.IO.StreamReader:.ctor (System.String path, 
> System.Text.Encoding encoding, Boolean detect_encoding_from_bytemarks, 
> Int32 buffer_size)
> in <0x00026> System.IO.StreamReader:.ctor (System.String path)
> in (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor 
> (string)
> in <0x00054> MonoDevelop.Internal.Project.PrjxFileFormat:ReadFile 
> (System.String fileName, IProgressMonitor monitor)
> in <0x00041> MonoDevelop.Services.ProjectService:ReadFile 
> (System.String file, IProgressMonitor monitor)
> in <0x0014b> MonoDevelop.Internal.Project.CombineReaderV1:ReadChild 
> (System.Xml.XmlReader reader, 
> MonoDevelop.Internal.Serialization.DataItem parent)
> in <0x00149> 
> MonoDevelop.Internal.Serialization.XmlConfigurationReader:Read 
> (System.Xml.XmlReader reader)
> in <0x00030> MonoDevelop.Internal.Project.CombineReaderV1:ReadCombine 
> (System.Xml.XmlReader reader)
> in <0x001a4> MonoDevelop.Internal.Project.CmbxFileFormat:ReadFile 
> (System.String file, IProgressMonitor monitor)
> in <0x00041> MonoDevelop.Services.ProjectService:ReadFile 
> (System.String file, IProgressMonitor monitor)
> in <0x0024c> MonoDevelop.Services.ProjectService:backgroundLoadCombine 
> (System.Object arg)
>
> (MonoDevelop:6863): GLib-GObject-WARNING **: gsignal.c:1791: instance 
> `0x92fc628' has no handler with id `1861'
>
> (MonoDevelop:6863): GLib-GObject-WARNING **: gsignal.c:1791: instance 
> `0x92fc628' has no handler with id `1862'
>
> (MonoDevelop:6863): GLib-GObject-WARNING **: gsignal.c:1791: instance 
> `0x92fc628' has no handler with id `1863'
>
> (MonoDevelop:6863): GLib-GObject-WARNING **: gsignal.c:1791: instance 
> `0x92fc628' has no handler with id `1864'
> 2005-07-20 15:48:42,768 [1076019872] INFO  
> MonoDevelop.Services.ILoggingService [(null)] - WARNING Could not find 
> stock gtk-dialog-error




More information about the Monodevelop-list mailing list