Vlad Sahar
Vlad Sahar

Reputation: 71

Using .net framework 4.6.1 on mac with m1

Good afternoon. At work, we are developing an old project that uses such old things as .net framework 4.6.1, wcf, and so on. Now I'm working on a mac with intel, I'm running the project through visual studio in Parallels.

Wanted to know if I can work on a project on mac with m1?

Parallels released a virtual machine for m1, but it uses windows arm, as far as I read. Will it be possible to run such an old project on mac m1 via Parallels?

Upvotes: 4

Views: 3024

Answers (1)

Mukesh Bhagat
Mukesh Bhagat

Reputation: 11

I tried .net 4.6 project in Macbook Air M1 using Parallel Desktop and accessing MMSQL database through Azure Data Studio using Docker. It is working fine and i have create project and debugged it, everything works fine.

It has only 1 issue which still i am not able solved was CSS, CSS and JS was not working when running project locally. If anyone know the solution please share!

Upvotes: 1

Related Questions