[MonoDevelop] Error when opening New Project;

Lluis Sanchez lluis at ximian.com
Thu Feb 23 08:26:16 EST 2006


I can't help much then. It may be a problem with mono. With yesterday's
mono SVN I had some weird crashes in MD. I updated just now and
everything seems to be working again.

El jue, 23-02-2006 a las 14:08 +0100, Hubert FONGARNAND escribió:
> I don't know exactly if the problem appears when I've updated mono or
> monodevelop (i update both every morning!)
> My version of mono : 1.1.13 (svn)
> 
> Le jeudi 23 février 2006 à 14:02 +0100, Lluis Sanchez a écrit :
> 
> > You said this started happening after updating MonoDevelop. Does it work
> > if you go back to the previous revision? Which Mono version are you
> > using?
> > 
> > El jue, 23-02-2006 a las 09:48 +0100, Hubert FONGARNAND escribió:
> > > Le mercredi 22 février 2006 à 16:28 +0100, Lluis Sanchez a écrit : 
> > > > Don't you see any error message in the console?
> > > 
> > > No i don't see anything in the Console, the message  appears in a
> > > dialog box :
> > > 
> > > (i'm using the last mono from svn, and gtk# 2.8) 
> > > > 
> > > > El mié, 22-02-2006 a las 13:52 +0100, Hubert FONGARNAND escribió:
> > > > > Thank you for your answer but... :
> > > > > 
> > > > > I've removed my monodevelop directory 
> > > > > :
> > > > > rm monodevelop -rf 
> > > > > :
> > > > > Retrieved the last svn version of monodevelop :
> > > > > :
> > > > > svn co svn://svn.myrealbox.com/source/trunk/monodevelop 
> > > > > :
> > > > > ./autogen.sh
> > > > > make
> > > > > make run
> > > > > 
> > > > > 
> > > > > and the problem is still here...
> > > > > 
> > > > > 
> > > > > Le mercredi 22 février 2006 à 11:52 +0100, Lluis Sanchez a écrit : 
> > > > > > Looks like Glade is not properly bindind that dialog. Maybe you have a
> > > > > > conflict in the Base.glade file?
> > > > > > 
> > > > > > El mié, 22-02-2006 a las 09:25 +0100, Hubert FONGARNAND escribió:
> > > > > > > The same stack trace with line numbers :
> > > > > > > 
> > > > > > > Exception occurred: Object reference not set to an instance of an
> > > > > > > object
> > > > > > > 
> > > > > > > System.NullReferenceException: Object reference not set to an instance
> > > > > > > of an object
> > > > > > > in [0x000ad]
> > > > > > > (at /home/hubert/mono/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs:434) MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog:InitializeComponents ()
> > > > > > > in [0x00097]
> > > > > > > (at /home/hubert/mono/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs:184) MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog:InitializeTemplates ()
> > > > > > > in [0x0009e]
> > > > > > > (at /home/hubert/mono/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs:74) MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog:.ctor (Boolean openCombine, Boolean newCombine, System.String basePath)
> > > > > > > in [0x00003]
> > > > > > > (at /home/hubert/mono/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Commands/FileCommands.cs:53) MonoDevelop.Ide.Commands.NewProjectHandler:Run ()
> > > > > > > in [0x00001]
> > > > > > > (at /home/hubert/mono/monodevelop/Core/src/MonoDevelop.Components/MonoDevelop.Components.Commands/CommandHandler.cs:42) MonoDevelop.Components.Commands.CommandHandler:Run (System.Object dataItem)
> > > > > > > in [0x00037]
> > > > > > > (at /home/hubert/mono/monodevelop/Core/src/MonoDevelop.Components/MonoDevelop.Components.Commands/ActionCommand.cs:86) MonoDevelop.Components.Commands.ActionCommand:DispatchCommand (System.Object dataItem)
> > > > > > > in [0x00145]
> > > > > > > (at /home/hubert/mono/monodevelop/Core/src/MonoDevelop.Components/MonoDevelop.Components.Commands/CommandManager.cs:263) MonoDevelop.Components.Commands.CommandManager:DispatchCommand (System.Object commandId, System.Object dataItem)
> > > > > > > 
> > > > > > > 
> > > > > > > Le mardi 21 février 2006 à 12:21 +0100, Hubert FONGARNAND a écrit :
> > > > > > > > I've updated my monodevelop and now I can't open a new project : I
> > > > > > > > get this error!
> > > > > > > > 
> > > > > > > > Exception occurred: Object reference not set to an instance of an
> > > > > > > > object
> > > > > > > > 
> > > > > > > > System.NullReferenceException: Object reference not set to an
> > > > > > > > instance of an object
> > > > > > > > in <0x00181>
> > > > > > > > MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog:InitializeComponents ()
> > > > > > > > in <0x001dc>
> > > > > > > > MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog:InitializeTemplates ()
> > > > > > > > in <0x0012c> MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog:.ctor
> > > > > > > > (Boolean openCombine, Boolean newCombine, System.String basePath)
> > > > > > > > in <0x0001f> MonoDevelop.Ide.Commands.NewProjectHandler:Run ()
> > > > > > > > in <0x0000b> MonoDevelop.Components.Commands.CommandHandler:Run
> > > > > > > > (System.Object dataItem)
> > > > > > > > in <0x00056>
> > > > > > > > MonoDevelop.Components.Commands.ActionCommand:DispatchCommand
> > > > > > > > (System.Object dataItem)
> > > > > > > > in <0x00354>
> > > > > > > > MonoDevelop.Components.Commands.CommandManager:DispatchCommand
> > > > > > > > (System.Object commandId, System.Object dataItem)
> > > > > > > > 
> > > > > > > > What's the problem ?
> > > > > > > > thanks! _______________________________________________
> > > > > > > > Ce message et les ventuels documents joints peuvent contenir des
> > > > > > > > informations confidentielles.
> > > > > > > > Au cas o‱ il ne vous serait pas destin, nous vous remercions de bien
> > > > > > > > vouloir le supprimer et en aviser imm扡diatement l'expditeur. Toute
> > > > > > > > utilisation de ce message non conforme 桰 sa destination, toute
> > > > > > > > diffusion ou publication, totale ou partielle et quel qu'en soit le
> > > > > > > > moyen est formellement interdite.
> > > > > > > > Les communications sur internet n'tant pas s敤curises, l'int捲grit
> > > > > > > > de ce message n'est pas assur敤e et la socit晳 mettrice ne peut 極
> > > > > > > > tre tenue pour responsable de son contenu.  
> > > > > > > > _______________________________________________
> > > > > > > > Monodevelop-list mailing list
> > > > > > > > Monodevelop-list at lists.ximian.com
> > > > > > > > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> > > > > > > _______________________________________________
> > > > > > > Ce message et les ventuels documents joints peuvent contenir des
> > > > > > > informations confidentielles.
> > > > > > > Au cas o il ne vous serait pas destin, nous vous remercions de bien
> > > > > > > vouloir le supprimer et en aviser immdiatement l'expditeur. Toute
> > > > > > > utilisation de ce message non conforme sa destination, toute diffusion
> > > > > > > ou publication, totale ou partielle et quel qu'en soit le moyen est
> > > > > > > formellement interdite.
> > > > > > > Les communications sur internet n'tant pas scurises, l'intgrit de ce
> > > > > > > message n'est pas assure et la socit mettrice ne peut tre tenue pour
> > > > > > > responsable de son contenu. 
> > > > > > > _______________________________________________
> > > > > > > Monodevelop-list mailing list
> > > > > > > Monodevelop-list at lists.ximian.com
> > > > > > > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> > > > > _______________________________________________
> > > > > Ce message et les ventuels documents joints peuvent contenir des
> > > > > informations confidentielles.
> > > > > Au cas o il ne vous serait pas destin, nous vous remercions de bien
> > > > > vouloir le supprimer et en aviser immdiatement l'expditeur. Toute
> > > > > utilisation de ce message non conforme sa destination, toute diffusion
> > > > > ou publication, totale ou partielle et quel qu'en soit le moyen est
> > > > > formellement interdite.
> > > > > Les communications sur internet n'tant pas scurises, l'intgrit de ce
> > > > > message n'est pas assure et la socit mettrice ne peut tre tenue pour
> > > > > responsable de son contenu. 
> > > > > _______________________________________________
> > > > > Monodevelop-list mailing list
> > > > > Monodevelop-list at lists.ximian.com
> > > > > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> > > _______________________________________________
> > > Ce message et les ventuels documents joints peuvent contenir des
> > > informations confidentielles.
> > > Au cas o il ne vous serait pas destin, nous vous remercions de bien
> > > vouloir le supprimer et en aviser immdiatement l'expditeur. Toute
> > > utilisation de ce message non conforme sa destination, toute diffusion
> > > ou publication, totale ou partielle et quel qu'en soit le moyen est
> > > formellement interdite.
> > > Les communications sur internet n'tant pas scurises, l'intgrit de ce
> > > message n'est pas assure et la socit mettrice ne peut tre tenue pour
> > > responsable de son contenu. 
> > > _______________________________________________
> > > Monodevelop-list mailing list
> > > Monodevelop-list at lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> _______________________________________________
> Ce message et les ventuels documents joints peuvent contenir des
> informations confidentielles.
> Au cas o il ne vous serait pas destin, nous vous remercions de bien
> vouloir le supprimer et en aviser immdiatement l'expditeur. Toute
> utilisation de ce message non conforme sa destination, toute diffusion
> ou publication, totale ou partielle et quel qu'en soit le moyen est
> formellement interdite.
> Les communications sur internet n'tant pas scurises, l'intgrit de ce
> message n'est pas assure et la socit mettrice ne peut tre tenue pour
> responsable de son contenu.



More information about the Monodevelop-list mailing list