Having just updated Mono to 2.6.3 (on OS X), I noticed in the installer that cocoa# 0.9.5 is also installed. However using MonoDevelop there are no cocoa# project templates by default, and I was wondering if anyone knew more about creating cocoa# apps.
If you goto the cocoa# page on the Mono site you can see it hasn't been updated since...
After installing Monobjc and playing around with the Monobjc Application Project under C# in MonoDevelop, I noticed that there is only an empty Monobjc project under the VB section.
Obviously this template adds all the correct references but doesn't add the basic files for the application to run. I've tried creating a class with:
Impo...
Is there a way to tell a MonoDevelop project to exclude from source control a folder in the project. The folder has large SQLite databases I don't need/want published.
...
Hi guys,
This is not a really Programming Question, but please bear with me as it's related to the IDE that we use to develop and I'm really Stuck! :(
Every time I create a project (can be an empty project) I get the message above when pressing Run or Debug.
I have no Web Servers running the Web Share is off, the Zend Server as wel...
When I have a unit test that requires the System.Xml or System.Xml.Linq namespaces, I get the following error when I run the test:
System.IO.FileNotFoundException : Could
not load file or assembly
'System.Xml.Linq, Version=2.0.5.0,
Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or
one of its dependencies.
Things I've v...
I'm a musician and I'm writing a small app for my own use on the iPad: I want to store my scanned music sheets (saved as .TIF files) on the iPad, and create set-list, search by artist, song title, do some filtering, etc... with the app.
How can I upload images to my app directory (or saved from a website, I have a website that store tho...
I'm new to MonoTouch and more times than not, when I try to run my MonoTouch app on the iPhone simulator (debug mode and regular), I receive a long error output that begins with the following message:
Error connecting stdout and stderr (127.0.0.1:10001)
Couldn't register com.yourcompany.[appnamehere] with the bootstrap server. Erro...
I tried to install MonoDevelop on Suse 11.0 Enterprise, using the 1-click install on the MonoDevelop download page, but quickly wound up in a tangle of missing dependencies. I then tried using the Suse software repositories to get MonoDevelop, and waded through several of the dependencies for awhile trying to get the necessary packages ...
I installed Mono and MonoDevelop 2.2 on my Windows PC.
Created a default C# ASP.NET Web Application project.
Here's the Default.aspx it created:
<%@ Page Language="C#" Inherits="test.Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head run...
I'm starting a new project in MonoDevelop, and I want to see how other projects are using it.
I tried searching through SourceForge, code.google.com, etc., but mostly I was just finding things like add ins or something related to MonoDevelop itself.
So is there anyone else using MonoDevelop, especially open source?
...
I have been asked to build an application where I can drag and drop few WebControls onto the WebPage designer surface.
So far I have read some articles on .NET Framework Design-Time architecture, like, MSDN Article: Hosting WinForms Designers, Developer Function Article etc.
But I can't a find a way to host WebForms designer. The only ...
According to the feature matrix of Monodevelop 2.2, debugging should be available on OSX if one installs Mono 2.6.3. I've done this on two of my Macs, but can't seem to get the Debug menuitem enabled - it stays disabled. The project type I'm trying to debug is a Moonlight project, and according to the preferences in Monodevelop, the Moon...
I can't make System.Linq (aka. Linq-to-objects) work. I am running MonoDevelop 2.2.1 in Ubuntu 10 Lucid Lynx with Mono 2.4.4.
They advertise in their site that they implemented Linq, but I can't even find Enumerable.Range or .ToArray(). What's wrong?
...
The MSDN documentation doesn't generally specify the assembly a namespace is in, so there's no easy way to add the necessary assembly reference.
NOTE: I am using MonoDevelop, so right-click, resolve is not an option.
...
When building following simple C# class library,
using System;
namespace MyProject
{
public class MyClass
{
public MyClass ()
{
}
}
}
I encountered following error message:
/Library/Frameworks/Mono.framework/Versions/2.6.4/lib/mono/2.0/Microsoft.Common.targets:
Error: You must specify DestinationF...
The problem is following one line code:
Console.WriteLine ("あ");
This results in the following output in Application Output window:
?
How can I display "あ" instead of "?" in Application Output window.
I made sure following things:
The source code encoding is UTF-8
I selected Japanese font set "Osaka Regular-Mono" (Preferences > ...
I think the title speaks for it self...
I mean, I can edit my master page file, it compiles and all but all the text is black. It's ok when it comes to .aspx or .ascx file but not for master pages...
Any ideas ?
...
Does anyone else have infuriating usability issues while trying to work with MonoDevelop in OS X Snow Leopard? The ones that interrupt my flow the most are associated with button clicks not responding until I move the window around a little bit. Afterwards, I can get maybe one or two button presses in before I have to repeat moving the w...
Is it possible to utilize MVC 2 from MonoDevelop 2.2 (using Mono 2.4)? If so - is it as simple as grabbing a reference to the new System.Web.Mvc or is there something else to consider?
I realize that any templating support in MonoDevelop may not be 100% there since it was built to utilize MVC v1 (at least as of MonoDevelop 2.2).
If any...
Hi everyone,
I want to make a C# app in Mono as it's the only programming language I'm mostly comfortable with.
Anyway, ATI Drivers on Linux do not have a Fan control feature and therefore the cards to tend to heat up. For me I prefer to have a cooler card.
What I want to do is run a command such as:
aticonfig --pplib-cmd 'set fanspe...