I have web services that work great when hosted normally, in Mono I am getting a 500 internal server error first time I tried to run it.
Any idea why it doesn't just work?
The remote server returned an error: (500) Internal Server Error.
System.Web.Services.Protocols.SoapException: Error writing request.
at MY_WebServices.My_Message...
Hi,
I'm thinking of developing a desktop app in C#. Although windows will be my main target, later I'll try and run the app in MacOS X and linux. Can I do this today, in a simple way?
I'm aware of the mono project, but it is not clear to me if I can do this in a simple way.
Also, what is the relation between WPF and Silverlight? AFAIK ...
Yes, I know there is MonoDevelop. But what if I want to use Textmate instead?
So my question here is aimed at the .Net developer who has developed some C# applications using Textmate. I'm curious as to what their process/workflow is with this setup.
What is the best C# bundle out there for syntax/language grammar?
How do you build y...
I'm using the openSUSE 11.1 VM with the latest MonoDevelop 2.1 trunk and Moonlight SDK. I wanted to add ASP.NET MVC support but I can only find the 2.0.5 version in the repositories. Is there another repository where this can be found?
...
I have a webservice.asmx file with a webservice.asmx.cs
If I make changes to the file... How do I reset Mono, so that it will pick up these changes?
I have tried an apache restart - but this only restarts apache, not the mono engine.
It seems mono scans and caches everything on start...
Thanks
...
Hello.
I am trying to use Cecil to inspect the attributes associated with a given method. It seems to find it, but I cannot get its name using the following code:
AssemblyDefinition assembly = AssemblyFactory.GetAssembly(pathBin);
assembly.MainModule.Types[0].Methods[1].CustomAttributes[0].ToString()
I know this must be the attribute...
Very basic question - but I couldn't find an answer.
I have got a asp.net web service which is located in an asmx file. This should call a function from a helper library.
Using a different asmx file in Visual Studio everything is working fine - I just had to add the assembly to the dependencies of this project.
Altough I have copied th...
Has anyone tried to port PdfSharp library to Mono? I just ran MoMA against PdfSharp.dll v1.2 beta and I am getting about 12 P/Invoke errors and 10 or so Mono TODOs. Just wondering if anyone has ported PdfSharp over to Linux and OSX, if so, how did it go? Trying to evaluate if PdfSharp is a good candidate for me.
...
Is it possible to use native Win API functions in Mono through Wine? Are there some additional libraries for interactions between Mono and Wine?
...
I would like to test my app under the Mono runtime (to see if the SIMD support can offer me any performance improvements). I am compiling my app with csc.exe (in Visual Studio 2005) and then running it as mono.exe --debug MyApp.exe. However, Mono is using their own implementation of the core libraries (System.IO, etc.) which have some...
Is anyone on the site in the beta for MonoTouch? What issues have you been seeing with it?
I personally have found it a very nice little system and have just made a small test app with it. The test app seems to startup slowly, but it works on my device so I am happy to be using C# on the iPhone.
...
Hello, I'm using VS2008 to develop a project that I'm starting to test under Mono.
There are a number of unit tests written using the VS unit test framework, is there a tool that will let me run these in Mono?
Thanks,
...
I use in .Net version of my program three native WinApi functions through P/Invoke:
ReadConsoleOutput, WriteConsoleOutput, ReadConsoleInput.
How to implement this functionality in Mono counterpart under Linux?
I know about standart System.Console class. But this class for some strange reason does not support functionality of previously ...
Mono is an open source version of the .net framework, having a quick look at it's website it claims to have Linq-to-Oracle support. How hard is this to get working, e.g. does oracle software need to be installed on the client machine?
...
Hello:
My IT department and I are trying to get an ASP.NET web application to run on a Linux with Mono. We have been working on this for about a month to no avail. The Mono setup on the Linux server seems to be good. We are able to run the demo ASP.NET pages on the server and they work fine.
I developed my ASP.NET web application ...
Possible Duplicate:
Is Mono ready for prime time?
I have a few questions that are related to each others.
What strategy do you use for creating applications in C# that work on Windows, Linux and Mac? I know that mono is probably the right tool, but what is your work flow like? Do you develop in Visual Studio and then try to po...
I downloaded and installed Mono 2.4.2.3 Framework for the Mac OS. The docs say that the download includes the Cocoa Sharp framework binary. But I don't see it anywhere.
Does anyone know where it is?
...
Hi,
I have the following questions:
Is it possible to compile a C# project using VS.NET, and run it on mono?
Are there any performance benefits associated with approach 1 (vs compiling with the mono compiler)?
What about running the output .exe/.dll on linux? And what are the associated performance characteristics?
Thanks
...
Hi,
On this page, http://www.mono-project.com/Supported%5FPlatforms, 64bit windows isn't listed as a supported platform. However, I keep getting the feeling that it's supported (the x64 codegenerator works...). Can anyone conclusively confirm this theory?
Thanks
...
Hi,
Can anyone provide a step by step instruction on how to build the Mono class library (namely System.dll and mscorlib.dll) on windows? I can already build the core libmono/mono stuff using msvc.
I've already looked at the following (none of them work...)
http://ondotnet.com/pub/a/dotnet/2005/02/07/monowindows.html
http://www.codep...