[Mono-list] Graphics.DrawImage(...) bug not fixed till 3 years :-((

2013-09-22 Thread biternal
Hi, there is a horrible bug till years in the drawimage-method of the graphics-class in System.Drawing! When you tile an image into nine segments, you have 8 border-segments and one center. If you draw and stretch these tiles to another image using the graphics-class, not all tiles are drawn and t

Re: [Mono-list] Connecting Remote SQL Server through C#

2013-09-20 Thread biternal
Hi Martin, would it be possible, that you try to connect against my server? It's at h1878433.stratoserver.net\SQLEXPRESS,8080. I created a database called 'Test2008' with one table named 'Test'. User and password are both 'Test'. I can also produce another errormessage when I exclude the instance

Re: [Mono-list] Connecting Remote SQL Server through C#

2013-09-17 Thread biternal
Ok, I disabled to force an encrypted connection...No luck. -- View this message in context: http://mono.1490590.n4.nabble.com/Connecting-Remote-SQL-Server-through-C-tp1506517p4660903.html Sent from the Mono - General mailing list archive at Nabble.com. __

Re: [Mono-list] Connecting Remote SQL Server through C#

2013-09-15 Thread biternal
Could it that the SQLClient does not support encrypted connections? I use SQLExpress 2008 without a special certificate but enabled encryption. -- View this message in context: http://mono.1490590.n4.nabble.com/Connecting-Remote-SQL-Server-through-C-tp1506517p4660877.html Sent from the Mono - G

Re: [Mono-list] Connecting Remote SQL Server through C#

2013-09-07 Thread biternal
Hi, I receive the same Error. Tried everything: Same connection(-string) works from a Microsoft Workstation, host and IP can be resolved/pinged from Linux box, Port is known but different from standard port 1433, SQL-Authentication and Remoteconnections are enabled and used by MS SQL-Server. Syst