[Mono-dev] I want to contrbute to mono-doc

2006-12-18 Thread Sharique uddin Ahmed Farooqui
Hi, I want to contrbute to mono-doc. How I can do this? -- Sharique uddin Ahmed Farooqui (C++/C# Developer, IT Consultant) http://www.sharique.managefolio.com/ A revolution is about to begin. A world is about to change. And you and me are "the initiator". _

Re: [Mono-dev] Microsoft.TeamFoundation APIs

2006-12-18 Thread joel reed
Just in the interest of getting what I have done out their now, I'm posting the following gzip'd patch against the 12/18/06 olive tree. Currently implemented functionality: Get list of all projects in a repository Get project by name Get project by url Querying labels Downloading file

Re: [Mono-dev] estimate time of mono version which support ASP.NET 2.0

2006-12-18 Thread Miguel de Icaza
Hello, > Mono have been done a great job to develop the 2.0 features. We > started on mono-1.13, to mono-2.2.1 now. But there is still a lot 2.0 > features in to do. Could someone estimate when will release the mono > version which support ASPNET 2.0? Or the Beta test version? It depends on the f

Re: [Mono-dev] PKCS12 and SecretBags

2006-12-18 Thread Sebastien Pouliot
Hello Jay, Some important things to consider about PKCS12 (well Mono.Security.dll in general)... (a) some very core Mono tools (like SN) and libraries (including, even if indirectly, mscorlib.dll) depends on this assembly. This imply that: i. we cannot break binary compatibility (we can

[Mono-dev] estimate time of mono version which support ASP.NET 2.0

2006-12-18 Thread Tony Gu
We have a project to run an exiting ASP.NET 2.0 web application under Mono (linux). Mono have been done a great job to develop the 2.0 features. We started on mono-1.13, to mono-2.2.1 now. But there is still a lot 2.0 features in to do. Could someone estimate when will release the mono version w

[Mono-dev] PKCS12 and SecretBags

2006-12-18 Thread Jay Miller
I'm looking to make use of the SecretBag type in a PKCS12 file. Mono does not currently support SecretBags in any explicit sense, which is to say that users cannot access them using the PKCS12 class. This makes some sense because SecretBags aren't really defined in the standard. Nonetheless, I w

[Mono-dev] Patch for Application.Restart ()

2006-12-18 Thread Daniel Nauck
Hello, i've implemented Application.Restart (). The patch is attached, please review. We've also discussed that topic today on #mono-winforms. The code for getting the mono path is from System.MS.CSharp.CSharpCodeCompiler. Somebody also mention that this is not a good solution to get the used mo

Re: [Mono-dev] Microsoft.TeamFoundation APIs

2006-12-18 Thread Charlie Poole
Hi Joel, > Charlie Poole wrote: > > Separate from the question of where this belongs and how it > relates to > > Mono, I'd love to have a way to access the Microsoft CodePlex > > repositories that doesn't involve use of TFS. > > Good idea. I'll test my code against codeplex in addition to >

Re: [Mono-dev] ASP.NET MySql connection

2006-12-18 Thread Daniel Morgan
You are using the wrong classes. System.Data.SqlClient is for Microsoft SQL Server clients. MySql.Data is for MySQL clients. --- Dariusz Linowski <[EMAIL PROTECTED]> wrote: > Hello, > > I've tried use the mono ASP.NET and meet some > problem with connection > to mysql database. I created ASP.N

Re: [Mono-dev] Heap-shot and mod-mono-server2

2006-12-18 Thread Michał Ziemski
Hi again! Probably a problem with direcotry permissions. After short examination of source code I found that invoking mono --profile=heap-shot:/tmp/objdump [exe] ill use /tmp/objdump as the output file! What a nice undocumented feature :) Cheers! Michał Ziemski Michał Ziemski napisał(a): > Hi

Re: [Mono-dev] ASP.NET MySql connection

2006-12-18 Thread Ben Timby
It looks like your code is using System.Data.SqlClient, which is a TDS client, for use with MS SQL Server, NOT MySql. Dariusz Linowski wrote: > System.Data.SqlClient.SqlException: Server does not exist or > connection refused. ---> Mono.Data.Tds.Protocol.TdsInternalException: > Server does not ex

[Mono-dev] Heap-shot and mod-mono-server2

2006-12-18 Thread Michał Ziemski
Hi! I was trying to use heas-shot to look into my app running on mod-mono-server2 When I kill -PROF the process I get the an error im my error_log: Is it possible at all to use this tool to heap-shot a mod-mono-server2? Cheers! Michał Ziemski Stacktrace: Native stacktrace: /usr/bin/mono

Re: [Mono-dev] Microsoft.TeamFoundation APIs

2006-12-18 Thread joel reed
Charlie Poole wrote: Separate from the question of where this belongs and how it relates to Mono, I'd love to have a way to access the Microsoft CodePlex repositories that doesn't involve use of TFS. Good idea. I'll test my code against codeplex in addition to my local TFS server. Any thou

Re: [Mono-dev] Incorrect cultured SatelliteAssembly

2006-12-18 Thread Gert Driesen
- Original Message - From: "Armand du Plessis" <[EMAIL PROTECTED]> To: Sent: Monday, December 18, 2006 2:28 PM Subject: [Mono-dev] Incorrect cultured SatelliteAssembly > Hi, > > Came across a small problem when loading satellite assemblies for a > specific Assembly. > >>From MSDN Assemb

[Mono-dev] ASP.NET MySql connection

2006-12-18 Thread Dariusz Linowski
Hello, I've tried use the mono ASP.NET and meet some problem with connection to mysql database. I created ASP.NET application used VWD tool and try to run in environment : mono-core-1.2.2.1, XSP2 (xsp-1.2.1-0), and MySql Connector NET 1.0.8. I received error: Description: Error processing reques

Re: [Mono-dev] Monodevelop integration with Plastic SCM

2006-12-18 Thread Lluis Sanchez
El dg 17 de 12 del 2006 a les 14:16 +0100, en/na pablosantosluac va escriure: > Lluis (all), > > We would like to integrate Monodevelop with our SCM tool: Plastic. We are > trying to release it running on Mono/Linux by the end of January. We would > like to try to integrate it with Monodevelop,