monodevelop Questions

15

I tried to compile my new application in MonoDevelop and I got this error: /usr/share/dotnet/sdk/2.2.203/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(5,5): Error MSB4018: The "Genera...
Orange asked 23/4, 2019 at 7:14

11

Solved

How can I put a sleep function between the TextUI.text = ...., to wait 3 seconds between each phrase? public Text GuessUI; public Text TextUI; [...truncated...] TextUI.text = "Welcome to Number ...
Mirandamire asked 5/5, 2015 at 14:56

4

Solved

I'm on Ubuntu 16.04LTS, and I'm trying to install MonoDevelop through the Flatpak package. I am almost done, only thing missing is the runtime. When I run the following command I get an error: fl...
Cassaundra asked 12/12, 2016 at 10:53

7

Solved

I just started learning unity and I created a project. But my project doesn't have a sln file included in. Every time I create a C# script and open it in Xamarin Studio I can't have any intellisens...
Gman asked 29/9, 2014 at 7:46

6

I recently completely transitioned to Linux but struggle to find a good way to code in C#. I discovered Monodevelop which looks similar to Visual Studio, but whenever I try to run any code I get th...
Separatrix asked 14/12, 2019 at 14:43

16

Solved

Can you run Xcode in Linux? Mac OS X was based on BSD Unix, so is it possible? From what I have heard, there is a MonoDevelop plugin that has an iPhone simulator.
Flunk asked 9/3, 2010 at 1:55

3

Solved

I'm having an error The type or namespace name `List' could not be found. Are you missing a using directive or an assembly reference? Sample code: using UnityEngine; using System.Collection...
Askari asked 30/7, 2015 at 21:1

4

i am unable to install monodevelop i am running it from terminal sudo apt-get install monodevelop but it comes out with error unable to locate package monodevelop how to install monodevelop on ...
Statistician asked 19/7, 2014 at 7:18

5

I've installed fresh Xamarin Studio 5.10 on Windows 7 and created standard GTK 2.0 C# project (via New Project > .Net > GTK#2.0 Project). Code's below: using System; using Gtk; namespace _test {...
Hobnailed asked 15/12, 2015 at 0:20

3

Solved

My code below only works for horizontal movement. Shouldn't the vertical movement be working too? I'm just starting out with basic 2D Unity programming: public class Player : MonoBehaviour { //T...
Genius asked 15/10, 2017 at 22:59

21

At the current moment, what I'm doing is that I'm opening Unity, double click on one of those scripts I've written, then MonoDevelop gets opened, now I have to close unity and in MonoDevelop I do R...
Barbarbarbara asked 27/5, 2012 at 16:5

3

Solved

I want to develop native android app in unity engine, and does not need to use physics, could it possible to disable physics engine for specific project in unity.
Swipple asked 6/9, 2017 at 10:2

4

Solved

I have a few buttons in my app whose alpha is currently set to zero. These buttons are completely non-responsive, but as soon as I increase their alpha, they begin to respond. Is this expected beha...
Pabulum asked 21/11, 2012 at 18:33

2

Solved

I am attempting work on a solution within Visual Studio that was originally created and managed within MonoDevelop. The projects within the solution have a slightly different folder structure to t...
Propeller asked 17/2, 2014 at 15:3

4

I am getting this error JNI ERROR (app bug): accessed stale global reference When I run my app in Android OS v4, But when I run the same application in Android v2.3 I don't get this error. This er...
Gare asked 22/8, 2012 at 10:58

2

Solved

From Eclipse and IntelliJ I'm used to holding Ctrl and left-clicking to Go to definition. Monodevelop also provides a Go to definition feature, but I wasn't able to map it to my favorite Ctrl+ lef...
Glarum asked 27/5, 2014 at 6:39

7

Solved

When compiling the following program in VS2010, VS2008 or MonoDevelop on Windows, I get warning CS0219, "The variable 'y' is assigned but its value is never used". namespace Problem { public clas...
Iphigenia asked 15/5, 2012 at 2:46

1

Solved

I'm trying to debug my dotnet core 2.0 app on Monodevelop 7.4 on Linux centos. When I'm putting some breackpoints, monodevelop just goes through without stopping my app. I tried some configs to en...
Network asked 30/3, 2018 at 13:17

3

Solved

I'm trying to get an MVC 3 Razor project going with MonoDevelop. I've created a new ASP.net MVC 2 project using Mono 2.10.9 / MonoDevelop 3.0.4.7, and copied the below DLL's from an existing Windo...
Regain asked 19/10, 2012 at 9:42

5

I am facing an issue from yesterday after updating system to latest macOS 10.13 beta with unity monoDevelop below is what i am getting as crash report. Process: mono-sgen [9057] Path: /tmp/*/mono ...
Tonina asked 15/6, 2017 at 6:18

4

Solved

I often switch between MonoDevelop on Linux and VS2010 with the same code base so I'm forever having to click do not convert line ending. Is there an option to set a default answer in MonoDevelop t...
Elegit asked 2/4, 2012 at 20:30

3

Solved

I'd like to build and run a Monodevelop solution from the OS X Terminal. What are the appropriate tools/commands to do this? I tried running mdtools build from the directory containing MySolution....
Gump asked 12/12, 2011 at 20:4

3

I'm porting over a Visual Studio C# solution with many projects and creating a new solution in the Xamarin IDE - all on windows. I am porting / re-creating 1 project at a time and then compiling....
Ballad asked 19/12, 2013 at 16:9

2

Solved

I'm starting to use Xamarin Studio, and migrating from VS to it, but when I try to run a console application (the unique one loaded at the moment), fails and throws an exception in Console.Clear() ...
Penitentiary asked 10/1, 2016 at 19:34

3

I have a screen called HomeScreen which implements UIViewController. I wish to use a background image for this screen. Is there an event that I can override to set this background image in the Home...
Zadoc asked 15/11, 2011 at 0:37

© 2022 - 2025 — McMap. All rights reserved.