On Wed, Feb 25, 2009 at 1:09 AM, millisami <[email protected]> wrote: > The concern: > How hard is installing this Mono framework in Ubuntu Hardy?
As hard as it is to install any other package -- not very. > What is the minimal installation to run that .dll file? That's impossible to know without knowing which assemblies that library references. > Can this be accomplished? You cannot run a library directly. You must first reference it from an executable assembly and call the functions you need. This will probably involve writing a bit of C#. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
