How to deploy Windows 8.0 app on Windows 8.1 tablet? - visual-studio-2012

I have Windows RT tablet with 8.1 update. I'm trying to build both 8.0 and 8.1 versions of my app. I have no problem deploy my app from Visual Studio 2013 (windows 8.1 version) onto the device. But when I try to deploy the app from Visual Studio 2012 (windows 8.0 version), it says:
Unable to connect to the Microsoft Visual Studio Remote Debugging Monitor named 'tablet:4018'. The remote debugger is not an acceptable version.
Remote Tools 2012 refuse to run on the 8.1 tablet, it says the .dll signature are not compatible, or so.

You have to install the 2012 Remote Debugger Tools on the tablet. Afterwards, you can install the 2013 version side by side as well.

Related

Visual Studio for Mac - Windows Authentication - Is it feasible?

I'm operating in a mixed environment with some developers using macOS and others Windows 10. I've got an ASP.NET Core 2.0 MVC project that is configured for Windows Authentication and can be tested/debugged in Visual Studio on Windows but I'm clueless how to enable Windows Authentication while testing the app in Visual Studio on the Mac. Is this even feasible?
Yes it is from CLI. Please try this command from terminal-
dotnet new mvc -o moviemvc --auth Individual
reference : visual studio mac for mac missing of identity class

Error Installing Windows 10 development tools for Visual Studio 2015 RC on Windows 8.1

I am running Windows 8.1 and I have installed Visual Studio 2015 Enterprise RC with Blend.
I am trying to install the Windows 10 development tools for Visual Studio 2015 RC and getting the following error:
ExecuteError: Package (VSSecondaryInstaller_box) failed: Error Message Id: 1603 ErrorMessage: Windows 10 SDK 10.0.10069 : The installer failed. User cancelled installation. Error code: -2147023294
Has anyone else gotten this error and found a solution to successfully install?
Through a quick google of the error code you provided, I found an article with the following post:
To get unblocked, go to https://dev.windows.com/downloads/windows-10-developer-tools. Scroll to the bottom of the page and install the Windows 10 SDK and Windows 10 emulators outside of Visual Studio setup.
Source:
https://social.msdn.microsoft.com/Forums/en-US/17bc9d5e-2ea7-4149-bb75-23997db8bd25/known-issue-emulators-for-windows-mobile-10010069-the-installer-failed-user-cancelled?forum=Win10SDKToolsIssues
I cannot speak for the solutions' effectiveness personally, but it was a marked answer. I hope this helps!
We've fixed this issue, and have released an update as of 7PM PDT 30 April 2015.
New installs of Visual Studio 2015 RC should expect to no longer encounter this problem, unless you lose your internet connection during installation. (That is, this error now indicates that the Windows SDK or Windows Emulator setup invoked by Visual Studio setup has lost internet connectivity and cannot download necessary files.)
To fix the issue, re-run setup and select the features "Universal
Windows App Development Tools" and/or "Emulators for Windows Mobile"
again.
If you have already installed Visual Studio and encountered this problem, you can now modify your Visual Studio installation to successfully install.
Go to Program & Features, select Visual Studio 2015 RC, and select Change.
Click Modify, then select the features "Universal Windows App
Development Tools" and/or "Emulators for Windows Mobile", and click
Update.
Note that "Universal Windows App Development Tools" will be already selected. This is expected. Keep it selected, and click Update.
An alternate solution is to install the Windows 10 SDK and Windows Emulators separately. Go to https://dev.windows.com/downloads/windows-10-developer-tools. Scroll to the bottom of the page and install the Windows 10 SDK and Windows 10 emulators outside of Visual Studio setup.
(See also this known issue: https://social.msdn.microsoft.com/Forums/en-US/17bc9d5e-2ea7-4149-bb75-23997db8bd25/)
Thanks!
-Paul Chapman (program manager with Visual Studio at Microsoft)
Installed Windows 10 installed from scratch.
Installed VS2015 from ISO.
VS2015 failed to install the Windows 10 emulators.
No loss of connectivity.
Here's my 2 cents. I tried all the methods in all the forums and the tools failed to install for me on Windows 10. Then as a last resort, I enabled 'Developer Mode' in Settings and tried installing the tools again and voila! They did.

Install SDK windows phone 8.0 on VS 2012

I have a problem trying to install SDK windows phone 8.0 on VS 2012. I installed it but in vs 2012 I can't create a windows phone project. I already tried to unnistall the sdk and reinstall it after but nothing change. Is there a way to make notice to vs 2012 that i have the SDK ? When I install the SDK, the path is Microsoft visual studio 11.0
Thanks

The Microsoft Visual Studio Remote Debugging Monitor(MSVSMON.EXE) doesn't appear to be running on the remote computer

I don't have any kind of remote debuggers on my system. I don't know why all of a sudden I am getting this error:
The Microsoft Visual Studio Remote Debugging Monitor(MSVSMON.EXE) doesn't appear to be running on the remote computer
What could be wrong with Visual Studio 2012? I notice the Local Windows Debugger is not selectable either:
I can build projects, but can't run them from inside of Visual Studio. I'm on Windows 7 sp1 x64 and Visual Studio 2012 Ultimate.

Trouble launching Samsung SDK TV Emulator

For some reason, my Samsung TV emulator versions 2.5.1 (2011) and version 3.5.2 (2012) work fine except for version 4.0 (2013). When I open it, it says
Emulator for Windows has stopped working. A program caused the program to stop working...
I installed the following on my machine and still doesnt seem to work:
Visual C++ Redistributable 2005 x86 and x64
Visual C++ Redistributable 2010 x86 and x64
Microsoft .NET 4.5 Latest
Java JDK (including JRE)
Latest Direct X from
(http://www.microsoft.com/en-us/download/details.aspx?id=35)
Any ideas why it shows this message? Thanks. I am on Windows 7 64 bit.
You may need to install fonts for Emulator. Open C:\Program Files (x86)\Samsung\Samsung TV SDK 4\Emulator\Emulator2013_v4\bin\, open *.ttf files and select Install.

Resources