Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
786 views

How do you debug Django sites using Win 7 XP Mode?

I am developing a Django site using Windows 7 as my dev environment. I have IE6 running through XP mode. Accessing my site through localhost:8000 doesn't work in IE6 (probably since it is still ...
2
votes
2answers
169 views

How do I get the Virtual Machines folder on Win7?

I'm writing a tool called XP-More, which should help manage Windows 7 Virtual Machines. The first thing the tool has to do when launched is find the VM folder. However, turns out that folder is not ...
2
votes
2answers
505 views

Cassini with Windows 7 XP Mode

Is there a way to access the Cassini local web server from Windows 7's XP mode? I'm developing on the Windows 7 host machine using Cassini, but would like to test in IE6 running inside the Windows XP ...
1
vote
1answer
135 views

Old XP software on Windows 7 Compatibility Mode

I have an old video player software that works happily on XP but refuses to play in Windows 7. I have tried "Compatibility Mode", which of course doesn't work (does it ever?) The software plays ...
1
vote
3answers
345 views

Run Device Emulator 3.0 (WM6.5) in Windows XP Mode

Is it possible to run Windows XP Mode within Windows 7, install Visual Studio 2008, and use Device Emulator 3.0 (using a Windows Mobile 6.5 image)? So far, I can get the image to run, but no matter ...
1
vote
1answer
286 views

how to detect if my program is running under “windows xp mode” under windows 7

Background: Windows-xp mode of windows-7 does not give full windows instance (unlike VMWare virtual machine instance). There are restrictions on writing files to 'c:/Program Files' etc, which comes ...
1
vote
1answer
550 views

How do I get VS2010 in XPMode to see SQL server running on the host Win7 OS?

HI, I've got Windows XP Mode running on Wndows 7 Professional x64. I have an instance of SQL 2008 running on Windows 7 which I would like my copy of VS2010b2 Pro running inside WinXPMode to see. ...
1
vote
1answer
755 views

See XP Mode IIS sites from host OS

I am running Windows 7 x64, and then XP in Windows XP Mode. I am using bridged networking so that in XP I can access network / domain resources (e.g. SourceSafe). I can access SourceSafe, develop ...
1
vote
1answer
153 views

Can I Sync Pocket Access on Windows 7?

I have to sync a Pocket Access database with Access on the PC. WMDC won't let me do that and ActiveSync won't run on Vista so I can't do it. Works great on XP. Windows 7 has an XP mode. It runs XP ...
0
votes
0answers
7 views

How do you set the number of network adapters in Windows XP Mode? [migrated]

I'm running Windows XP Mode VM from Windows 7. On the VM window, if I select Tools -> Settings, and then click on 'Networking' I see the number of network adapters is set to 1, and the dropdown ...
0
votes
0answers
81 views

QuickReport and Windows 7 XP Mode

I have an application developed in Delphi 5 that works very well in Windows 7 using the XP Mode, except for one code: TQRCompositeReport.Prepare That function only works if I am using an ...
0
votes
1answer
101 views

Powershell code works in editor but not in Powershell cmd it self?

When i run this code in the editor it works perfectly: (not a single error) $vm = 0 $vpc=new-object –com VirtualPC.Application –Strict foreach ($vm in $vpc.VirtualMachines){} $broken = Get-WmiObject ...
0
votes
1answer
118 views

Powershell: how to find the other -ExpandProperty's

im tring to attach a usb device with an ID to my xp mode (virtual machine). Here is the code i found on the internet. # Connect to Virtual PC $vpc = new-object -comobject "VirtualPC.Application" ...
0
votes
0answers
124 views

Virtual PC could not be started as the licensing policy is not enabled

I have windows 7 ultimate N. I downloaded the windows virtual pc, and xp mode. I get the error "Cannot start windows virtual pc host process. Check the system event log for more details. Server ...
0
votes
0answers
44 views

“XP Mode”, Visual Studio, Silverlight = 403

So, I put my visual studio in xp mode, to keep it contained, easier to reinstall, well copy to a box on reinstall etc, it works very well. Much as it pains me to say so, as Im a vmware fan normally, ...
0
votes
1answer
986 views

Network communication with Windows 7 XP mode

To test a UDP device discovery function without needing a separate computer on my desk, I'd like to test it by making it find an application running in the 'XP mode' virtual PC window on my Windows 7 ...
0
votes
2answers
348 views

XP mode development in Win 7

I am a developer and have a XP laptop that I use to dev a SQL 2005 database and MSAccess 2003 frontend database as well as VS2003 website. I want to upgrade to Win 7 using XP mode to install the ...