virtualization

Are virtual servers quirky with Windows Server 2003, IIS 6, ASP.NET MVC?

For several months I've been working on a customer site building a web site using ASP.NET MVC with C#, SQL Server 2005, ADO.NET Entity Framework, JQuery and some ESRI web APIs and geodatabases. The test server is running IIS6 on Windows Server 2003. Over this time I've seen some weird things that have caused a lot of rework: JavaScript...

One click virtual machine demo?

I want to give a demo for my customers use virtual machine, but I don't want the customer to install the virtual machine software, can I make a demo which bundle the virtual machine software and my virtual machine, then just a click to run the virtual machine. It will be cool. is there any tool can do that? ...

Can I distribute my app on a Linux-based virtual machine and keep it closed source?

I would like to use a Debian distribution for this purpose. My application is closed source and Debian is a mix of various open source licenses. Some of them force publishing everything that uses it under the same license (GPL). Does it apply to my scenario as well or can I still use my own license for my code? ...

How can I use the COM object "VirtualPC.Application" to automate Windows Virtual PC from c#

I've read that Windows Virtual PC comes with a COM interface (VirtualPC.Application). I've read blogs about how to use it from Powershell. But how can I use it from c#? Specifically, is there a Primary Interop Assembly (PIA) that I can use in c# to get intellisense in visual studio? ...

Is it possible to develop Mac OSX apps on Windows?

If so, how would one get started? Basically, I'd like to port a Windows app to Mac without having to purchase a costly Apple computer. ...

WPF Datagrid virtualization and auto height (not explicit).

I am trying to design a view with a datagrid a grid splitter and a bottom panel that contains some messages. Something like: <Grid> <Grid.RowDefinitions> <RowDefinition Height="*"/> <RowDefinition Height="10"/> <RowDefinition Height="Auto"/> </Grid.RowDefinitions> <toolkit:DataGrid Grid.Row="0" {deta...

Has anywone run sqlanywhere (any version) in a virtural machine

My clients it department wants to move the database for my application to virtual partition. If you have done this what are the issues you ran into (performance, backups, replication). Currently running ASA 8 but upgrading to ASA 11 in near future. ...

Virtualising servers on Mac OS

I need to virtualise Ubuntu 24/7 on my Mac. Is there a lite virtualisation piece of software that allows me to run it discretely? I do not want an interface... I will manage via SSH... I have been using VirtualBox but it always insists on having a window open... can I run a guest OS as a service?? VMWare server looks suitable but it's ...

Object does not get created on Virtual PC

I have set up a virtual PC (XP SP3) for executing automation developed in VBA. This automation creates an object of few Dlls developed in C# and VB.Net. But when I execute the automation using this VPC machine; the required objects does not get created and automation fails. Please let me know what could be the reasons for the same and ho...

Best uses of virtualization for webapp development

I'm preparing to upgrade my main development system to Ubuntu 9.10. Previously it was running 8.10 with no virtualization. I'd like to start taking advantage of the virtualization technologies built into the newer release, but am unsure what kinds of best practices there are for doing this. Although I'm using Ubuntu, answers for other pl...

Parallel programming on a Quad-Core and a VM?

I'm thinking of slowly picking up Parallel Programming. I've seen people use clusters with OpenMPI installed to learn this stuff. I do not have access to a cluster but have a Quad-Core machine. Will I be able to experience any benefit here? Also, if I'm running linux inside a Virtual machine, does it make sense in using OpenMPI inside a ...

VMWare Server 2 loses virtual machines after reboot

Hi guys! I have a very annoying bug in my VMware Server 2 installed on Ubuntu 9.10. Actually VMware was installed without any problem, it also works fine, but there is an issue: each time I start the web-interface after reboot it says: "The Datastore Browser could not successfully retrieve data from the server", so I need to delete and r...

VMWare-Mount not recognizing virtual disks

I have two disks as .vmdk files, and four as .vdi files. I can boot virtual machines on them with Sun xMV VirtualBox, and they work just fine. However, I want to mount them on my local computer so I can read some files off of them without starting a virtual machine. I downloaded the vmware-mount utility, but I get this error: Unable to ...

Visual Studio slow in Virtualbox

Like really really slow. I've got a 64 bit, 8 cores, 12 gig ram windows 7 host. I gave 4 cores and 4 gigs of ram to a 64 bit windows 7 virtual machine within which I am trying to run visual studio 2010 (and sql server - but that's it). It worked for a few days but then the resource usage went off the charts - near 100% CPU at all time...

VPS/VDS for Continuous Integration (TeamCity)

We are looking at moving some of existing infrastructure to the virtual space, hence the question: Would you recommend a virtual hosting provider for hosting TeamCity CI server, based on your experience? It'd be nice to get company names/links but if that's against the rules listing your VPS configuration should also do. ...

Have you had problems developing on a Virtual PC?

I use a virtual PC (with remote desktop connection) for my project. The project uses some GDI+ functionality. Now, apparently there is a problem when displaying graphics object on the real and virtual PC. A simple example: public class Form1 : Form { private void Form1_Paint(System.Object sender, S...

How can I tell what resolution a VM is running at with VirtualBox?

I have some VirtualBox VMs running. Is there any way to programatically get the resolution they are running at? The guest VMs are running Windows XP. ...

best way to set up a VM for development (regarding performance)

I am trying to set up a clean vm I will use in many of my devs. Hopefully I will use it many times and for a long time, so I want to get it right and set it up so performance is as good as possible. I have searched for a list of things to do, but strangely found only older posts, and none here. My requirements are: My host is Vista 3...

How to prevent SxS error when launching the application from virtual path?

I am currently working on a simple application virtualization layer by virtualizing all file/registry operations at the NtDll.dll level. But when I launch the application from the virtual path, and if the virtual path doesnt exist in the actual Host, then the application fails to launch. Here is the example If the virtual filesyste...

Have anyone succeeded in ThinApp'ing Visual Studio?

The purpose is to have a USB flash to have a developer seat everywhere. The idea is to use application virtualization to package Visual Studio. However, AFAIK, there are big problems. Have anyone succeeded in packaging Visual Studio (2010, 2008) using ThinApp, App-V, ... P.S. I'm aware of google. ...