Hi,
I am using DbLinq to connect to a MySQL database in a WPF browser application. My problem is that the DbLinq.DLL and DbLinq.MySql.DLL wont allow me to create a partially trusted application. I don't want the application to be "full trust" unless there is no other option, so I've been searching around for a solution, but I haven't been able to find anything.
Is there any way of allowing those DLL references to work with a partially trusted application? Or is there a better solution?
Thanks in advance,
Simon