.NET Framework in Wine

1

I need .NET Framework 3 (Sony Vegas Pro needs it) but I can't install it cause Wine errors. I have a Virtualbox VM with .NET 3 on it, I copied all the files in the Wine C: drive, and imported the reg key for .NET, but the program still asks me to install it.

What should I do?

Alberto Pau

Posted 2012-06-03T07:23:43.277

Reputation: 138

1You need Mono .net apps, not Wine – Sathyajith Bhat – 2012-06-03T07:25:03.917

Answers

0

you can install .net3.0 in wine ,instructions here ,alternatively you can try opensource alternative of .net called mono

Mono is a free and open source project led by Xamarin (formerly by Novell and originally by Ximian) to create an Ecma standard compliant .NET Framework-compatible set of tools including, among others, a C# compiler and a Common Language Runtime.

Tachyons

Posted 2012-06-03T07:23:43.277

Reputation: 557

Tried that guide, didn't work. Thanks for Mono, anyway – Alberto Pau – 2012-06-03T12:07:45.917