Tag Info

Hot answers tagged

72

The easiest way to check your workstation is to download the VMware Processor Check for 64-Bit Compatibility tool from the VMware website. You can't run a 64-bit VM session on a 32-bit processor. However, you can run a 64-bit VM session if you have a 64-bit processor but have installed a 32-bit host OS and your processor supports the right extensions. The ...


56

There's actually much more to it than just making the ItemsPanelTemplate use VirtualizingStackPanel. The default ControlTemplate for ItemsControl does not have a ScrollViewer, which is the key to virtualization. Adding to the the default control template for ItemsControl (using the control template for ListBox as a template) gives us the following: ...


43

I bought a Mac mini and I downloaded Xcode and the iPhone SDK from Apple's Developer Connection page. I connected an existing 20" display. It worked for me, but I have to admit that I didn't work on huge projects. I did it just for fun and I never had any performance issues. You can get the 1.83 GHz Intel Core 2 Duo, 1GB memory, 80GB hard drive model at $ ...


39

VMDK/VMX are VMWare file formats but you can use it with VirtualBox, just create a new Virtual Machine and when asks for a hard disk choose "Use an existing hard disk" and click on the "button with folder and green arrow image on the combo box right" which opens Virtual Media Manager, it looks like this (you can open it directly pressing CTRL+D on main ...


36

Screw Apple's caveats. They were paid for the software, so they have nothing to say about what I use it with, just as it's not their affair if I Bootcamp or otherwise employ Windows OS. And yes, I own both Apple and other brands of Intel computers. The biggest problem I've had is getting the drivers to work on my laptop.


34

Contents Which browsers have to be tested? Rules of thumb: Which browsers should be included? Preparation Windows XP Windows 7 (for IE9+) Browser downloads Internet Explorer Firefox Opera Chrome Safari Adobe Flash Player Download summary Sandboxie Part 2: Installation and configuration Internet ...


32

Have you tried the compatibility virtual machines? They are from MS and free. I have used them for IE 6 testing. http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&displaylang=en VM's are available for 6,7, and 8 in Windows XP SP3.


31

I can say this from personal experience because I am dealing with this very problem as we speak. The place I am currently working as a contractor has this type of environment for their SQL Server development systems. I am trying to develop a fairly modest B.I. system on this environment and really struggling with the performance issues. TLB misses and ...


29

I wrote a series of articles last year on this, with source code. VMware and Wine detection are here. Virtual PC is here. All three of these have pretty iron-clad detection because there are documented callbacks to the hypervisor (in the case of Wine, an extension to a standard DLL). I put up an untested VirtualBox detector (don't have it installed to test ...


21

Is this possible? Legal? If so, what are the drawbacks and tricks You can now legally (and very easily) virtualise OS X Server using VMWare Fusion v2.0 and above (Fusion being the Mac version of VMWare Workstation. The OS X Server support is stated quietly here, under the section "Broad Operating System Support"). To install regular OS X Tiger/Leopard ...


21

Contents of part 2 (navigate to: part 1)  4.  Internet Explorer  5.  Firefox  6.  Opera  7.  Chrome  8.  Safari  9.  Developer tools (and shortcuts)  10.  Measured set-up time and disk space     •  Time needed per browser (install & ...


20

With VMWare, there is the Virtual Machine Automation APIs (VIX API). You can find the reference guide here. It works with VMWare Server and WorkStation, but AFAIK it's not available for ESX Server. From the main page for VIX: The VIX API allows you to write scripts and programs that automate virtual machine operations. The API is ...


20

There are two techniques that might be a big help. Both of them are described very well by Bea Stolnitz on her blog. The first is UI Virtualization and the second is Data Virtualization In UI virtualization you use things like VirtualizingStackPanel to make the UI draw fewer things. Data virtualization makes sure you don't bring a million objects into ...


18

I don't Know what exactly you are going to do with VirtualBox but you should check if you can' t use the Personal Use Licence. From http://www.virtualbox.org/wiki/Licensing_FAQ It doesn't matter whether you just use it for fun or run your multi-million euro business with it. So as long as you follow some rules on distributing the Installation in your ...


18

The WinPhone7 (and WinPhone8) emulator is itself a VM and few (if any) general-purpose VM's will host another VM infrastructure, which is why it crashes Parallels etc. If you want to have the emulator run from within a different VM to the one MS provides, then you're into the realm of extracting images, toggling bits and trying to tack it into your VM of ...


17

I just built a real beefy machine at home so that I could run multiple VMs at once. My case is probably extreme though, but here is my logic for doing so. Testing When I test, particularly a desktop app, I typically create multiple VMs, one for each platform that my software should run on (Windows 2000/XP/Vista etc). If 32 and 64 bit flavors are ...


17

I realize I'm late to the party here... but I ran into this problem recently (using the DataGrid built into .NET 4). Unfortunately, there still is no virtualization of the rows once Grouping is used on the DataGrid... but a I found a very slick performance enhancement trick that hopefully somebody else will find useful as well. Assuming you're using an ...


16

Edit: Apparently, my original answer of using Technet is incorrect if you plan on testing custom code with the Technet-provided products. I'm not going to comment on whether it's illegal or not, since I Am Not A Lawyer, Nor Do I Play One On TV, but it is clearly a violation of MS's license agreement to do it. So, if you want to test custom code on MS ...


16

VMWare Workstation will do all of the above, and more: Create whole-cloth (straight file copies) or delta-only (which uses a "parent" image and only records changes) clones of machines Simulate an environment with multiple machines (useful for client-server) Integration with Visual Studio debugger Screen captures / recordings Import physical machines as ...


14

VMware did recently release a free version of ESXi recently. VMware has a few advantages: 1. VMware virtual machines are portable across different types of hardware. IIRC, Hyper-V uses the drivers from the Host OS. 2. VMware virtual machines are portable across different VMware products (although you may need to use their converter tool to go from some ...


14

If you have 32-bit hardware, no, you cannot run a 64-bit guest OS. "VMware software does not emulate an instruction set for different hardware not physically present". However, QEMU can emulate a 64-bit processor, so you could convert the VMWare machine and run it with this From this 2008-era blog post (mirrored by archive.org): $ cd ...


14

Assuming you're not using NAT-based VMWare networking, the answer isn't any different for a virtual (guest) server than for a real one. You can: Assign a static IP via whatever mechanism the guest operating system supports. Configure the guest operating system to get its IP address from a DHCP server, and configure the DHCP server to return a static IP ...


14

"ScrollViewer currently allows two scrolling modes: smooth pixel-by-pixel scrolling (CanContentScroll = false) or discrete item-by-item scrolling (CanContentScroll = true). Currently WPF supports UI virtualization only when scrolling by item. Pixel-based scrolling is also called “physical scrolling” and item-based scrolling is also called “logical ...


13

@Andrew - I'm exactly in your situation. I use a MBP while my company work is purely Microsoft based: i.e., .NET, COM etc. While nothing can beat running Vista natively in Boot Camp (I've never seen Vista run so fast), the niceties of having your Mac OS be the "main" OS, for internet, mail etc. has gotten me to the following configuration. Works like a ...


13

A lot of the research on this is dedicated to detecting so-called "blue pill" attacks, that is, a malicious hypervisor that is actively attempting to evade detection. The classic trick to detect a VM is to populate the ITLB, run an instruction that must be virtualized (which necessarily clears out such processor state when it gives control to the ...


13

I've got a colleague who likes to work this way. He's got a virtual machine for each project he works on. I personally don't like using a virtual machine to do development. It's slower than working directly on my machine. It doesn't do multiple monitors well. Don't protect your devs from knowing the gritty details about IDEs, tools, and service ...


13

It is possible to achieve smooth scrolling VirtualizingStackPanels in WPF 4.0 without sacrificing virtualization if you're prepared to use reflection to access private functionality of the VirtualizingStackPanel. All you have to do is set the private IsPixelBased property of the VirtualizingStackPanel to true. Note that in .Net 4.5 there's no need for this ...


12

I am a consultant and tend to work in a variety of environments. I carry a Thinkpad running VMWare Server over Ubuntu64 with 4GB of RAM. I've got a 320GB secondary hard drive that I use just for VM's and have 25 or so different virtual machines that I boot up as the circumstances demand. They're a mix of Linux servers and workstations, Vista workstations ...


12

I use it for testing our installer, because it is important to check whether the application will work on a clean installation of the operating system. I used to do these tests by keeping a hard drive with a fresh operating system installation and making a copy of that disk for (almost) every new test run. This was very time consuming, and the virtual ...


11

Application testing in multiple environments is one obvious use of virtualization that I'm aware of. Testing your application on other operating systems (without requiring additional physical computers to do so), as well as testing that involves software that generally only allows you to install a single version on a given machine (such as the Internet ...



Only top voted, non community-wiki answers of a minimum length are eligible