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. General Programming
  3. Visual Studio
  4. Mono in vs2005

Mono in vs2005

Scheduled Pinned Locked Moved Visual Studio
csharpvisual-studiolinuxtutorial
3 Posts 3 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.
  • Q Offline
    Q Offline
    QzRz
    wrote on last edited by
    #1

    Hello I want to know if it is possible to create projects in visual studio 2005 which uses the mono with Gtk as interface. I got no computer which runs linux, therefore it would be great if it was possible to create it in visual studio 2005. I have tried monodevelop and Sharpdevelop, but I still like visual studio more. If anyone got a good article or tutorial on this subject I would appreciate it. regards QzRz

    D O 2 Replies Last reply
    0
    • Q QzRz

      Hello I want to know if it is possible to create projects in visual studio 2005 which uses the mono with Gtk as interface. I got no computer which runs linux, therefore it would be great if it was possible to create it in visual studio 2005. I have tried monodevelop and Sharpdevelop, but I still like visual studio more. If anyone got a good article or tutorial on this subject I would appreciate it. regards QzRz

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Never tried it, but I can see about a dozen reasons why this won't work. First, Mono is not the .NET Framework, which is what Visual Studio needs to run and work. The .NET Framework is Microsoft's implementation of the Common Language Infrastructure. Mono is an open source project on *nix that is THEIR implementation of the CLI. It's modeled after the .NET Framework and most classes are a copy of what you'd find in the .NET Framework, but the Windows.Forms namespace, among a bunch of others, doesn't exist in Mono. So, no, I don't think VS2005 would work with Mono at all.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007

      1 Reply Last reply
      0
      • Q QzRz

        Hello I want to know if it is possible to create projects in visual studio 2005 which uses the mono with Gtk as interface. I got no computer which runs linux, therefore it would be great if it was possible to create it in visual studio 2005. I have tried monodevelop and Sharpdevelop, but I still like visual studio more. If anyone got a good article or tutorial on this subject I would appreciate it. regards QzRz

        O Offline
        O Offline
        originSH
        wrote on last edited by
        #3

        Google is broken?[^] The first result seems to be a good starting place with some good info.

        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