Questions tagged [monodevelop]

MonoDevelop is an IDE primarily designed for C# and other .NET languages.

32 questions
8
votes
4 answers

Monodevelop cannot connect to debugger

I am using Ubuntu 13.10 (with Gnome 3.10.1) and MonoDevelop 3.0.3.2. Before switching to GDM and Gnome 3 MonoDevelop worked just fine, but after switching I get this popup: "Could not connect to debugger" (as the picture shows, first the "Waiting.."…
4
votes
0 answers

MonoDevelop can't find .so file in LD_LIBRARY_PATH

I'm making a game using MonoGame and a Linux implementation of LuaInterface. However, whenever I try to build the project, MonoDevelop gives an error saying that it is unable to load liblua5.1.so, which is a library used by LuaInterface. However,…
cmark89
  • 41
3
votes
6 answers

How can I switch the Mac Version MonoDevelop from German to English?

I just installed MonoDevelop on my mac, and I like it. But I don't like the German translation and I can't find any place in the menus where I could change the interface language. Any ideas?
3
votes
1 answer

How to scroll in Monodevelop 3.0 Android UI Designer?

When I use a scrollview in one of the screens, and the content is taller than the viewport, how do I scroll down to see the rest of the content? Clicking and dragging will move the items around in stead of scrolling to the rest of the content.…
Kablam
  • 147
3
votes
1 answer

Why is an ASP.NET server running on localhost:8084?

While trying to kill a mono process, I ran ps -aux | grep mono. It came up with one entry that started yesterday and was run by the user www-data, and with the command /usr/bin/mono /usr/lib/mono/4.5/xsp4.exe --port 8084 --address 0.0.0.0…
Merlin04
  • 155
3
votes
0 answers

Cannot Start Debugging in MonoDevelop

The option for Debugging is greyed out. I'm running MonoDevelop 7.8.2 (build 2) on Linux Mint 19.1 My project is a .NET Core 2.0 project. All debugging related add-ins are enabled, yet this option is still greyed out. Any help on this would be…
2
votes
2 answers

MonoDevelop not running after installation of a newer version of mono

After installing a newer version of mono (4.0.1) on Ubuntu 14.04.2 LTS I am getting an exception on running MonoDevelop Unhandled Exception: System.TypeLoadException: A type load exception has occurred. at MonoDevelop.Startup.MonoDevelopMain.Main…
Adrian
  • 131
2
votes
2 answers

How to install MonoDevelop 2.2 on Ubuntu 9.10?

Unfortunately there isn't a .deb on the monodevelop download page. Is there a way to install it on Ubuntu 9.10 without compiling from source? Has anyone uploaded it to a PPA?
Alvin Row
  • 613
2
votes
1 answer

Install Monodevelop on a new Redhat 6.5 Workstation

I've installed Mono and I would like to install Monodevelop. I tried to build the dependencies but with no prevail. My distro is rhel 6.5 Workstation. Can someone please show how this can be accomplished? I've tried this but I get errors on…
2
votes
2 answers

Ubuntu Monodevelop not starting, gtk-sharp missing

I'm just switching from windows to ubuntu, just that you know I'm a linux noob. I've compiled monodevelop (4.0) from sources, because only the old 2.x version can be installed with apt-get. Then my project didn't run, because there was no VB.NET…
Alex K.
  • 21
2
votes
2 answers

MonoDevelop Split Different Files

Is it possible to split the IDE view not for a single file but to view two different files, one on each split?
ina
  • 527
2
votes
0 answers

How to disable MonoDevelop automatic update checks from command line?

I'm maintaining a lab of workstations, on which I've installed MonoDevelop. How can I (via a shell script that runs when the user logs in) prevent MonoDevelop from checking for updates and notifying the user? (In this situation, individual users…
smokris
  • 1,622
2
votes
1 answer

Does Mono 2.10 supports Open Xml Sdk 2.0 or not?

I have my C# Windows based Application and using open xml sdk2.0 for accessing ms-office documents.Its working good with .NET.But Now i trying to run my Exe With Mono Compiler then it displays below mentioned error messages.Please anybody having…
Saravanan
  • 121
2
votes
1 answer

Cannot find icon for Mono Develop for Linux

I'm new to ubuntu 9.04 os and I have installed mono develop 2.4 from terminal successfully. But surprisingly I could not find any icon on my desktop to launch Mono Develop. How can I solve the above issue and how can I create a icon on desktop to…
uday
2
votes
0 answers

Bind multiline edit to a key combination in MonoDevelop

Multiline edit feature is available in MonoDevelop but you either need to use a mouse or open a drop-down menu to access it, which are not the most convenient things to do. Is there a way to bind a key combination to "Add new caret down/up" like in…
1
2 3