.NET framework on Macintosh

H

Hem

I wish to know if applications developed on Windows OS
using .NET Framework can be made to run on the Macintosh
PCs. We are developing an application using .NET Windows
Forms. The guys who would test this application have Mac
PCs. Can they somehow run this app?
 
R

Rob Teixeira [MVP]

The .NET runtime (redist or SDK) from Microsoft only runs on Windows.
However, your application is just a collection of meta data and CIL
instructions, which is in theory portable.
The ROTOR project (a Microsoft sponsored open source version of the .NET
runtime), last I saw, had something in the works for the Mac, but realize
that ROTOR is mostly about the .NET bits and pieces that were submitted as a
standard (as far as I remember, WinForms is not in that category).
Also, if you check out the Mono project http://www.go-mono.com/ there is
someone working on a Mac port, but they are far from being done.

-Rob [MVP]
 
J

Jerry Ham

You'll need to have them use terminal services to get to a Windows server or
use Connectix (now Microsoft) Virtual PC installed on their Macs...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top