Opening Window mobile 6 professional emulator - visual-studio-2010

I make a window mobile application using ms visual studio 2005 professional.
Could I run this application in emulator without installing Visual
Studio?
If I run this in visual studio 2008 or 2010, is there any
difference?

You can download the Microsoft Device Emulator 3.0 -- Standalone Release here. In fact, it is the same emulator that MS starts from within Visual Studio and attaches a debugger to the emulator, so there should not be any different behavior.

Related

Create Windows 8.1 Store App with Visual Studio

I am interested to port one of my windows applications so that I can distribute my app in the Microsoft Store. Target platform will
be Windows 8.1 because I am not running Windows 10.
I am using Visual Studio Community 2017. I tried to follow this guide from Microsoft
https://msdn.microsoft.com/en-us/library/mt203664.aspx
to create a Windows 8.1 Store app with Visual Studio but it seems that the described functionality is not available at
Visual Studio Community 2017. Also I cannot find any related Windows Store 8.1 Project Template at Visual Studio Community 2017.
So which is the latest available Visual Studio version which supports creating Windows 8.1. Store Apps?
Regards
Michael
Windows 8.1 Store app development is not available in Visual Studio 2017. You should use Visual Studio 2015 instead.

Unable to start Simulator. Simulator crashed or cloased in Visual studio 2013

I'm developing WinRT metro app using Visual Studio 2013 premium version on Windows 8.1 Enterprise 64 bit machine. After getting windows automatic update, I am facing following error while debugging my app in Visual studio.
Although, it starts the simulator and deployed my solution. But now, I am not able to debug my app using simulator.
Don't know the root cause but following solution works for me
Close Visual Studio
Delete Temporary ASP.Net files
Delete VisualStudio Solution.suo file
Open Visual Studio and run the solution

Is it possible to remote debug Windows 8 with VS 2010?

I am using VS 2010 and trying to remote debug a Window 8 machine. I can't find a VS 2010 remote debugger stub compatible with Window 8. Is it possible to remote debug Window 8 with VS 2010 or must I upgrade to VS 2012?
Windows 8 applications can only be created/debugged with Visual Studio 2012 or newer.
John Wiese
Microsoft - Sr. Technical Evangelist
jwiese#microsoft.com
#johnwiese
Actually it is possible.
Install Microsoft Visual Studio 2010 Remote Debugger Tools on the Windows 8 client
https://www.microsoft.com/en-au/download/details.aspx?id=475
Each time you open msvsmon.exe, it tries to use Windows Authentication. You need to disable this when opening, with this command;
msvsmon.exe /noauth /nosecuritywarn
It's related to this issue;
Remote debugging in visual studio: remote debugger does not support this edition of windows
Here's a screenshot

Windows Mobile & Windows Phone development on one box?

I've been developing for Windows Mobile/Pocket PC for a number of years without any issues. I recently started getting "Unable to start debugging" error messages after I installed Visual Studio 2010 and Windows Phone 7.1 SDK. The Visual Studio 2008 Remote tools would work, and Visual Studio could deploy the files, but "Start with Debugging" would not work while "Start without Debugging" would work.
I uninstalled the Windows Phone 7 SDK and am able to debug Windows Mobile applications again. Is there any way to allow the Windows Mobile 6.x and Windows Phone 7 SDKs to coexist on one computer?
With these Errors Double Check and make sure Service Pack one is installed for 2010.
Trevor, this issue has been reported as a bug with a known workaround by Jeffrey Walton on Microsoft Connect. The fix is summarized as follows:
Rename the directory C:\Program Files\Microsoft Visual Studio 10.0\SmartDevices\Debugger\target\wce400\armv4i to armv4i_temp
Copy the directory C:\Program Files\Microsoft Visual Studio 9.0\SmartDevices\Debugger\target\wce400\armv4i inside the Visual Studio 2010 path.
Reference: VS 2010 Windows Phone 7 Developer Tools breaks existing VS 2008 Windows Mobile Developer Tools
Visual Studio 2010 can not build (much less debug) a Windows Mobile application. It can develop for Windows Phone 7 (apparently - I certainly do not develop for it).
To develop (build/debug) for Windows Mobile, drop back to Visual Studio 2008. That's the last version of Visual Studio that offered support for Windows Mobile.
Unfortunate.
Right edm2.exe and other remote debugger Arm4i files versions must be deployed to device. Rename temporarily all folders containing edm3.exe and try VS2008 debug. If works, search edm*.exe in registry and repair related keys to VS2008only state.

Developing Win CE app on Visual Studio 2010

Is it possbile develop an application for Windows CE 5 on Visual Studio 2010 ?
I've tried to install the WinCE 5 SDK bundled with my device but when i try to install give me an error "Destination platform unsupported", seems that the package require Windows XP and Visual Studio 2005 ...
I'm on Windows 7 with Visual Studio 2010.
Thanks.
No. Device development (except Windows Phone) must be done in Studio 2008 (or Studio 2005).

Resources