Hi
I have a problem with my app, using gtk# and Mono/.NET 3.5
MonoDevelop (which im using) under Linux shows all strings to translation, but monodevelop on windows - shows nothing.
is there a way to make it work or is any another cross-platform solution to add multi-language to it?
thanks in advance
...
Ok I am using Windows and have .Net 3.5 and the Mono 2.6 frameworks installed. I also have installed MonoDevelop and plan on using it. I just need to know if I am setup to use the Mono runtime.
All my projects have build options for Mono/Microsoft.NET 3.5, but in Edit->Prefrences->.NET Runtimes, all I see is Microsoft.NET. How do I add...
I am trying to move our projects over to use MonoDevelop, as we have been having a very bad experience with Visual Studio. Anyways, when ever we go to debug an application, we get a TargetInvocationException and asked to Ignore, Retry, Abort. Clicking anything other than abort just re-throws the exception and on clicking abort forces Mo...
I want to start using Behaviour Driven Development (BDD) in Mono/MonoDevelop using a natural language approach like Cucumber or SpecFlow.
Is anyone doing this and, if so, what have they used and was it straightforward to set up.
Thanks
Neil
...
Hello.
I am attempting to unit test an ASP.NET MVC application using MonoDevelop.
The following shows a portion of my Web.config and the test.
<appSettings>
<add key="configCheck" value="3212"/>
</appSettings>
[Test]
public void ConfigFileCheck()
{
Assert.AreEqual( "3212", ConfigurationSettings.AppSettings...
The strange thing is that after deploying to the device and never connecting to the soft debugger, if i go to the settings 'app' onmy iphone, there are no settings for the app i'm debugging - is there something i need to do to add this?
I was expecting to be able to check the ip the iphone is conncting to to get at the soft debugger.
w...
Hey
The following view crashes the iPhone
If I comment out the
using (webView = new UIWebView(webRect)) {
}
section - it does not.
using System;
using MonoTouch.UIKit;
using MonoTouch.Foundation;
using System.Drawing;
namespace WmcStarClient
{
public class EventDetailView : UIViewController
{
public WmcStarEvent...
I upgraded Monodevelop to 2.2.1 from an older version, and when I do ctrl+F7 (rebuild proj), the app freezes for a few secs, and takes at least 30secs to a min to be done compiling, which is weird because on the older version, there is no freeze and compiling takes a quick few seconds. The code hasn't changed much so I don't think that i...
Is there such a thing? Mac OS X was based on BSD Unix so is it possible? Or from what I have heard, there is a MonoDevelop plugin that has an iPhone sim.
...
mono : Is remote debugging possible with monodevelop? I want to remote debug a console application running on a remote RHEL server with monodevelop installed on CentOS development machine. Is this possible with monodevelop?
...
[edit]
Found the solution. Reinstall EVERYTHING - xcode, mono, monodevelop and monotouch. Now it works. yay.
[/edit]
I've had Xcode (3.2.1 - SnowLeopard, iphone 3.1.3) installed for a while, and I can run and build apps on it fine.
I installed MonoTouch, as I want to leverage the 8+ years of .NET skills I have :)
So I installed:
M...
Hey
What are the steps involved in adding a secure webservcie?
I can't seem to find a decent guide or anything anywhere.
w://
...
I'm using monodevelop on my mac to develop for iPhone. I was wondering if there is a way to change how MD formats C# code? by default it puts the curly braces as the same like as the if which I personally don't like....
...
I've seen that ADO.NET 2.0 is compatible with Mono but I can't found any example of that in the web ?
...
I would like to develop Mono application for Win/Linux/Mac in C# on Windows. Is there any really good (Visual Studio comparable) IDE for that? The best would be if I could manage Visual C# Express to compile solutions using the Mono compiler.
I've found a #develop IDE, which looks very cool and has many features that Express edition of ...
Hi everyone,
I use MonoDevelop 2.2.2 with Mono 2.6.3 on OpenSuse so the linq to sql feature is implemented. But I have the problem I can create a new connexion to a postgresql database it's ok but when I click in Tool -> Generate Data classes and select the connexion I've created before I obtain nothing, no tables appear.
What's the pr...
I have the problem I just installed the new Monodevelop 2.2.2 on Windows but I haven't the database add-in and I cannot add-in with the basic repository.
Are-there other repository for that ?
Thanks with advance.
Narglix
...
In Visual Studio you can create a Website, which doesn't have a solution or project file, it just opens it up when you point Visual Studio at the right virtual directory / IIS website. Is there a way to do this with MonoDevelop?
...
I'm using Mac Snow Lepord and can't find "~/.config/MonoDevelop/" for the life of me. I have MonoDevelop (v2.2.2) up and running already, but when I tried to set up a template the IDE started having problems.
Namely, whenever I went to Monodevelop -> preferences-> Code Templates I would get an error saying "Argument cannont be null".
I...
I just installed the latest Mono framework and MonoDevelop.
When I create a new solution under C# there is no GUI based application.
How do I create an app that has a GUI and buttons etc
...