[Mono-dev] Windows Integrated Authentication

2010-11-24 Thread agez
Hi, we're developing an ASP.Net MVC2 web application for the Intranet and wanted to use Windows Integrated Authentication. Everything works fine with the Visual Studio Development Server or IIS. But we wanted to switch to a Mono Server. And there the user's identity isn't available. So

[Mono-dev] Implementation of SetPropertyItem

2010-11-24 Thread Patrick Kowalzick
Dear List, I found that System.Drawing.Image::SetPropertyItem throws a NotImplementedException. The code from https://github.com/mono/mono/blob/master/mcs/class/System.Drawing/System.Drawing/Image.cs looks like public void SetPropertyItem(PropertyItem propitem) { throw new

Re: [Mono-dev] Implementation of SetPropertyItem

2010-11-24 Thread Alan
Simplest thing to do is run a git blame on the file and see when the lines were changed last. The code was commented out in rev 83c90e2. The commit message is: Image.cs: throw NotImplementedException in SetPropertyItem instead of executing broken code. See #406307 for test case. So check

Re: [Mono-dev] Windows Integrated Authentication

2010-11-24 Thread Marek Habersack
On Wed, 24 Nov 2010 07:11:11 -0800 (PST) agez helmut_zieg...@gmx.de wrote: Hi, Hey, we're developing an ASP.Net MVC2 web application for the Intranet and wanted to use Windows Integrated Authentication. Everything works fine with the Visual Studio Development Server or IIS. But we

Re: [Mono-dev] Problem building mono-2.8.1

2010-11-24 Thread Paul F. Johnson
Hi, Is there a patch to fix this? I just pushed one: mono-2-8 79d5f2e There is a problem later on which the patch doesn't cater for... /home/paul/rpmbuild/BUILD/mono-2.8.1/mcs/class/lib/moonlight_raw/System.dll (Location of the symbol related to previous warning)

[Mono-dev] WCF REST POST POCO, and null value

2010-11-24 Thread Joe Dluzen
Hi all, I've recently been familiarizing myself with the System.ServiceModel.Web namespace, as I'm looking to do some WCF REST style development. I've found 2 things that appear to be bugs, and am wondering if there are workarounds, or if I can [attempt to] patch it. 1. When passing an object

[Mono-dev] Mono 2.8.1 Fedora build script

2010-11-24 Thread Ernesto
Hi. I just wrote a script that builds and installs Mono 2.8.1 and MonoDevelop 2.4.1 on Fedora 14. It's inspired on the script on this page: http://www.integratedwebsystems.com/2010/10/mono-2-8-install-script-for-ubuntu-fedora/ It will install on /opt/mono-2.8.1, so a parallel mono

Re: [Mono-dev] Mono Winforms on Mac: Clipboard patches

2010-11-24 Thread matteo tesser
Hi, I gave a first look at the clipboard patch. I applied the patch in my version and tried it. Honestly I have to say that I never saw clipboard (copy and paste) working on WinForms/OSX, and unfortunately I did noticed any change (but no regressions either) in the behavior of tests launched

Re: [Mono-dev] Mono Winforms on Mac: Clipboard patches

2010-11-24 Thread stifu
I don't think you should use the MONO_MWF_MAC_FORCE_X11 flag to try these changes, as then you wouldn't be using the native Mac driver anymore, which means you wouldn't notice any changes before and after the patches, then. In the first place, as Ralph was trying to get his app to work on Mono,