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.
0
votes
0answers
14 views
Error When Creating a View or Controller in Monodevelop
I get the following error when I attempt to add a View or Controller to my monodevelop project: Invalid SDK Version Name
I am using Monodevelop 4.0, which I got from the following PPA: ...
2
votes
1answer
113 views
Monodevelop MVC Development Adding a View
I am building an MVC project on monodevelop, but I am having difficulties adding a view. When I click on the add view button, I encounter an error.
I think this error is already known by the ...
0
votes
0answers
30 views
monodevelop deployment
I am developing MVC apps in Monodevelop. Everything works fine, I can build and run the app in its development directory... but when I go to deploy (even locally) I get an error:
...
2
votes
1answer
41 views
How can I merge unversioned MonoDevelop code back into a git repository?
My group partner and I are creating a MySQL database application with a GTK# frontend. Our application consists of a main window with information displayed in multiple tabs. My partner started most of ...
1
vote
1answer
50 views
Need help with GTK# and mono
In my quest for platform-independence, I built a simple hello-world app on my windows machine using monodevelop 4.0 and gtk# 2.12. When I try to run it on my Ubuntu 12.04 LTS, I get the below runtime ...
1
vote
1answer
87 views
Developing Ubuntu Phone apps using .NET through Monodevelop [duplicate]
I would like to know whether Ubuntu for Phones support developing apps using .NET (created through MonoDevelop) as we can do it for Ubuntu Desktop.
Thanx and Regards
Uday Gupta
0
votes
0answers
27 views
Mono: Couldn't bind to method 'SetHostingEnvironment
I've migrated an MVC3 site to Linux using MonoDevelop. I'm currently able to compile my code, however, when I try to run/debug I get this error
Couldn't bind to method 'SetHostingEnvironment'.
...
1
vote
2answers
91 views
Are there any tutorials available which would help me learn the concepts of Mobile Development?
Right now I am working on Asp & C#.net. I am also interested in Mobile App Development and want to start with Ubuntu Mobile development using C#.Net.
Are there any tutorials available which would ...
0
votes
0answers
19 views
need help for exception
I have kept libawesomium.1.6.5.so and libawesomium.1.6.5.so.0 files in /usr/lib/awesomium.1.6.5 folder, and given the path for this .so library in ld.co.config.d, in a new .conf file, but when I run ...
1
vote
0answers
64 views
Need advice for linking with shared library
i am working with Awesomium SDK for linux 32 bit system, i have followed these instructions to manually install Awesomium on any Linux distro, you'll need to add the
shared library to your system's ...
0
votes
0answers
53 views
system dll exceptio in monodevelop
I am working with awesomium linux 32 bit sdk in monodevelop, i have followed all the steps to create shared directory and open the .sln solution in monodevelop, but when iam running the winforms ...
0
votes
0answers
102 views
How to install Mono 2.6.7 in Ubuntu 12.04 without compiling from source
I needed to debug an application developed for Mono 2.6.7, as the target environment only comes with that version, how do I install Mono 2.6.7 so I can debug on my Ubuntu 12.04?
I tried to specify ...
1
vote
1answer
33 views
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 ...
0
votes
1answer
100 views
Monodevelop, “no such file or directory” when trying to run a program
I wanted to try to write a C++ program in "Monodevelop" and i use Ubuntu 12.10 as a OS.
But when i finish writing my program (any program) and want to actually run my program, i get this error:
...
1
vote
1answer
76 views
Cannot see form designer in MonoDevelop/Quantal Quetzal
I'm running Quantal Quetzal, and installed MonoDevelop from Synaptic, also gtk-sharp2.
Synaptic installed MonoDevelop 3.0.3.2.
Everything working fine in the IDE with one exception: When I create a ...
1
vote
0answers
99 views
Blogengine.NET on mono
I'd like to set up the new 2.7 Blogengine on Mono using Ubuntu, but I experience issues with it.
It has support for mono because there is another project called Blogengine.Web on Codeplex which is ...
1
vote
1answer
97 views
What is the difference between mono and mono develop?
i am curious to know what exactly is the difference between Mono Software and Monodevelop. and do i need both of these if i want to do "C#"?
0
votes
1answer
77 views
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 ...
0
votes
1answer
35 views
Monodevelop bug - need help!
Can someone at least give me an idea about who to ask about this?
Fresh install of Ubuntu 12.04
Monodevelop locks up at the deploy dialog.
Any advice would be greatly appreciated.
0
votes
1answer
496 views
System.TypeLoadException with MonoDevelop
Yesterday I installed MonoDevelop 3.0 by following the steps suggested in this answer. However when I try to create a new solution, of any of the provided types, I get the following error:
An error ...
2
votes
2answers
557 views
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.
0
votes
1answer
557 views
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 ...
3
votes
2answers
103 views
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 ...
0
votes
1answer
312 views
Monodevelop External Console
Ubuntu 12.04. When I run MonoDevelop (IDE) using native shell, Unity, the MonoDevelop External Console that appears during debugging is gnome-terminal.
But if I use another window manager (for ...
3
votes
1answer
240 views
Use primary-toolbar with Mono
I am trying to create an application for the Ubuntu App Contest. And I defined image of the design, but I am having problems with it. Principally with the primary-toolbar design, so it would look like ...
0
votes
1answer
318 views
./configure not recognizing mono 2.10 installed ubuntu 11.04
Hi I 'm trying to install monodevelop 2.8.6.4 on ubuntu 11.04, I've already installed mono 2.10 but when the command ./configure is executed i get next
./configure
checking for a BSD-compatible ...
3
votes
1answer
272 views
Can I use Crystal Reports on MonoDevelop?
I would like to know if I can use Crystal Reports in MonoDevelop. I have a project that was developed in Visual Basic .Net (Windows) and this project is using Crystal Report, so I'd like to use this ...
1
vote
1answer
244 views
Monodevelop web application not running
I'm on Ubuntu 11.10, have installed Monodevelop-2.8.5, on the first run, it said the xsp2 server was missing, I installed that.
Now, the application builds successfully, but, when I run my ...
1
vote
1answer
2k views
Problem installing MonoDevelop 2.10.5 on Ubuntu 11.10
These are the steps I'm doing
> git clone git://github.com/mono/monodevelop.git
Cloning into monodevelop...
remote: Counting objects: 252453, done.
remote: Compressing objects: 100% (47535/47535), ...
2
votes
1answer
1k views
./configure: Mono version not recognized during MonoDevelop config
I want to install MonoDevelop 2.10 and I have cloned the current release with git clone git://github.com/mono/monodevelop.git however running ./configure I get the error:
checking for ...
7
votes
3answers
2k views
How do I get MonoDevelop 2.8 with Mono 2.10?
After some research I found out, that the repo provides the old version 2.6 of the MonoDevelop IDE, but as there is already the latest version published I want to know whether someone knows how I can ...
0
votes
1answer
181 views
MonoDevelop Google API GData assembly not found
I'd like to create an application that can communicate with my spreadsheets with google documents.
I've installed MonoDevelop 2.6 and I've libgdata1.7-cil (Google's API for C#) installed on my ...
0
votes
1answer
120 views
Installation of Monodevelop hangs [closed]
While setting up a new image for ubuntu to start using Mono Develop I ran into a problem while installing apache2-mono.
I'm a ubuntu newbie and hoping someone has a simple answer for me: I used the ...
0
votes
1answer
520 views
Crystal report - CRRedist2008_x86.msi…not able to use it on ubuntu 11.04 with dot net vs2008 application [closed]
getting error while seeing the report -
System.TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. ---> ...
5
votes
2answers
2k views
Is it possible to run ASP.NET MVC3?
I've seen somewhere that MonoDev is allowing that, but when I installed Ubuntu and MonoDev I did find only MVC1 as an option for project to create. So maybe someone does know if it really is ...
1
vote
2answers
278 views
Why pressing the left arrow key in MonoDevelop's code editor panel changes the panel focus instead of moving the cursor?
That behavior is so wrong. The arrow keys should move the cursor, not the panel focus.
How to fix it?
