Re: [Mono-list] will this .NET project run with mono?

2015-04-02 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of William Ivanski > > You can try to find these DLLs in Windows, put then in your bin folder, and > reference them in your Mono project. Pretty unlikely to work, given that MS didn't test on mono.

Re: [Mono-list] will this .NET project run with mono?

2015-04-01 Thread William Ivanski
You can try to find these DLLs in Windows, put then in your bin folder, and reference them in your Mono project. William Ivanski 2015-04-01 12:40 GMT-03:00 Tomasz Chmielewski : > I have a .NET project which requires the following libraries which don't > exit in Mono: > > SMDiagnostics > Microsof

[Mono-list] will this .NET project run with mono?

2015-04-01 Thread Tomasz Chmielewski
I have a .NET project which requires the following libraries which don't exit in Mono: SMDiagnostics Microsoft.Transactions.Bridge System.Deployment System.Web.RegularExpressions System.Web.DataVisualization Is there a way to make this .net project run on Mono? I think they are some important