[Mono-list] WCF certificate security with Mono

2011-07-22 Thread Michael Stoll
I'm trying to migrate an existing application to Mono (v2.10.2). Therefore I created a test WCF service with BasicHttpBinding and message security. The client works perfectly with .NET, but when running with Mono it fails. The client factory is instantiated as follows: | var certificate= n

Re: [Mono-list] Problem with MySQL connection using ProviderFactory

2011-07-22 Thread Danny
You can add this to your app.config file using the element and it will get appended to the system's default set. An example from my system that uses Firebird... The element is a child of . Regards, Danny On 07/22/2011 12:16 PM, Vinod wrote: > I am sorry if this

Re: [Mono-list] Problem with MySQL connection using ProviderFactory

2011-07-22 Thread Danny
You can add this to your app.config file using the element and it will get appended to the system's default set. An example from my system that uses Firebird... Regards, Danny On 07/22/2011 12:16 PM, Vinod wrote: > I am sorry if this sounds noobish (I am a noob as

Re: [Mono-list] WCF Hosting Problem

2011-07-22 Thread Atsushi Eno
It is hard for me to parse your message. Do you mean, you could run *my* sample but couldn't get your case that you didn't give us wsdls and hence left unfixed? Atsushi Eno > I just can't get this to work. I tried self hosting, it seems to work > at least a hello world service. Let me see if I

Re: [Mono-list] Problem with MySQL connection using ProviderFactory

2011-07-22 Thread Vinod
I am sorry if this sounds noobish (I am a noob as far as mono goes btw!), but where do I find ...In windows it's machine.config. where is it located in Linux (Open SUSE 11.3 to be specific). Thanks for your replies. -Vinod On Fri, Jul 22, 2011 at 4:50 PM, Robert Jordan [via Mono] < ml-node+36864

Re: [Mono-list] Problem with MySQL connection using ProviderFactory

2011-07-22 Thread Robert Jordan
On 22.07.2011 12:45, Vinod wrote: > well I did notice the casing. I corrected it in the code too. I get the error > message now in small letters -___- Maybe I was too sloppy in my post. The assembly file name *must* be "MySql.Data.dll". How does your looks like? Check the casing of the provider

Re: [Mono-list] Problem with MySQL connection using ProviderFactory

2011-07-22 Thread Vinod
well I did notice the casing. I corrected it in the code too. I get the error message now in small letters -___- that's all that changed. It must be something else. -Vinod -- View this message in context: http://mono.1490590.n4.nabble.com/Problem-with-MySQL-connection-using-ProviderFactory-tp36

Re: [Mono-list] Problem with MySQL connection using ProviderFactory

2011-07-22 Thread Robert Jordan
On 22.07.2011 12:16, Vinod wrote: > Guys, > > I have got another problem :-( > > I am trying to port my provider independent DAL to Mono. It compiles fine. > But when I try to execute the code I get the following error: > > /*Failed to find or load the registered .Net framework data provider > Mysq

[Mono-list] Problem with MySQL connection using ProviderFactory

2011-07-22 Thread Vinod
Guys, I have got another problem :-( I am trying to port my provider independent DAL to Mono. It compiles fine. But when I try to execute the code I get the following error: /*Failed to find or load the registered .Net framework data provider Mysql.Data.Mysqlclient*/ My connection string: *serv

Re: [Mono-list] WCF Hosting Problem

2011-07-22 Thread Vinod
I just can't get this to work. I tried self hosting, it seems to work at least a hello world service. Let me see if I can get my custom services to work that way. Apache hosting would have been really great though :-(. -Vinod -- View this message in context: http://mono.1490590.n4.nabble.com/WC

Re: [Mono-list] Mono - mkbundle

2011-07-22 Thread Robert Jordan
On 22.07.2011 04:20, TDain wrote: > Thanks for your reply. > > Sorry I don't understand though. I did not build using a non-default > prefix, I've rebuilt again to check any warnings, and there were none > emitted about this. > > Any other ideas? Well, /usr/local might be a non-default prefix in

Re: [Mono-list] Mono - mkbundle

2011-07-22 Thread Uli Hertlein
On 07/22/2011 04:20 AM, TDain wrote: > Thanks for your reply. > > Sorry I don't understand though. I did not build using a non-default > prefix, I've rebuilt again to check any warnings, and there were none > emitted about this. > > Any other ideas? Did you check that the location (/usr/local?)

Re: [Mono-list] Do you need to have Mono installed before you can build it?

2011-07-22 Thread Abe Gillespie
The C# compilers are written in C#. So, yeah, you've got to have *something* on your system that can compile C#. That can either be a previous Mono installation or the mono-lite package as you've found out. Sent from phone. Please excuse brevity and mistakes. On Jul 22, 2011, at 2:29, Mike Chri