[MonoDevelop] Can't keep monodevelop running

Neil Munro neilmunro at gmail.com
Tue Nov 27 03:36:22 EST 2007


This problem persists after a reboot, I think it isn't saving that there are
classes attached to the project, how do I go about proving this so it's good
enough for a bug report?

On Nov 26, 2007 8:23 PM, Neil Munro <neilmunro at gmail.com> wrote:

> Yes I did add the file to the project, I even copied the contents of the
> file into a temporary text file and deleted the origanal from the project
> and added a new class it does not seem to have worked, both classes are both
> in the same namespace. So if that's what to look for I am somewhat relieved
> it's not anything I have done.
>
> However upon trying this a second time, just to make sure, the class was
> detected, this was somewhat strange it not working once then working a
> second time.
>
> If anyone thinks it's worth reporting as a bug I shall, if someone tells
> me where to go/what to do.
>
>
>
> On Nov 26, 2007 8:08 PM, Marcos Marín <marcosmarin at gmail.com> wrote:
>
> > Did you add the file with the other class to the project? also, if they
> > are in different namespaces you might need to use the second class' fully
> > qualified name (ie. System.Console) or include a using clause at the
> > beggining of the main class' file (ie using System;).
> >
> > Thats all I can think of that could cause this, if it is not please file
> > a bug report with a full test case.
> >
> > On Nov 26, 2007 1:35 PM, Neil Munro < neilmunro at gmail.com> wrote:
> >
> > > Ok the instructions sent to me have gotten monodevelop working,
> > > however there is one issue I am encountering, the project I was working with
> > > had a class in a separate file which manipulated data outside of the
> > > mainclass but now monodevelop refuses to compile the program claiming I
> > > ain't included the namespace for this class, it worked previously, why does
> > > it not work now?
> > >
> > > I currently have created a work around where I simply placed the
> > > contents of the other class inside the main class, not an ideal solution but
> > > it allows me to continue my work for now, though I would prefer to separate
> > > the files again.
> > >
> > > _______________________________________________
> > > Monodevelop-list mailing list
> > > Monodevelop-list at lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> > >
> > >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20071127/c2918284/attachment.html 


More information about the Monodevelop-list mailing list