Click here to Skip to main content
15,886,199 members
Everything / Containers / Virtual Machine

Virtual Machine

virtual-machine

Great Reads

by Dark Daskin
Article describes how to build an assembly that exposes functions to unmanaged code without C++/CLI
by Lionel LASKE
Learn how to develop an application for the XO laptop - the OLPC project's machine - using Mono on Sugar OS.
by Stefan Savev 2
Describes how to dump information from the C# parse tree
by RockmanZero
An extendable report editor. You can simply add your own controls without recompiling the program or writing annoying plug-ins.

Latest Articles

by Intel
Leverage Intel® Software Guard Extensions on Virtual Machines to Deploy Secure, Accelerated Machine Learning Pipelines
by Micah Ebohon
When you want to get files from a remote machine and needed by a system or other process, it is possible using WinSCP and PowerShell script.
by ToughDev
Hyper-V & Hardware Assisted Virtualization
by Matt Pogue
Deploy XDR, host integrity, and more with Wazuh Server

All Articles

Sort by Score

Virtual Machine 

27 Jun 2009 by Dark Daskin
Article describes how to build an assembly that exposes functions to unmanaged code without C++/CLI
21 Apr 2009 by Lionel LASKE
Learn how to develop an application for the XO laptop - the OLPC project's machine - using Mono on Sugar OS.
9 Oct 2010 by Stefan Savev 2
Describes how to dump information from the C# parse tree
3 Sep 2008 by RockmanZero
An extendable report editor. You can simply add your own controls without recompiling the program or writing annoying plug-ins.
30 Aug 2010 by paladin_t
Use Twiggery as JavaME Game Scripting Language
4 Feb 2017 by DataBytzAI
A quick how-to on converting VMs from Parallels on Mac, to VirtualBox on Windows
29 Nov 2000 by Chris Maunder
CodeProject, again, Does Redmond.
15 Feb 2010 by Rajkumar-Kannan
In this article, we move on and explore topics like Exporting and Importing Virtual Machines.
9 Jun 2010 by Alexey Kurakin
This article describes way of secure and undetectable communication between software inside Virtual Machie and software running on the host OS
16 Jan 2011 by maryamtooty
Hi!I am really interested in applications such as vmware or virtual box so I came up with the idea to build my own implementation of a VM, but I have no idea how it could be done nor where to start!Thanks in advance!
18 Apr 2011 by E.F. Nijboer
When you are using visual studio, then this will (when feature is installed) have a built-in emulator to run windows ce/mobile applications. It also looks like VirtualPC has support for it. However, I don't actually know how this is for VMWare. What I do know that the version of VirtualBox I'm...
19 Oct 2011 by Sergey Alexandrovich Kryukov
Start here: http://en.wikipedia.org/wiki/Virtual_machine[^].Better yet, ask a different question: "How to use Wikipedia, Google, CodeProject and StackOverflow sites for search of useful information on computing?". Answering this question will be much more useful.—SA
6 Dec 2012 by Richard MacCutchan
The assembler does not produce executable code, let alone bootable. The .bin file will need to be linked into an executable and then possibly post-processed into a bootable image. You also need to understand that you cannot make system calls (such as int 0x10) in a bootloader as there is no...
15 Nov 2013 by Johan Ohlin
Installing Ubuntu VM in Azure.
20 Jul 2022 by Matt Pogue
Deploy XDR, host integrity, and more with Wazuh Server
5 Jul 2010 by Sabarinathan A
A post about how to migrate OpenInsight(Multivalue) Database to Oracle(RDBMS) -1
18 Apr 2011 by Manfred Rudolf Bihy
My guess is that you'd need an emulator for that. It's my take that VMs like VirtualPC emulate PC's but not mobile devices running Windows CE and the like. Whopee! Just found this by googling WindowsCE device...
19 Apr 2011 by E.F. Nijboer
You could try to turn off the hdd option: Enable write caching on the diskHave a look here for more info:http://support.microsoft.com/default.aspx?scid=kb;en-us;330174[^] Good luck!
19 Oct 2011 by fjdiewornncalwe
Does google not work where you live?When I searched, I got 26,000,000 results. Check them out...What are Virtual Machines[^]
19 Oct 2011 by Uday P.Singh
Try This[^]
6 Feb 2012 by E.F. Nijboer
It seems that TCP offload is the problem and should be disabled for windows server 2008. Check the link for more info:http://www.appliedtrust.com/comment/2091[^]Good luck!
25 Feb 2012 by Randor
Hi,Why have you neglected to do the research yourself on these Virtual Box API calls? I have never used the Virtual Box API but it took less than 10 seconds to find the SDK reference using my favorite search engine.Virtual Box IDisplay[^]I do realize that codeproject.com is the...
23 Mar 2014 by Sergey Alexandrovich Kryukov
As far as I know, The Apple software license does not allow Mac OS X to be used on a computer that is not "Apple-branded":http://images.apple.com/legal/sla/docs/macosx106.pdf[^].The legality of this is a matter of dispute. Please see: http://en.wikipedia.org/wiki/OSx86[^].See also:...
28 Sep 2014 by Kasra Ahmadi
AVD (Android virtual device) does not let the programmer to have connections through internet.I wonder is there any virtual machine for android that i can test my Network applications there, without debugging with real phone?
28 Sep 2014 by Richard MacCutchan
I suspect that is correct, the emulator has some limitations. However the article at Android Connectivity[^] may help you.
28 Oct 2015 by Tonex247
I saw this on a Microsoft site: https://support.microsoft.com/en-us/kb/929851which uses the "netsh" command to set dynamic port range. I hope this works for you. if it does work, don't forget to accept it as an answer.
29 Oct 2015 by Patrice T
You attack the problem wrong.A properly configured NAT is automatically doing what is needed to establish proper communication between client and server and return.The fact that there is a NAT is not a problem.This is exactly what is silently doing your DSL-box or your...
28 Oct 2015 by phil.o
I don't get the whole situation very well, I would be inclined to approve ppolymorphe and say that it's the job of the NAT router.Basically, the client (the application in your VM) sends a packet to an ip address outside the LAN. Thus, gateway address will be used. Gateway address should be...
7 Oct 2018 by Richard MacCutchan
Quote: Please contact Genymotion support for more help.
2 Apr 2019 by Kevin Mack
Migrating VMs to Azure DevTest Labs
28 Feb 2020 by OwenDavies
Using Terraform to create an Azure Virtual Machine
23 Feb 2022 by Maciej Los
Follow the instructions from Microsoft: Prep Windows operating system containers | Microsoft Docs[^] Quote: To install Docker on Windows Server, you can use a OneGet provider PowerShell module published by Microsoft called the...
9 Feb 2020 by OwenDavies
Instructions detailing creation of an Azure Virtual Machine using ARM templates in PowerShell, emphasizing steps from setting up the ARM template to deploying it
12 Feb 2024 by Richard Deeming
Did you try searching? A quick Google for "kali virtualbox" returned as the first result: "Kali inside VirtualBox (Guest VM) | Kali Linux Documentation[^] Also note this site is for help with writing code, not general product support.
24 May 2005 by Laurence Moroney
We all know and love the Visual Studio .NET® IDE, but did you know that you can use it to build server applications that run on Linux®? Discover how with Visual MainWin® for J2EE™ from Mainsoft.
7 Jan 2007 by Richard Mitchell
Richard Mitchell and Steven Davidson, the developers on the project, describe how they used Red Gate's database schema-comparison tool, SQL Compare, as an integral part of their project environment when overhauling Red Gate's ASP.NET based website
5 Jul 2007 by Philippe_Cohen, RoyOsherove
We all know and love Microsoft Visual Studio, but did you know that you can use it to build server and Web applications that run on Linux and other Java EE-enabled platforms? Here’s how…
12 Jan 2011 by Steve_Fox
How to integrate SharePoint apps with cloud-based technologies.
22 Feb 2011 by Dirk C De Winnaar
In my time working with VM (Microsoft or Linux), it's also great to create your images on separate HDDs. That makes your access to Virtual OSs better and speeds things up. Example: Run your Main OS from C Drive and other VM Images from slave drives on your PC. You will be suprised at how much...
19 Apr 2011 by Joan M
Hello all,I had a computer that acted as the database server.Apart from that I had some clients of that server.Now I've put the clients on virtual machines (one client = one virtual machine).The problem is that if I'm trying to read data that takes a long time to be harvested, then...
7 Jun 2011 by Jpuckett
Use VMs.Every hosting company out there uses VMs because they're the best bang for your buck. A single web-server rarely exceeds 30% CPU usage on any semi-decent Xenon processor.The area you need to watch for is RAM consumption.So my suggestion is a clustered server setup that you...
19 Oct 2011 by Santhi Sagar
give me some information about virtual machine?
1 Feb 2012 by TheSchmidt (Germany)
Hi,I found a having a bad performance while accessing a networkshare on my windows 2008 server that is located on ESXI 4.Analysing this I found that there is a 5 to 1 difference in accesstime when I'm trying to access by ip/Foldername versus E:/foldername while being on the host. Also...
24 Feb 2012 by gssajith87
Hi,I am trying to verify my vhd file . I use Virtual Box Com Api c++ to do the verification job. My requirement is, i want to create a vm using the VHD and check if it is booting up, take screen shot of the VM that is running and save the screenshot in a particular screen shot as jpeg, or...
29 Feb 2012 by gssajith87
I am trying to check if the OS has booted up successfully in Oracle Virtual BOX using Virtual Box api . Out of the Virtual Box API functions, i found that GetGuestEnteredACPIMode is the one that returns True if the OS is running successfully and returns False if the OS fails to boot with errors...
12 Jul 2012 by nani666
I wanna develop usb drivers using WDF in Win7 ,I heard that WDF was intergrated with Visual Studio 2012,so I followed msdn guidance,the site is http://msdn.microsoft.com/en-us/library/windows/hardware/hh439654(v=VS.85).aspx.After installing Visual Studio 2012 and configuring serial ports between...
26 Aug 2012 by Brady Kelly
Today I created a VHD of the box I'm typing this on, i.e. my current working box, in hope of cloning it, using the disk2vhd tool. This offered me two partitions, viz Recovery and main, and I only chose main.When I attach the vhd to a VirtualBox vm I get a "Missing Operating System" error...
26 Aug 2012 by Mehdi Gholam
I believe the master boot record is not set on the image (which is strange if you used disk2vhd as it should have copied it).Try : http://www.sevenforums.com/tutorials/20864-mbr-restore-windows-7-master-boot-record.html[^] You could also use a partition editor and have it set the disk to...
10 Nov 2012 by helloworld2020
Hi all, How can I run virtual machine with high resolution full screen(1366x768)? Is it possible to run VM with VirtualBox with that resolution? It runs only in 1024x768 .thx in advance
6 Dec 2012 by SM_AsimHaroon
Hi,I am using Ubuntu as a virtual machine in VMWare.I have used this code to write a boot loader which would write Hello world on the screen.[BITS 16][ORG 0x7C00]MOV SI, HelloStringCALL PrintStringJMP $PrintCharacter:MOV AH, 0x0EMOV BH, 0x00MOV BL, 0x07INT...
5 Feb 2013 by gwyder
HiI need to know what device drivers does VHD native booted OS use (I'm thinking about VHD image of entire system that's going to be used on another machine), does it need the drivers for the new machine on which it is installed on, or it uses cloned devices like virtual machines...
6 Feb 2013 by gwyder
I found the answer to my problem from another source so I will just quote it here:Yes it needs the drivers for new machine, and ipconfig will show the real mac address on the new machine. (but it is easy to forge mac addresses, so don't rely on them too much).Thanks to Pavel.
20 Mar 2013 by Dave Kreskowiak
It's not very clear what you're talking about, but have you looked into NotMyFault[^]?? (Its near the bottom of that page)
6 Jun 2013 by murlikrishna
I am using a remote desktop VDI(Virtual Development Infrastructure)I want to Prepare a package that can include any build log files or Test Complete Log files or Winks or any other files which can prove that my Environment is ready.Where can I found log files in Remote Desktop .
12 Jun 2013 by gssajith87
Hi,I have a virtual harddisk file created using a backup software., i was able to attach the file in disk-management [2008 R2] to view the files., When i right clicked the disk management Disk# section, it does not show me, detach option, it just showed me up the offline option. I made the...
20 Aug 2013 by gssajith87
Hi,I have a VHD File size of 29 GB., I attached the VHD to disk Management in 2008 R2 machine, the VHD has two partition say z: and c:., z: has used space of 33 MB of Full size 100 MB and the C: has used space of 75GB of Full Size of 300 GB. How is this possible ? In my understanding,...
20 Aug 2013 by gssajith87
http://social.technet.microsoft.com/Forums/windows/en-US/09f64a88-e1d7-4f3a-8e6a-292b46bfe4f7/vhd-file-size-is-lesser-than-the-actual-data-size-present-inside-it[^]
2 Jan 2014 by Kornfeld Eliyahu Peter
Use PHP system function...http://il1.php.net/system[^]system('shutdown -t -s 0');
4 Jan 2014 by sivamzcet
I need to put my windows 7 in virtual machine into sleep mode, shutdown and wakeup mode using php script.. is there any chances to do this??ThanksSiva
4 Jan 2014 by Christian Graus
What does this have to do with Linux, or MySQL ? PHP can't do this. It runs on the server, which I assume you don't want to put to sleep. It generates HTML, which runs in a browser. HTML and javascript cannot put a computer to sleep.
11 Feb 2014 by Richard MacCutchan
See http://support.microsoft.com/kb/314063[^]; you are much more likely to get help on a Microsoft forum for questions of this nature.
14 Feb 2014 by write2varun
Hi,I have virtualbox running windows XP and my host PC is having windows 7 i have change the network from NAT to bridge connection, but i dont know how to connect host os from guest os
23 Mar 2014 by Member 10693204
I am considering joining a team that is going to be developing an iOS app. I don't have a Mac, so I hope that I can develop on a virtualized Mac (I know I can buy something relatively cheap like a Mac Mini. But I'd rather not have to, since that machine wouldn't be useful to me outside of iOS...
23 Oct 2014 by Richard MacCutchan
See http://developer.android.com/index.html[^], and Creating a Simple Hello World Android Project[^].
2 Dec 2014 by Member 9745163
I am running a Windows Server 2012 R2 VM (using Hyper V on windows 8.1 PRO), on this VM I am running System center R2 VMM, on this VMM server, I need to create a virtual network and attach to the virtual switch which is used by the Win Server 2012 R2 VM, to make a new cloud and in this create a...
9 Jun 2015 by Yashwanth R
Hi, I have created a Virtual Machine in Windows Azure account using trial version. I need to take back up of Virtual Machine, which i have successfully done using backup agent and even using backup vault in azure portal. But is it possible to take VM backup from windows Azure and...
10 Jun 2015 by Kornfeld Eliyahu Peter
No.It is possible only the other way around - you can backup your local storage to your Azure account...
28 Oct 2015 by Chirantan Ghosh
Can we limit the available port numbers in window 7 so that any program which is asking for random ports will get the port in that range only.This will help me to get the port number that a program might randomly selecting.[Update]Okay , let me give the background of the problem I am...
28 Oct 2015 by barneyman
implement UPnP in the client program - EXACTLY designed to handle this scenarioNAT traversal[^]
29 Oct 2015 by bling
"To resolve this issue I was wondering if I can use the specified port forwarding facility of the virtual machine for NAT network."You don't need port forwarding from the client end. That's only needed if to offer a local service behind your firewall to the outside world.If you can surf...
21 Jan 2016 by Venkata Durga Rao
What is difference between stateless and stateful virtual machines in azure?
21 Jan 2016 by Afzaal Ahmad Zeeshan
Every company online, that provides a service to their customers, always provides a documentation for that service so that beginners can easily understand what that service is used for and how to use that service. Azure is a great step of Microsoft in cloud computing, how can they miss out...
21 Jan 2016 by Afzaal Ahmad Zeeshan
HTTP is a stateless protocol, which means, server doesn't have to maintain and save the activity of the connection between itself and the client. As soon as the document (HTML document, of course) is downloaded the connection is terminated and for next resource, client has to re-establish the...
30 Jan 2016 by Member 12297411
I opened a project I get the following error from Windows Phone to wonder what solutions can you help it?"Windows Phone Emulator is unable to set the VHD on the machine"I use the version of Visual Studio 2015 is the Community.Screenshot Image Link;...
7 Sep 2016 by Member 11436383
hello, anyone know how to select a word in my PC and copy them and i want to paste them in the virtual machine using Virtual Box additions.any help ?What I have tried:i searched in google i didn't find anything !!
12 Aug 2016 by Jochen Arndt
It is explained in the VirtualBox User Manual in section 3.3.2 (Chapter�3.�Configuring virtual machines[^]):Quote:Shared Clipboard You can select here whether the clipboard of the guest operating system should be shared with that of your host. If you select "Bidirectional", then...
16 Aug 2016 by Sibeesh Passion
I have recently created a virtual machine in Azure where I have installed WordPress and MySQL in it. I have created a Web App too. Now I need to assign my static Web App IP address to the Virtual machine I created. I tried the following commands but no luck there.New-AzureReservedIP...
7 Sep 2016 by Gamecryer
thanks for helping on this. I was looking it the same way and found this. thanks.
19 May 2018 by ilostmyid2
When my project and sources are located on a network drive, F7 always rebuilds. I'm talking about Visual Studio 2010, C#, form applications. The network drive is provided by a samba share. smb.conf is as follows: Quote: [global] protocol = SMB2 [root] comment = the whole file system read only =...
18 May 2018 by Richard MacCutchan
I have seen this in the past where such shares do not sync the dates and times correctly, so Visual Studio always thinks that some sources are out of date.
19 May 2018 by Jochen Arndt
You can try to set the dos filetime resolution = yes fake directory create times = yes options. This was necessary with older VS versions but I don't know if recent VS versions still behave as described at smb.conf[^]: dos filetime resolution (S) Under the DOS and Windows FAT filesystem, the...
26 Sep 2018 by Grigorii Mordkovich
Hello everyone, Yesterday I decided I want to start developing IOS apps. I don't have a mac, so I started looking for other possible ways to do that. My research came down to leveraging a virtual machine. I found out that my PC computer (I have Windows 10 by the way) has to have some certain...
26 Sep 2018 by Richard MacCutchan
Try Xamarin App Development with Visual Studio | Visual Studio[^].
28 Nov 2018 by User 14026908
Recently we started using new Resilient Change Tracking (RCT 2016) APIs. We are facing issue with QueryChangesVirtualDisk API. We are following steps as mentioned in MSDN. Anyone has any suggestions if it is working for them? PCWSTR changeTrackingId =...
11 Feb 2019 by Y.Ahmad
I'm working on XACML policy, and I want to test it in a virtual environment. I have written the policy, but I didn't find a way to deal with it in a virtual environment like Bitvisor, and how to add XACML components like (PDP, PIP, PAP, PRP) to the hypervisor and PEP to the virtual machine. ...
11 Feb 2019 by Gerry Schmitz
A "virtual machine" is supposed to run like a "real machine". There should be no confusion if you can install these components on a "real" machine.
13 Apr 2019 by Kevin Mack
How to build out Azure container registry in Terraform
27 Feb 2020 by Kevin Mack
How to create your first module in Terraform
27 Nov 2020 by Dave Kreskowiak
Call VMware support and ask them.
19 Jun 2021 by RickZeeland
Maybe you can try to make a PWA (Progressive Web Application), these can run offline in the browser, see: pwa-framework[^] If you already have a website then PWA Builder might be the easiest way to make a PWA, see: pwa-framework~pwabuilder[^] ...
17 Dec 2021 by Member 14992347
I am trying to get the list of virtual machine names, from a local Hyper-V server, with the following code: string _scr = ("Get-VM | Select -ExpandProperty Name"); var _ps = PowerShell.Create(); _ps.AddScript(_scr); Collection _cObj =...
17 Dec 2021 by Empty Coder
Get-VM only works in a PowerShell session run as administrator. When I try your C# code run as an administrator it does print VM names. When I try it without administrator rights I get no output, same as you - but there is an error reported if...
31 Jan 2022 by Member 12561559
Hi, This is a weird one affecting some Win2016 VM Servers that I have some applications on. So, we have a small farm setup Hyper-V Vms with 2016 servers. A couple of the servers running my .NET apps and seems to crash during the early hours of...
31 Jan 2022 by Member 12561559
We found the issue - although our host VM gets rebooted during updates, the VM's themselves havent been and our ancient SQL Server 2000 servers hadn't been rebooted in over 600 days. No wonder ! Anyway - 3 days in from fresh reboots and no sign...
30 May 2022 by jimibasha
HI, Drag and drop and shared clipboard doesn't work for me in windows server 2012 R2 installed in virtualbox 6.1. my host computer (where the virtualbox installed) is Windows 11 Home Edition. What I have tried: I tried to install guest...