8,148 questions
4
votes
3
answers
2k
views
Can you set up Visual Studio to deploy to a Virtual Machine?
I have a virtual machine running windows 2003 server. It is on a separate machine on the network to reserve computer resources on my dev machine. Is it possible to configure visual studio 2008 so when ...
0
votes
1
answer
201
views
Non-Proprietary Virtual Image Clients?
Just to ask if there are any non-proprietary virtual image clients available, i.e. an application capable of running .vhd and/or .vmdk based virtual images? I have searched online, but have not been ...
4
votes
2
answers
3k
views
debugging code run in a virtual machine using the host
Is there a debugger which works from a virtual machine's host?
That is, instead of using interrupts inside the machine, I expect this debugger to recognize the virtual machine's OS routines, memory ...
3
votes
0
answers
156
views
F1 help in XBAP
I understand Stack Overflow is the place for really specific questions that only a couple of people would be interested in so here goes...
I have an application which is deployed as an XBAP which ...
4
votes
8
answers
2k
views
searching for a programming platform with hot code swap
I'm currently brainstorming over the idea how to upgrade a program while it is running. (Not while debugging, a "production" system.)
But one thing that is required for it, is to actually submit the ...
1
vote
4
answers
565
views
nightly build and virtual machines
At my place we are writing server side applications (WCF services) and we are looking forward automate the installation and run it in our nightly build process...
Moreover, we are looking forward ...
0
votes
2
answers
1k
views
Oracle datafiles on a Network Share
I have an Oracle 8.1.7 Server running on Windows 2000 Advanced Server in a Virtual Machine. We are currently using MS Virtual Server to host this. (The allocated hardware is powerful enough - we ...
5
votes
2
answers
1k
views
Do VMs like LLVM or PARROT allow usage of the same library from multiple languages?
Is it possible to use one framework written in one Parrot (LLVM) language in any other Parrot (LLVM) language?
(Like usage of .NET Framework from any CLR language)...
9
votes
5
answers
4k
views
Developing kernels and testing them in virtual machines
I like programming challenges, and writing a kernel seems a programming challenge.
Unfortunately, kernels are particularly hard to test because they are basically the core of operating systems and so ...
3
votes
4
answers
7k
views
Is it possible to get ntpd working on a virtual machine?
Our development team has just recently started using virtual machines to develop on and one issue we are having is keeping the clocks sync'd. I remember in the past there was an issue with ntpd not ...
1
vote
2
answers
651
views
Virtual Server IIS WMI Problem
I have been tasked with finding out what is causing an issue with this bit of code:
public static ArrayList GetEthernetMacAddresses()
{
ArrayList addresses = new ArrayList();
ManagementClass ...
23
votes
20
answers
11k
views
Are you using virtual machine as your primary development environment?
Recently I have purchased a notebook that came with Windows Home Basic (that don't have with ASP.Net/IIS. I thought in upgrade the Windows version to one with ASP.Net/IIS, but I thought in another ...
7
votes
5
answers
4k
views
Poll: Build Server in a Virtual Machine?
Is it better to have a Build Server in a virtual machine? Do the benefits of having a build server in a VM outweigh the costs?
1
vote
10
answers
2k
views
What's your choice for testing your program in a virtual machine?
When testing our software on several different systems (98-XP-Vista-Seven-Linux-etc), I think that the best choice is to use virtualized systems.
What's your choice: VMware, Virtual Box or MS Virtual ...
-1
votes
3
answers
181
views
Migrate Software Deployed on Linux VM? [closed]
I've got some software I created deployed on a Linux VM. I'd like to deploy a second copy of the software on a second virtual machine. Ideally, I'd like to just clone the VM volume, fire up a second ...
0
votes
2
answers
196
views
Why Virtualize the mobile?
Virtualizing the mobile is way different from virtualizing the server or the desktop, where in the the hardware components are almost standardized [like the keyboard, mouse , usb, LAN etc] so the ...
4
votes
2
answers
3k
views
Web Application Infrastructure
I have custom coded several enterprise applications for mid to large organizations to use internally (some with a minimal external footprint). I now have plans for a web project that may (hopefully) ...
4
votes
5
answers
4k
views
What can I do if a Java VM crashes repeatedly?
What is the best practice to solve a Java VM crash if the follow conditions are true:
No own or third party native code. 100% pure java
The same program run on many other system without any problems.
...
6
votes
3
answers
9k
views
Test a site in Mac Firefox
I need to test a site with a dynamic menu in Mac Firefox, but I'm running in Windows. A simple browsershot.com test won't help; I need to actually use the site.
How can I acquire a method of doing ...
3
votes
17
answers
21k
views
Running many virtual machines on a single host
I have a need to run a relatively large number of virtual machines on a relatively small number of physical hosts. Each virtual machine isn't doing to much - each only needs to run essentially one ...
5
votes
3
answers
3k
views
How do I rename a SharePoint virtual machine
I am using virtual machines for development,but each time I need a new VM, I copy the file and create a new server, but I need a new name for the server to add it to our network.
After renaming the ...
12
votes
8
answers
6k
views
Running JIRA on a VM
Anyone have any success or failure running Jira on a VM?
I am setting up a new source control and defect tracking server. My server room is near full and my services group suggested a VM. I saw ...
131
votes
7
answers
134k
views
How do I access the host machine from the guest machine? [closed]
I've just created a new Windows XP VM on my Mac using VMware Fusion. The VM is using NAT to share the host's internet connection.
How do I access a Rails application, which is accessible on the Mac ...
0
votes
4
answers
2k
views
Is there a way I can have a VM gain access to my computer?
I would like to have a VM to look at how applications appear and to develop OS-specific applications, however, I want to keep all my code on my Windows machine so if I decide to nuke a VM or anything ...