Questions tagged [monodevelop]

Monodevelop is an ide (integrated development environment) that is largely designed for the C# and .NET programming languages, and enables the speedy development of web and desktop applications.

105 questions
9
votes
2 answers

How to install NuGet addin for MonoDevelop?

I'm trying to install the NuGet package management addin for MonoDevelop but I'm lost on how to do it. Can someone help me get it installed?
Dezmen Ceo Sykes
  • 135
  • 2
  • 2
  • 4
4
votes
2 answers

How do I use Monodevelop with a GUI designer?

How am I able to use mono develop to make like a vb.net program not using the code but to where it has a window and you can add buttons and all of that.
user65407
  • 1,365
3
votes
2 answers

Which libraries I need for projects in Mono Develop to work Properly?

I want to test each and every project type available on mono. But due to some package dependencies Im unable to run any of "Hello World" project. I have less idea what libraries I need for what. Few days back I have installed gtk-sharp2 but still…
2
votes
1 answer

How to install MonoDevelop on Ubuntu 17.04?

I'm not very experienced at Linux, so I simply want to know: how do I install MonoDevelop on Ubuntu 17.04? I've tried the instructions on the MonoDevelop website, but I don't think it worked for me. Either that or I just was not able to follow…
2
votes
2 answers

MonoDevelop .NetFramework 4 Client Profile problem

I have passed from Windows to Ubuntu 12.04 and I'm happy for my choice. I have installed MonoDevelop because I am C# programmer and ASP.NET (with MVC3)... I got a solution from faculty, solution made in Visual Studio 2010 and I opened it in…
Snake Eyes
  • 161
  • 2
  • 9
2
votes
1 answer

How to install monodevelop 7?

Ubuntu repositories have monodevelop 5 in them. The current version version of monodevelop is version 7. How do I install version 7?
David
  • 2,799
  • 3
  • 24
  • 39
1
vote
1 answer

Creating setup of project made in monodevelop in ubuntu

I have made a demo project in monodevelop in Ubuntu 12.10 that is using MySQL as backend, i want to know how can i create a setup for this project. So that this setup can be run and installed on any linux system and user can use this project. Please…
0
votes
1 answer

Start Debugging Item Option Not Showing Up For Monodevelop

I have a web app MVC 4.5.1 for monodevelop. The start debugging item option is no longer showing up. I noticed this happened today after I ran the Ubuntu updates, but not sure if this is related at all. Is there any way I can get that option back?…
Rhs
  • 135
0
votes
1 answer

Monodevelop VB.NET PRoject

Upon creating a brand spankin new project in Monodevelop 5.10 on Ubuntu 14.04 I get the follow in error Project does not support framework '.NETFramework,Version=v4.5' I have read a couple posts saying I simply just have to change the target…
user3119737
  • 15
  • 1
  • 1
  • 6
0
votes
1 answer

Conversion of Outlook data to xml in mono

I am in the process of converting a C# application from windows to mono. Is there an equivalent resource in linux to Microsoft.Office.Interop.Outlook? Part of the application converts the data in an Outlook calendar to xml.
0
votes
1 answer

How to install monodevelop?

when i try it to install from ubuntu update manager i got the folling message:- The action would require the installation of packages from not authenticated sources. When I click on detail the followong message is appeared .So please tell me how to…
deepak
  • 1
0
votes
0 answers

Monodevelop installation on Ubuntu 22.04

When I try to install Monodevelop on Ubuntu 22.04 I get GPG errors. I followed https://www.monodevelop.com/download/#fndtn-download-lin-ubuntu, and https://ubunlog.com/en/monodevelop-ide-installation-via-ppa/ to install Monodevelop. The sudo apt-key…
nobody
  • 4,362
0
votes
1 answer

Monodevelop will not start in Ubuntu 18.04 LTS

I am trying to install MonoDevelop in Ubuntu 18.04 , but after installing monodevelop the ide don't starts. I try to run it from the command line and I get no output and no splash screen. Just nothing happens. Any ideas how to fix this?
0
votes
1 answer

MonoGame 3.6 install script not detecting MonoDevelop 6 / Can't create MonoGame app within MonoDevelop

Dual-pronged problem that might be caused by the same thing! So, I'm trying to install monogame/monodevelop. Installed MonoDevelop with sudo apt-get install mono-devel. That opens appropriately and seems to work fine otherwise. Got a basic C#…