[MonoDevelop] Monodevelop-list Digest, Vol 64, Issue 32

Balázsi Györgyné rambo.1914 at hotmail.com
Fri Aug 27 09:52:16 EDT 2010


Amugy teljesen normalisnak erzitek magatokat?Fordito nelkul ennyi hulyeseget!!!Rakattintok a rohadekra,hogy letoltom,erre uj oldalt nyit es igy tovabb,sem,mit nem toltok le,nem ertek csak nezem a rakas szart!!!!Az Isten adja hogy egyszer gyertek Magyarorszagra!!!!

> From: monodevelop-list-request at lists.ximian.com
> Subject: Monodevelop-list Digest, Vol 64, Issue 32
> To: monodevelop-list at lists.ximian.com
> Date: Thu, 26 Aug 2010 11:22:21 -0400
> 
> Send Monodevelop-list mailing list submissions to
> 	monodevelop-list at lists.ximian.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.ximian.com/mailman/listinfo/monodevelop-list
> or, via email, send a message with subject or body 'help' to
> 	monodevelop-list-request at lists.ximian.com
> 
> You can reach the person managing the list at
> 	monodevelop-list-owner at lists.ximian.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Monodevelop-list digest..."
> 
> 
> Today's Topics:
> 
>    1. Monodevelop hanging on breakpoint (mh)
>    2. Re: Portable Monodevelop/Mono Distribution (Levi Bard)
>    3. Re: Portable Monodevelop/Mono Distribution (anidotnet)
>    4. Re: Trouble importing Visual Studio SLN (Devin Venable)
>    5. Re: Trouble importing Visual Studio SLN (Michael Hutchinson)
>    6. Re: Monodevelop hanging on breakpoint (Michael Hutchinson)
>    7. Re: Portable Monodevelop/Mono Distribution (Michael Hutchinson)
>    8. Re: Trouble importing Visual Studio SLN (Bojan Rajkovic)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Mon, 23 Aug 2010 12:50:10 -0700 (PDT)
> From: mh <hayesm2 at gmail.com>
> Subject: [MonoDevelop] Monodevelop hanging on breakpoint
> To: monodevelop-list at lists.ximian.com
> Message-ID: <1282593010054-2335718.post at n4.nabble.com>
> Content-Type: text/plain; charset=us-ascii
> 
> 
> Hi,
> 
> I have problem where if I set a breakpoint in my console app a spinning
> cursor icon occurs in response to monodevelop and the IDE appears hung upon
> hitting the breakpoint.  This is the case even if the breakpoint is set on
> the very first line of the application.
> 
> If I clear all breakpoints and then run the app from within monodevelop the
> app runs successfully to completion and the IDE does not hang.   I have
> insured that there are no stale components and that all my objects are being
> rebuilt before execution.
> 
> I would appreciate pointers on what to do to resolve this.
> 
> Thanks  
> 
> 
> -- 
> View this message in context: http://mono.1490590.n4.nabble.com/Monodevelop-hanging-on-breakpoint-tp2335718p2335718.html
> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Thu, 26 Aug 2010 13:15:57 +0200
> From: Levi Bard <taktaktaktaktaktaktaktaktaktak at gmail.com>
> Subject: Re: [MonoDevelop] Portable Monodevelop/Mono Distribution
> To: Michael Hutchinson <m.j.hutchinson at gmail.com>
> Cc: monodevelop-list <monodevelop-list at lists.ximian.com>
> Message-ID:
> 	<AANLkTi=YPV6qDay2fhaw1mSP+HgyzuGMcQomvKoaDgKp at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> > MonoDevelop doesn't really need much in the way of installation. If
> > you lift the "MonoDevelop" folder from Program Files, it should work
> > on any machine with .NET.
> 
> In this case, you also need to bundle gtk+ and gtk#.
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Thu, 26 Aug 2010 05:50:50 -0700 (PDT)
> From: anidotnet <anidotnet at gmail.com>
> Subject: Re: [MonoDevelop] Portable Monodevelop/Mono Distribution
> To: monodevelop-list at lists.ximian.com
> Message-ID: <1282827050642-2339705.post at n4.nabble.com>
> Content-Type: text/plain; charset=us-ascii
> 
> 
> There are some clarifiactions I need to start with
> 
> 1. I saw several batch scripts in the mono installation directory use
> absolute path (e.g. gmcs.bat), so lifting the mono dirctory from Program
> Files won't be of much help. How would I tackle this?
> 2. Monodevelop needs gtk+ and gtk#, so to make it portable where should I
> place all the gtk related dll w.r.t Monodevelop executable path?
> 3. Where I can find the list of all the env variables required to set during
> Mono and Monodevelop installation?
> 
> Regards,
> 
> Anindya Chatterjee
> http://abstractclass.org
> -- 
> View this message in context: http://mono.1490590.n4.nabble.com/Portable-Monodevelop-Mono-Distribution-tp2333717p2339705.html
> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
> 
> 
> ------------------------------
> 
> Message: 4
> Date: Thu, 26 Aug 2010 09:00:21 -0500
> From: Devin Venable <venable.devin at gmail.com>
> Subject: Re: [MonoDevelop] Trouble importing Visual Studio SLN
> To: Michael Hutchinson <m.j.hutchinson at gmail.com>
> Cc: monodevelop-list at lists.ximian.com
> Message-ID:
> 	<AANLkTi=J=WczcBgk+H1G-nDjoU1ezHZ2QzG9Nh_i41cv at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> I'm now clear on the differences.  Since I don't have a Windows environment
> or Visual Studio, my approach is to create a new "web application" project,
> find and add each of the existing files, and then add the project
> references.  This seems to be working, but I can't find all of the needed
> assemblies.
> 
> I need Oracle.DataAccess.  BTW, I'm developing on Ubuntu and I've already
> installed via apt and added references for these:
> 
> libmono-oracle1.0-cil - Mono Oracle library (for CLI 1.0)
> libmono-oracle2.0-cil - Mono Oracle library (for CLI 2.0)
> 
> I've googled for this and it's unclear to me whether or not I'll be able to
> download a driver from Oracle that will work under mono on Linux.  Some
> people suggest using a 3rd party driver.  What is the recommendation?  I
> need to not touch the code for the sake of the Windows developers, so I need
> a solution that includes the assembly by the name Oracle.DataAccess.
> 
> 
> 
> 
> On Wed, Aug 25, 2010 at 5:23 PM, Michael Hutchinson <
> m.j.hutchinson at gmail.com> wrote:
> 
> > On Wed, Aug 25, 2010 at 3:49 PM, Devin Venable <venable.devin at gmail.com>
> > wrote:
> > > I need to do some maintenance work on an in-house ASP.NET app.  I'm on
> > Linux
> > > and have no desire to switch OS's just to do the work, so I'm trying out
> > > monodevelop.
> > > We have a big sln file that includes subfolders, each with .csproj files.
> > >  There are also web application folders that do not have .csproj files,
> > but
> > > they contain .aspx and .aspx.cs files.
> > > I can't import the SLN because of errors like these:
> > > "/home/me/Projects/Proj/Proj.sln: Unsupported or unrecognized
> > > project:'/home/me/Projects/Proj/webproj"
> > > I can manually remove the problem projects from the SLN file with a text
> > > editor, but what's the proper way to get them re-added to the project
> > under
> > > MonoDevelop?  I'm looking for an option similiar to "create project from
> > > existing sources" in NetBeans or Eclipse.  Something like that here?  Can
> > I
> > > get a quick tutorial? I can't find documentation for this.
> > > Next, is there a MONO tool that is designed to help me fix differences
> > from
> > > the VisualStudio environment?
> > > For example, here is a snippet from the SLN that is blowing up.
> >  Obviously
> > > the C: thing will cause problems, but I'm not sure what else would need
> > to
> > > change.
> >
> > Visual Studio has two project models for ASP.NET -  "Web sites", which
> > have no project file, and "Web applications", which do. There are
> > plenty of pages on the net which explain the difference between the
> > two models. MonoDevelop only supports "web applications", but VS does
> > have tools to convert from "web sites" to "web applications" mostly
> > automatically.
> >
> > --
> > Michael Hutchinson
> > http://mjhutchinson.com
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20100826/4cf1fabb/attachment-0001.html 
> 
> ------------------------------
> 
> Message: 5
> Date: Thu, 26 Aug 2010 10:57:25 -0400
> From: Michael Hutchinson <m.j.hutchinson at gmail.com>
> Subject: Re: [MonoDevelop] Trouble importing Visual Studio SLN
> To: Devin Venable <venable.devin at gmail.com>
> Cc: monodevelop-list <monodevelop-list at lists.ximian.com>
> Message-ID:
> 	<AANLkTinVc6cLebVz=1U7EExJi+3Pei_Y=0+D9wPEr_s5 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> On Thu, Aug 26, 2010 at 10:00 AM, Devin Venable <venable.devin at gmail.com> wrote:
> > I'm now clear on the differences. ?Since I don't have a Windows environment
> > or Visual Studio, my approach is to create a new "web application" project,
> > find and add each of the existing files, and then add the project
> > references. ?This seems to be working, but I can't find all of the needed
> > assemblies.
> > I need Oracle.DataAccess. ?BTW, I'm developing on Ubuntu and I've already
> > installed via apt and added references for these:
> > libmono-oracle1.0-cil - Mono Oracle library (for CLI 1.0)
> > libmono-oracle2.0-cil - Mono Oracle library (for CLI 2.0)
> > I've googled for this and it's unclear to me whether or not I'll be able to
> > download a driver from Oracle that will work under mono on Linux. ?Some
> > people suggest using a 3rd party driver. ?What is the recommendation? ?I
> > need to not touch the code for the sake of the Windows developers, so I need
> > a solution that includes the assembly by the name Oracle.DataAccess.
> 
> AFAICT, Oracle.DataAccess is the Oracle-provided assembly. I have no
> idea if it works under Linux or not - you should try scanning it with
> MoMA. Mono does include an implementation of System.Data.OracleClient
> (see http://www.mono-project.com/Oracle) but it seems to be deprecated
> -http://msdn.microsoft.com/en-us/library/77d8yct7.aspx.
> 
> -- 
> Michael Hutchinson
> http://mjhutchinson.com
> 
> 
> ------------------------------
> 
> Message: 6
> Date: Thu, 26 Aug 2010 10:59:37 -0400
> From: Michael Hutchinson <m.j.hutchinson at gmail.com>
> Subject: Re: [MonoDevelop] Monodevelop hanging on breakpoint
> To: mh <hayesm2 at gmail.com>
> Cc: monodevelop-list <monodevelop-list at lists.ximian.com>
> Message-ID:
> 	<AANLkTi=8VpGKuCALA95i0J5Tzu6hn=Tw5ms6fhYJsFrB at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> On Mon, Aug 23, 2010 at 3:50 PM, mh <hayesm2 at gmail.com> wrote:
> >
> > Hi,
> >
> > I have problem where if I set a breakpoint in my console app a spinning
> > cursor icon occurs in response to monodevelop and the IDE appears hung upon
> > hitting the breakpoint. ?This is the case even if the breakpoint is set on
> > the very first line of the application.
> >
> > If I clear all breakpoints and then run the app from within monodevelop the
> > app runs successfully to completion and the IDE does not hang. ? I have
> > insured that there are no stale components and that all my objects are being
> > rebuilt before execution.
> >
> > I would appreciate pointers on what to do to resolve this.
> 
> Please obtain stack traces of the hung process and file a bug report:
> http://monodevelop.com/Developers/Reporting_Bugs#Debugging_Hangs_on_Mac_and_Linux
> 
> BTW, it's harder to help without information about your OS and the MD
> & Mono versions...
> 
> -- 
> Michael Hutchinson
> http://mjhutchinson.com
> 
> 
> ------------------------------
> 
> Message: 7
> Date: Thu, 26 Aug 2010 11:10:34 -0400
> From: Michael Hutchinson <m.j.hutchinson at gmail.com>
> Subject: Re: [MonoDevelop] Portable Monodevelop/Mono Distribution
> To: anidotnet <anidotnet at gmail.com>
> Cc: monodevelop-list <monodevelop-list at lists.ximian.com>
> Message-ID:
> 	<AANLkTimdvEaJGdDEhsgbGScdfcmiPr++XVtmjVCaQJZ7 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> On Thu, Aug 26, 2010 at 8:50 AM, anidotnet <anidotnet at gmail.com> wrote:
> >
> > There are some clarifiactions I need to start with
> >
> > 1. I saw several batch scripts in the mono installation directory use
> > absolute path (e.g. gmcs.bat), so lifting the mono dirctory from Program
> > Files won't be of much help. How would I tackle this?
> 
> Alter the batch scripts to use "%~p0" - the script's directory. It
> might be worth submitting a patch to Mono for this.
> 
> > 2. Monodevelop needs gtk+ and gtk#, so to make it portable where should I
> > place all the gtk related dll w.r.t Monodevelop executable path?
> 
> The GTK# dlls need to be findable by the .NET rules for resolving
> dlls. I would suggest using a configuration file to add a custom
> directory to the probing paths, to keep them isolated. More info here:
> http://bartdesmet.net/blogs/bart/archive/2006/10/23/Assembly-probing_2C00_-Fusion-and-fuslogvw-in-5-minutes.aspx.
> AFAIK GTK dlls need to be in the same directory as the GTK# dlls, or
> in a directory in PATH.
> 
> If MD is running with Mono, Mono includes GTK#+GTK.
> 
> > 3. Where I can find the list of all the env variables required to set during
> > Mono and Monodevelop installation?
> 
> There isn't one. There aren't any *required* AFAIK - but you may need
> to set some to resolve issues you run into.
> 
> -- 
> Michael Hutchinson
> http://mjhutchinson.com
> 
> 
> ------------------------------
> 
> Message: 8
> Date: Thu, 26 Aug 2010 11:21:57 -0400
> From: "Bojan Rajkovic" <severedcross at gmail.com>
> Subject: Re: [MonoDevelop] Trouble importing Visual Studio SLN
> To: "'monodevelop-list'" <monodevelop-list at lists.ximian.com>
> Message-ID: <003f01cb4532$6cecf120$46c6d360$@gmail.com>
> Content-Type: text/plain;	charset="iso-8859-1"
> 
> > -----Original Message-----
> > From: monodevelop-list-bounces at lists.ximian.com [mailto:monodevelop-
> > list-bounces at lists.ximian.com] On Behalf Of Michael Hutchinson
> > Sent: Thursday, August 26, 2010 10:57 AM
> > To: Devin Venable
> > Cc: monodevelop-list
> > Subject: Re: [MonoDevelop] Trouble importing Visual Studio SLN
> > 
> > On Thu, Aug 26, 2010 at 10:00 AM, Devin Venable
> > <venable.devin at gmail.com> wrote:
> > > I'm now clear on the differences. ?Since I don't have a Windows
> > > environment or Visual Studio, my approach is to create a new "web
> > > application" project, find and add each of the existing files, and
> > > then add the project references. ?This seems to be working, but I
> > > can't find all of the needed assemblies.
> > > I need Oracle.DataAccess. ?BTW, I'm developing on Ubuntu and I've
> > > already installed via apt and added references for these:
> > > libmono-oracle1.0-cil - Mono Oracle library (for CLI 1.0)
> > > libmono-oracle2.0-cil - Mono Oracle library (for CLI 2.0) I've googled
> > > for this and it's unclear to me whether or not I'll be able to
> > > download a driver from Oracle that will work under mono on Linux.
> > > Some people suggest using a 3rd party driver. ?What is the
> > > recommendation? ?I need to not touch the code for the sake of the
> > > Windows developers, so I need a solution that includes the assembly by
> > the name Oracle.DataAccess.
> > 
> > AFAICT, Oracle.DataAccess is the Oracle-provided assembly. I have no idea
> if
> > it works under Linux or not - you should try scanning it with MoMA. Mono
> > does include an implementation of System.Data.OracleClient (see
> > http://www.mono-project.com/Oracle) but it seems to be deprecated -
> > http://msdn.microsoft.com/en-us/library/77d8yct7.aspx.
> > 
> > --
> > Michael Hutchinson
> > http://mjhutchinson.com
> 
> Oracle.DataAccess does not work on Linux--it relies on P/Invokes to
> Windows-specific Oracle libraries.
> 
> --Bojan
> 
> 
> 
> ------------------------------
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
> 
> 
> End of Monodevelop-list Digest, Vol 64, Issue 32
> ************************************************
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20100827/629df0a7/attachment-0001.html 


More information about the Monodevelop-list mailing list