Most voted "monodevelop" questions
9 questions
Sort by count of
-
6
votes1
answer480
viewsIn a C#console program, where is the main class set?
I’m doing my first console program in C#, just to do some tests. I have two classes: HelloConsole.MainClass and HelloConsole.Calc. I have the following code: using System; // Aprendendo o alias de…
-
2
votes1
answer1627
viewsWorking with Windows Forms as designer on Linux?
On Linux (Ubuntu) it is possible to create applications with Windows Forms in the Mono or similar, using a designer such as the Visual Studio? I am facing problem because I need to develop with…
-
1
votes1
answer233
viewsError loading Library Monodevelop
I am trying to use the Newtonsoft.Json library in mono, but I get the following error: System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0,…
-
1
votes1
answer101
viewsError compiling Monodevelop Project
I’m developing an application with C# in monodevelop, everything was going great, until when I extend the Form class and get the following error:…
-
1
votes1
answer788
viewsMonodevelop from Unity says my variables don’t exist?
I was following the fourth video tutorials of Roguelike scavengers, and I came across these errors when I finished. In the fifth video it fixes some, but these continued, I am using the latest…
-
1
votes1
answer805
viewsDevelop in C# using Mono Develop Linux
I need to program in C# and use Linux. I read a little about Mono Develop, I would like to know in what functional aspect Mono is owed or stands out in relation to Visual Studio and if there are…
-
1
votes1
answer348
viewscomplication when opening monodevelop by unit3d personal
I’m trying to develop a game. In Unit 3d I create a new script, both in C#scrip and in javascript and, when editing, it is opened by standard Assets example Projects - microsoft visual studio.…
-
1
votes1
answer229
viewsAre Xamarin Studio and Monodevelop the same IDE?
Hi, I’m going to start programming in C#, but I don’t want to use Visual Studio, so I searched and found another IDE, Monodevelop, but when I downloaded, for Windows 10, the site said to download…
-
0
votes2
answers93
viewsNodejs replace windows terminal window
I remember installing the Nodejs on a windows machine and the terminal window (Command Prompt) has been replaced by a window fullscreen. If I’m not mistaken I had an option during installation. I…