All Questions
Tagged with windows-rt visual-studio-2012
9 questions
0
votes
1
answer
53
views
Trouble with setup in Windows RT 8.1
I'm making a program for a Windows Surface Pro with Windows RT 8.1, but when I want to run the setup in it, it doesn't work. It says that the version of windows don't allows the application I'm trying ...
0
votes
1
answer
670
views
How to deploy Windows 8.0 app on Windows 8.1 tablet?
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 ...
1
vote
2
answers
2k
views
how can I remove Visual Studio 2012 Remote Debugging tools from Surface RT 8.1
It appears that it's no longer possible to debug using VS2012 tools on a Surface RT running 8.1 (see Debugging Surface RT 8.1 from Visual Studio 2012).
So, how can I uninstall it, because it still ...
1
vote
1
answer
344
views
Surface RT debugging
I'm trying to debug a simple "Hello World" Windows 8 application on Surface RT but can't figure out how to connect it to Visual Studio 2012? I have Windows 8 installed on my VMWare machine and the ...
1
vote
0
answers
112
views
When trying to debug locally the app runs but when debuging remotly it crashes - Output msg: 0xe0434352
Ok, I have an app here which runs perfectly if I debug it on the Local Machine. However, when I try to run it remotly on a tablet with Windows RT, it starts to run and then crashes giving me the ...
4
votes
4
answers
3k
views
Remote debugging Tools Cannot Install on Surface RT Running 8.1 Preview (cannot verify digital signature)
I am trying to install Remote Tools on a Surface RT running Windows 8.1 preview. I downloaded update 2 of remote tools from Microsoft's site and when I try to run it I get the error:
Windows cannot ...
2
votes
0
answers
504
views
Error calling TileUpdateManager.CreateTileUpdaterForApplication()
I'm playing around with sample code that makes use of live tiles, and when it tries to create the TileUpdater instance via:
TileUpdateManager.CreateTileUpdaterForApplication()
It immediately crashes ...
4
votes
1
answer
4k
views
Can a local web server be created for Windows 8 Surface RT
My goal is to run flash locally on a Windows Surface RT tablet. From research, I have found that for websites to run flash, they have to be whitelisted on Microsoft's website. Through further research,...
14
votes
1
answer
14k
views
How do I deploy app on Microsoft Surface tablet using Visual Studio 2012?
The Microsoft surface uses the ARM7 which is the same as the Windows Phone. I thought that using the Windows Phone 8 SDK and Visual Studio 2012 I could deploy the app to tablet. When I developed apps ...