Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Thoughts on Mono?

Thoughts on Mono?

Scheduled Pinned Locked Moved The Lounge
csharpasp-netvisual-studiolinux
30 Posts 18 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C CARPETBURNER

    Now Mono 1.0 has been released, whats everyones Thoughts on Mono?? In the brief time I have been playing with it I have got it to run 2 Visual Studio 2003 compiled VB.NET Console applications. Havnt tried ASP.Net yet. It had problems running the WinForm's Application I wrote mind you. Next thing to try is the Console App's on Linux :-) It does also mean, that any products I write in Visual Studio on a Windows box will (can) be cross-platform. Anyone know of any linux Web Hosts that are looking to implement Mono? If this takes off it could lead to very cheap "Microsoft .Net Compatiable" Hosting.. John Crocker

    H Offline
    H Offline
    Heath Stewart
    wrote on last edited by
    #3

    Personally, I think it's great; it allows me to catch-up on sleep.

    Microsoft MVP, Visual C# My Articles

    L J J 3 Replies Last reply
    0
    • C CARPETBURNER

      Now Mono 1.0 has been released, whats everyones Thoughts on Mono?? In the brief time I have been playing with it I have got it to run 2 Visual Studio 2003 compiled VB.NET Console applications. Havnt tried ASP.Net yet. It had problems running the WinForm's Application I wrote mind you. Next thing to try is the Console App's on Linux :-) It does also mean, that any products I write in Visual Studio on a Windows box will (can) be cross-platform. Anyone know of any linux Web Hosts that are looking to implement Mono? If this takes off it could lead to very cheap "Microsoft .Net Compatiable" Hosting.. John Crocker

      N Offline
      N Offline
      Nemanja Trifunovic
      wrote on last edited by
      #4

      John Crocker wrote: It does also mean, that any products I write in Visual Studio on a Windows box will (can) be cross-platform. No, it doesn't. If you use for instance PInvoke, it won't run on Mono. I am pleasantly surprised they made 1.0. However, I still think it is too risky to use Mono for production code. Heck, I avoid even Microsoft .NET for critical pieces of code - I stick with ISO C++ for that. Maybe in 5 years, though...

      D L T M 4 Replies Last reply
      0
      • C CARPETBURNER

        Now Mono 1.0 has been released, whats everyones Thoughts on Mono?? In the brief time I have been playing with it I have got it to run 2 Visual Studio 2003 compiled VB.NET Console applications. Havnt tried ASP.Net yet. It had problems running the WinForm's Application I wrote mind you. Next thing to try is the Console App's on Linux :-) It does also mean, that any products I write in Visual Studio on a Windows box will (can) be cross-platform. Anyone know of any linux Web Hosts that are looking to implement Mono? If this takes off it could lead to very cheap "Microsoft .Net Compatiable" Hosting.. John Crocker

        N Offline
        N Offline
        Navin
        wrote on last edited by
        #5

        I would try to avoid kissing anyone with mono. I hear it's real contageous. "Fish and guests stink in three days." - Benjamin Franlkin

        1 Reply Last reply
        0
        • N Nemanja Trifunovic

          John Crocker wrote: It does also mean, that any products I write in Visual Studio on a Windows box will (can) be cross-platform. No, it doesn't. If you use for instance PInvoke, it won't run on Mono. I am pleasantly surprised they made 1.0. However, I still think it is too risky to use Mono for production code. Heck, I avoid even Microsoft .NET for critical pieces of code - I stick with ISO C++ for that. Maybe in 5 years, though...

          D Offline
          D Offline
          David Stone
          wrote on last edited by
          #6

          any products I write in Visual Studio on a Windows box will (can) be cross-platform. I think that's why he inserted the "(can)" in there. :)


          When I can talk about 64 bit processors and attract girls with my computer not my car, I'll come out of the closet. Until that time...I'm like "What's the ENTER key?" -Hockey on being a geek

          1 Reply Last reply
          0
          • H Heath Stewart

            Personally, I think it's great; it allows me to catch-up on sleep.

            Microsoft MVP, Visual C# My Articles

            L Offline
            L Offline
            l a u r e n
            wrote on last edited by
            #7

            ?


            "there is no spoon"
            biz stuff about me

            S 1 Reply Last reply
            0
            • C CARPETBURNER

              Now Mono 1.0 has been released, whats everyones Thoughts on Mono?? In the brief time I have been playing with it I have got it to run 2 Visual Studio 2003 compiled VB.NET Console applications. Havnt tried ASP.Net yet. It had problems running the WinForm's Application I wrote mind you. Next thing to try is the Console App's on Linux :-) It does also mean, that any products I write in Visual Studio on a Windows box will (can) be cross-platform. Anyone know of any linux Web Hosts that are looking to implement Mono? If this takes off it could lead to very cheap "Microsoft .Net Compatiable" Hosting.. John Crocker

              J Offline
              J Offline
              Joel Holdsworth
              wrote on last edited by
              #8

              I've been trying it out: specifically ASP.Net coupled to apache with mod_mono. I can get the xsp server to work as a standalone correctly, and Apache works fine[^]. But I'm having problems with mod-mono: Try going to http://airwebreathe.homeip.net/demo/[^]. It's wierd because the mod_mono module seems to be working just fine; but for every connection to the ASP.Net site I get this error in the log:

              [Tue Jul 06 18:41:33 2004] [error] mod_mono: connect error (Permission denied).

              File: /tmp/mod_mono_server

              Maybe some apache experts can help figure out what's going wrong! If I can get this working it will be amazing - a dedicated lightweight server capable of rendering every known format! Joel Holdsworth

              1 Reply Last reply
              0
              • C CARPETBURNER

                Now Mono 1.0 has been released, whats everyones Thoughts on Mono?? In the brief time I have been playing with it I have got it to run 2 Visual Studio 2003 compiled VB.NET Console applications. Havnt tried ASP.Net yet. It had problems running the WinForm's Application I wrote mind you. Next thing to try is the Console App's on Linux :-) It does also mean, that any products I write in Visual Studio on a Windows box will (can) be cross-platform. Anyone know of any linux Web Hosts that are looking to implement Mono? If this takes off it could lead to very cheap "Microsoft .Net Compatiable" Hosting.. John Crocker

                B Offline
                B Offline
                billb2112
                wrote on last edited by
                #9

                As soon as it supports WinForms, I'll be checking it out. Until then, it isn't much use to me, personally. Custom Software, Custom Solutions. Yye Software. http://www.yyesoftware.com

                1 Reply Last reply
                0
                • H Heath Stewart

                  Personally, I think it's great; it allows me to catch-up on sleep.

                  Microsoft MVP, Visual C# My Articles

                  J Offline
                  J Offline
                  Jeremy Falcon
                  wrote on last edited by
                  #10

                  Sleep has been deprecated. ;P Jeremy Falcon

                  H 1 Reply Last reply
                  0
                  • H Heath Stewart

                    Personally, I think it's great; it allows me to catch-up on sleep.

                    Microsoft MVP, Visual C# My Articles

                    J Offline
                    J Offline
                    Jorgen Sigvardsson
                    wrote on last edited by
                    #11

                    You're not supposed to eat it you know. ;) -- Ich bin Joachim von Hassel, und ich bin Pilot der Bundeswehr. Welle: Erdball - F104-G Starfighter

                    1 Reply Last reply
                    0
                    • C CARPETBURNER

                      Now Mono 1.0 has been released, whats everyones Thoughts on Mono?? In the brief time I have been playing with it I have got it to run 2 Visual Studio 2003 compiled VB.NET Console applications. Havnt tried ASP.Net yet. It had problems running the WinForm's Application I wrote mind you. Next thing to try is the Console App's on Linux :-) It does also mean, that any products I write in Visual Studio on a Windows box will (can) be cross-platform. Anyone know of any linux Web Hosts that are looking to implement Mono? If this takes off it could lead to very cheap "Microsoft .Net Compatiable" Hosting.. John Crocker

                      J Offline
                      J Offline
                      Jorgen Sigvardsson
                      wrote on last edited by
                      #12

                      :shrug: I'll be disappointed if version 2.0 isn't called Stereo. -- Ich bin Joachim von Hassel, und ich bin Pilot der Bundeswehr. Welle: Erdball - F104-G Starfighter

                      J A R 3 Replies Last reply
                      0
                      • J Jorgen Sigvardsson

                        :shrug: I'll be disappointed if version 2.0 isn't called Stereo. -- Ich bin Joachim von Hassel, und ich bin Pilot der Bundeswehr. Welle: Erdball - F104-G Starfighter

                        J Offline
                        J Offline
                        Jeremy Falcon
                        wrote on last edited by
                        #13

                        :laugh::rolleyes: Jeremy Falcon

                        1 Reply Last reply
                        0
                        • C CARPETBURNER

                          Now Mono 1.0 has been released, whats everyones Thoughts on Mono?? In the brief time I have been playing with it I have got it to run 2 Visual Studio 2003 compiled VB.NET Console applications. Havnt tried ASP.Net yet. It had problems running the WinForm's Application I wrote mind you. Next thing to try is the Console App's on Linux :-) It does also mean, that any products I write in Visual Studio on a Windows box will (can) be cross-platform. Anyone know of any linux Web Hosts that are looking to implement Mono? If this takes off it could lead to very cheap "Microsoft .Net Compatiable" Hosting.. John Crocker

                          J Offline
                          J Offline
                          Judah Gabriel Himango
                          wrote on last edited by
                          #14

                          Days after the Mono 1 release, Mono dev lead Miguel de Icaza decided on rewriting the System.Windows.Forms implementation for Mono. His post regarding this is here. #include "witty_sig.h"

                          J 1 Reply Last reply
                          0
                          • L l a u r e n

                            ?


                            "there is no spoon"
                            biz stuff about me

                            S Offline
                            S Offline
                            Shog9 0
                            wrote on last edited by
                            #15

                            Mononucleosis [^]
                            You**'re one microscopic cog** in his catastrophic plan...

                            1 Reply Last reply
                            0
                            • J Jorgen Sigvardsson

                              :shrug: I'll be disappointed if version 2.0 isn't called Stereo. -- Ich bin Joachim von Hassel, und ich bin Pilot der Bundeswehr. Welle: Erdball - F104-G Starfighter

                              A Offline
                              A Offline
                              Alvaro Mendez
                              wrote on last edited by
                              #16

                              :laugh: Yeah, to be followed by "Surround" in version 4.0 or 5.0 depending on the speakers features. :-):rolleyes: In case you didn't know, it's actually named after the word "monkey" in Spanish. Regards, Alvaro


                              Give a man a fish, he owes you one fish. Teach a man to fish, you give up your monopoly on fisheries.

                              J 1 Reply Last reply
                              0
                              • J Jorgen Sigvardsson

                                :shrug: I'll be disappointed if version 2.0 isn't called Stereo. -- Ich bin Joachim von Hassel, und ich bin Pilot der Bundeswehr. Welle: Erdball - F104-G Starfighter

                                R Offline
                                R Offline
                                Ray Cassick
                                wrote on last edited by
                                #17

                                Whats next then? Version 5 = Surround


                                Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall." George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.


                                1 Reply Last reply
                                0
                                • A Alvaro Mendez

                                  :laugh: Yeah, to be followed by "Surround" in version 4.0 or 5.0 depending on the speakers features. :-):rolleyes: In case you didn't know, it's actually named after the word "monkey" in Spanish. Regards, Alvaro


                                  Give a man a fish, he owes you one fish. Teach a man to fish, you give up your monopoly on fisheries.

                                  J Offline
                                  J Offline
                                  Jorgen Sigvardsson
                                  wrote on last edited by
                                  #18

                                  5.1 required for DTS. :rolleyes: -- Ich bin Joachim von Hassel, und ich bin Pilot der Bundeswehr. Welle: Erdball - F104-G Starfighter

                                  1 Reply Last reply
                                  0
                                  • J Judah Gabriel Himango

                                    Days after the Mono 1 release, Mono dev lead Miguel de Icaza decided on rewriting the System.Windows.Forms implementation for Mono. His post regarding this is here. #include "witty_sig.h"

                                    J Offline
                                    J Offline
                                    Jorgen Sigvardsson
                                    wrote on last edited by
                                    #19

                                    Finally! I couldn't understand why they had to use wine to begin with. It's basically a large chunk of windows - and they'd use that to just do windowing and/or graphics!? Overkill if you ask me. -- Ich bin Joachim von Hassel, und ich bin Pilot der Bundeswehr. Welle: Erdball - F104-G Starfighter

                                    L H 2 Replies Last reply
                                    0
                                    • J Jorgen Sigvardsson

                                      Finally! I couldn't understand why they had to use wine to begin with. It's basically a large chunk of windows - and they'd use that to just do windowing and/or graphics!? Overkill if you ask me. -- Ich bin Joachim von Hassel, und ich bin Pilot der Bundeswehr. Welle: Erdball - F104-G Starfighter

                                      L Offline
                                      L Offline
                                      l a u r e n
                                      wrote on last edited by
                                      #20

                                      totally


                                      "there is no spoon"
                                      biz stuff about me

                                      1 Reply Last reply
                                      0
                                      • J Jeremy Falcon

                                        Sleep has been deprecated. ;P Jeremy Falcon

                                        H Offline
                                        H Offline
                                        Heath Stewart
                                        wrote on last edited by
                                        #21

                                        Not deprecated - the Mono team just could get that into their BCL either! ;P

                                        Microsoft MVP, Visual C# My Articles

                                        1 Reply Last reply
                                        0
                                        • J Jorgen Sigvardsson

                                          Finally! I couldn't understand why they had to use wine to begin with. It's basically a large chunk of windows - and they'd use that to just do windowing and/or graphics!? Overkill if you ask me. -- Ich bin Joachim von Hassel, und ich bin Pilot der Bundeswehr. Welle: Erdball - F104-G Starfighter

                                          H Offline
                                          H Offline
                                          Heath Stewart
                                          wrote on last edited by
                                          #22

                                          If they left the Microsoft System.Windows.Forms in tact, they would have to. Almost every control in Windows Forms (and many classes throughout the BCL) encapsulates native APIs. The Windows API and Common Controls are used heavily throughout Windows Forms (just look at all that's done via a WndProc override, which represents the WindowProc), so building Windows Forms on top of Wine lets them get away with minimal changes to the Microsoft assemblies, if any are even needed. The less they have to do, the better (both in the short- and long-terms).

                                          Microsoft MVP, Visual C# My Articles

                                          L 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups