在 Mac 上使用 .net Framework 4.6.1 和 m1
下午好。 工作中,我们正在开发一个老项目,使用了.net Framework 4.6.1、wcf等老东西。现在我正在使用 intel 的 mac 上工作,我通过 Parallels 中的 Visual Studio 运行该项目。
想知道我是否可以使用 m1 在 Mac 上开发项目?
Parallels 发布了 m1 的虚拟机,但据我所知,它使用的是 Windows Arm。是否可以通过 Parallels 在 mac 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 Macbook Air M1 中使用并行桌面尝试了.net 4.6项目,并通过Azure访问MMSQL数据库使用 Docker 的 Data Studio。它工作正常,我已经创建了项目并对其进行了调试,一切工作正常。
它只有 1 个我仍然无法解决的问题,即 CSS,CSS 和 JS 在本地运行项目时不起作用。如果有人知道解决方案请分享!
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!