[Mono-aspnet-list] Can I use a DLL compiled for Mono with gmcs on Windows ASP.Net?

don rhummy donrhummy at yahoo.com
Wed Jan 23 14:50:39 UTC 2013


I have a DLL that I compiled using gmcs (see below) and I want to use it in ASP.Net run on Windows (not Mono). Can I do this? Do I need to recompile it? If so, what would I need to do that?

The command I used was:

sudo gmcs /t:library /out:dbhandler.dll -r:System -r:System.Data -r:System.Web -r:System.Configuration dbhandler.cs


The namespaces it uses:

using System;
using System.Data.SqlClient;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Collections.Generic;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20130123/b0a104f1/attachment.html>


More information about the Mono-aspnet-list mailing list