mono

How do I make a thread dump with MONO?

How can I show the threads (stacktraces) in a hanging application that run with MONO? I know that I can do it in .NET with the Managed Stack Explorer (MSE). Because the application hang only with MONO that I need to do it with MONO. Or there are any other ideas how I can find the place of hanging? ...

mono obfuscator for non-window os

Are there any mono obfuscation programs out there that can run on mac os x? ...

Slow SoapHttpClientProtocol Instantiation

I am encountering a well documented issue in regards to instantiating a SoapHttpClientProtocol class. My situation is similar to the question posted here: http://stackoverflow.com/questions/172095/slow-soaphttpclientprotocol-constructor A solution to the problem can be found here: http://kb.vmware.com/selfservice/microsites/search.do...

mono ignores dllmaps in the app.config file

It seem Mono ignores dllmaps in the local configuration file. I want to port my .NET application on Linux (ubuntu) which calls native libraries so I have dllmaps to make my code work. The mono docs says you have to make a something.exe.config for something.exe and put application specific configs in it. it parses the file (because it co...

Any kind of way of detecting case-sensitve filename errors?

Hello, we are making a project to run in ASP.Net on Mono/*nix Our problem is that we develop on Windows, and we just build and test it every so often on Mono. So we have been having a lot of trouble recently with case sensitive filenames. Everything seems to work good in Windows and then we move to Mono and it's silently broken.(as in,...

Cross platform multimedia kiosk

My team is tasked with building a full screen, kiosk-style application for playing back media files. Initially we need to support WMV / MP4 as well as some images in full 1080p, although down the line we will need to extend this to cover other formats (different videos formats as well as display of HTML, SWF, etc). The application also ...

MonoDevelop: error VBNC99999

Hi at all guys, hope someone is using Mono & monodevelop... i'm getting the following error when i try to compile an ASP.NET apps ported from vs.net 2008 Error VBNC99999: Unexpected error: The classes in the module cannot be loaded. (VBNC99999) This is the only error i get. I'm using 4 external assembly / dll AjaxControlToolkit.dll...

switching to open source solutions

I'm a ASP.NET MVC Visual Studio, SQL Server web developer. I would like to switch to equivalent open source solutions. Please help me out. ...

Converting ASP.NET app to Mono without .csproj and .sln

I have an ASP.NET application which I'd like to try running on Mono, just as an experiment. When I bring the application as it is to Mac, start xsp2 on the directory, it runs as I would imagine it should. That is, it crashes on because of the file system path differences (\ vs / in directories). This is where I would like to open it in ...

Mono .NET Error 500

Greetings, When I tried to deploy my .net solution in my rented hosting server I got this error... This is very weird because, no matter if the code is running smooth or not this always happen? Server Error in '/' Application Object reference not set to an instance of an object Description: HTTP 500. Error processing request. Stack...

Marker file generated by the precompilation tool

Greetings, I am deploying my website on an webserver with mono I am choosing the publish option but when I try to access any aspx page this appears This is a marker file generated by the precompilation tool, and should not be deleted! I read something about the virtual path and since I deploying on http://www.mydomain.com/tests/gata...

Rendering SVG file to Image-object in Mono

Is there an easy way to render an SVG-image resulting in an image-object or a bitmap byte-array (Not saving the file in another type but just put it as an image in main memory)? ...

How to install Nemerle on Mono

I can't find the solution How to install Nemerle on Mono I've got Nemerle Studio , But I want to try mono with it. Maybe I will make something for Linux later, now I want to try it on windows. ...

mod_mono and MySQl

Hi, I am trying to deploy a solution on a Mono Hosting Service, and I would like to use the MySql connector... The problem is that I can't use the MySql connector, it says: Could not load file or assembly 'MySql.Data, Version=6.2.2.0, Culture=neutral, PublicKeyToken=C5687FC88969C44D' or one of its dependencies. The system cannot find ...

Moonlight 2 vs Silverlight 3: huge performance gap

I have tried the simple test "Silverlight 2.0 animation test" at http://bubblemark.com, surprisingly Moonlight provided only 26 fps on Linux. Windows/Silverlight 3 gave me 192 fps on the exact same machine. Why is Moonlight so much slower than Silverlight? This performance gap is really important if you are planning to develop high fps,...

windows xp tablet pc sdk on mono

I've been in development of an app that utilizes the windows tablet pc sdk. The only thing I really use from it is the InkPicture control. I'm wondering, the InkPicture control obviously isn't built into .NET, but it is a managed object, so would it work under mono? I'm downloading MOMA now, but I was just wondering if anyone knew alre...

Are there any free code editor WinForms controls?

I'm searching for a free text/code editor WinForms control just like ScintillaNET. I cannot use ScintillaNET, because it doesn't support Mono. Ideally it should be a pure managed control. ...

Which reporting framework or Reporting controls can be used with Mono.net ?List their names?

Like we have Crystal Report for MS.NET ,what are the different Cross platform reporting tool available for mono.net , please list out their names and URLs? ...

Can I use a GTK# component inside a WinForms form?

Can I use a Mono GTK# component inside a WinForms form? Especially, I want to use the Mono.Texteditor. ...

Monobjc :: Add NSStatusItem

Hi, I'm trying to add an NSStatusItem from within the Monobjc bridge for Mono. The function gets called, and doesn't throw an exception, but my icon doesn't appear :(. Here 's my code: #define DEBUG_APP using System; using Monobjc.Cocoa; using Monobjc; namespace YvanSoftware.TwitMenu { [ObjectiveCClass] public class TwitMenuControl...