hi to all !
i have create one project in .net(c#,asp,vb.net) from windows os.
can i exccute this project in mac os?

Recommended Answers

All 3 Replies

Depends. If you've used Windows-specific components in the project (for example, Windows forms), it won't be portable. However, if you've used purely .NET and cross-platform libraries, then you should be able to compile/run the application with the help of Mono.

Is this an exe you're trying to run?

You can always use Darwine, which may or may not run your application.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.