CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2012
    Posts
    1

    How do I get the most out of monodevelop

    hi,
    i am somewhat new to c sharp, and a little newer to programming. Unfortunatly I am not on windows so I can't use visual studio. However I downloaded Monodevelop to program in and the interface is kind of confusing. I am working on an open source project I forked from another on Github, downloaded it to my hard drive and I can't access the solution in mono, it gives me an error depending on where I put it. Sometimes the solution shows up, and when Im done with it, it dissappears. It looks a lot like VB, but doesnt have the visual part to it.

  2. #2
    Join Date
    May 2007
    Posts
    1,546

    Re: How do I get the most out of monodevelop

    It operates pretty similarly to Visual Studio. You open the sln or csproj file to work with the solution and away you go. What error does it give you? Could you describe it in more detail or take a screenshot?
    www.monotorrent.com For all your .NET bittorrent needs

    NOTE: My code snippets are just snippets. They demonstrate an idea which can be adapted by you to solve your problem. They are not 100% complete and fully functional solutions equipped with error handling.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured