Questions tagged [parallels]

Parallels Desktop for Mac by Parallels, Inc., is software providing hardware virtualization for Macintosh computers with Intel processors.

Parallels Desktop for Mac by Parallels, Inc., is software providing hardware virtualization for Macintosh computers with Intel processors.

Parallels Desktop for Mac is a hardware emulation virtualization software, using hypervisor technology that works by mapping the host computer’s hardware resources directly to the virtual machine’s resources. Each virtual machine thus operates identically to a standalone computer, with virtually all the resources of a physical computer.

Because all guest virtual machines use the same hardware drivers irrespective of the actual hardware on the host computer, virtual machine instances are highly portable between computers. For example, a running virtual machine can be stopped, copied to another physical computer, and restarted.

Parallels Desktop for Mac is able to virtualize a full set of standard PC hardware, including:

  • A virtualized CPU of the same type as the host's physical processor, ACPI compliance system,
  • A generic motherboard compatible with the Intel i965 chipset,
  • Up to 8 GB of RAM for guest virtual machines,
  • Up to 1 GB of video RAM (VRAM),
  • VGA and SVGA video adapter with VESA 3.0 support and OpenGL and DirectX acceleration,
  • A 1.44 MB floppy drive, which can be mapped to a physical drive or to an image file,
  • Up to four IDE devices. This includes virtual hard drives ranging in size from 20 MB to 2 TB each and CD/DVD-ROM drives. Virtual CD/DVD-ROM drives can be mapped to either physical drives or ISO image files.
  • DVD/CD-ROM “pass-through” access,
  • Up to four serial ports that can be mapped to a pipe or to an output file,
  • Up to three bi-directional parallel ports, each of which can be mapped to a real port, to a real printer, or to an output file,
  • An Ethernet virtual network card compatible with Realtek RTL8029(AS), capable of up to 16 network interface connections,
  • Up to eight USB 2.0 devices and two USB 1.1 devices,
  • An AC'97-compatible sound card.
  • A 104-key Windows enhanced keyboard and a PS/2 wheel mouse.

Source:http://en.wikipedia.org/wiki/Parallels_Desktop_for_Mac

Resources

436 questions
10
votes
4 answers

Parallels desktop: access local IIS web application from OS X (host)

I'am running Windows 10 on OS X using Parallels Desktop (network is in SHARED mode). I need to access web applications created on Visual Studio and running on IIS 10 from the host. For example for a generic application running on Windows at…
revy
  • 3,945
  • 7
  • 40
  • 85
10
votes
2 answers

VS Emulator for Android has no internet connection

As the title says, my VS Android Emulator has no connection to the internet. In the Android screen, it says it's connected to WiFi, but browsing doesn't work. Expect the problem is I am running Windows 10 in Parallels on my MacBook, but I don't know…
10
votes
4 answers

When to use Parallel.For?

I have recently moved to C#.net 4. I love Parallel.For, but not sure when to use and when not to. I know that when order is not important for me - I'll use it. But are there any tests regarding the overhead of working with Parallels? Meaning, if my…
Faruz
  • 9,909
  • 10
  • 48
  • 66
8
votes
1 answer

ModernIE VM Windows 10 for Parallels won't run

I'm attempting to get the Modern IE VM for Windows 10 with IE 11 to run in Parallels 10.2 on Mac OS X 10.10.3. I have downloaded it multiple times, using both the single zip and multiple file methods. When I start it I get Recovery Your…
8
votes
3 answers

Running a C# Windows Forms application on Windows 7 in Parallels 8 error

I have written a pretty simple C# Windows Forms application, and a colleague wants to test it out on Windows 7 using Parallels 8, because he only has a Mac. The problem is, when he starts it up using the EXE file in the debug folder, he gets this…
poncho
  • 1,100
  • 2
  • 15
  • 38
7
votes
3 answers

Ideas on how to get around Windows 11 ARM not supporting IIS

My new Macbook Pro running on an M1 Max (ARM) chip just came in. I installed Parallels and Windows 11 Preview for ARM, and Visual Studio installs / launches / builds my solution beautifully. Unfortunately the turn windows features on or off dialog…
Justin
  • 17,670
  • 38
  • 132
  • 201
7
votes
1 answer

Docker in a Parallels' Virtual Windows 10 Pro Machine

I have a 2013 Mac Pro running the latest Parallels Desktop Pro v 12.2.0 (41591) On it, is a Windows 10 Pro virtual with Docker Version 17.03.1-ce-win10 (11972) Docker can only run with 'windows containers' because when trying to fire up the…
Beau D'Amore
  • 3,174
  • 5
  • 24
  • 56
7
votes
2 answers

How can I debug solutions in Visual Studio 2010 from a network share?

I've recently got a new Mac laptop and am running VS2010 in a Parallels virtual machine. It's mostly working out well for me, but I'm having some problems with debugging specific project types, related to the fact that the projects are being…
alastairs
  • 6,697
  • 8
  • 50
  • 64
7
votes
2 answers

VM (Parallels) not using the VPN connection on the host (osx mavericks)

I am running Tunnelblick from my Mac. My local network is 192.168.0.0/32 and the network I am trying to connect is 192.168.252.0/22. Also, I am using a VM (Parallels) running Windows 8.1. I want to connect to a VPN from my Mac and share this network…
Lisa Shiphrah
  • 447
  • 4
  • 13
6
votes
0 answers

Why do I get a 403 when hitting a localhost iisexpress site hosted on a VM

So before I start, I know how to open up IISExpress to the network, there's plenty of articles about this, I even wrote one. However, these approaches do have limitations - most notably the need to add bindings which I've found to be hit-or-miss and…
George Mauer
  • 117,483
  • 131
  • 382
  • 612
6
votes
1 answer

clone succeeded but checkout failed

I tried to clone a large project at work. It has worked in the past. This is a new machine I'm working on and I'm cloning it using terminal on the Mac in one of the /Volumes folder where Parallels can access it. Previously, I have cloned it on…
Crystal
  • 28,460
  • 62
  • 219
  • 393
6
votes
4 answers

Maven assembly plugin: Failed to retrieve numeric file attributes using: '/bin/sh -c ls -1nlaR

I am running parallels with Debian on my OSX 10.7.5 and I have linked a directory with Java sources from OSX to the virtual Debian machine (using Parallels tools, which mount directories to /media/psf/). Compilation works correctly, only problem I…
Vojtěch
  • 11,312
  • 31
  • 103
  • 173
5
votes
3 answers

Rails : How to get parallels running with Pow

I've recently starting using Pow for local Rails application development. I typically use parallels 7 for cross-browser testing. I'm running into an issue where my POW development url - e.g. somesubdomain.domain.dev - is not accessible from the…
Erik Lott
  • 697
  • 1
  • 9
  • 17
5
votes
5 answers

TFS access denied error when doing checkin using parallels, and Visual studio 2013 on a Mac

I am running visual studio with TFS in parallels on a mac. In parallels, my projects are actually pointed to the mac documents folder. I am able to open and edit projects no problem as well as push them to the server. Recently I enabled TFS source…
Judson Terrell
  • 4,204
  • 2
  • 29
  • 45
5
votes
1 answer

Can't seem to be able to open DLL for Excel on Mac running Parallels

My main stationary machine is a Windows box running Win 8.1 64-bit and Office 2013 32-bit. I developed a 32-bit DLL with functions in VS2013 which I include through Excel VBA. Functions work fine on Windows. Then I have a Macbook Pro running Windows…
Steve06
  • 741
  • 2
  • 15
  • 32
1
2
3
29 30