I have re-installed windows today Windows 8 Professional.
Have installed Visual Studio 2012 without any errors or problems.
Enabled Hyper V.
But i cant see designer it shows only blank white page:
And when i Launch any Windows Store project on Local Machine it shows Splash screen and the blue screen:
And when i try running it on simulator i see this:
What is the problem? and how to fix it?
P.S. Before all worked fine
Visual Studio updating, repairing and reinstalling didn't help
I don't know how, but updating to Windows 8.1 solved the problem
Related
I have VS Community 2015 Update three installed. I am trying to learn UWP but I keep getting the following error when trying to launch
One thing I noticed is that all the videos and screenshots I've seen online say "Universal" and mine says "UAP" uner "Installed\Templates\VisualC#\Windows\
This is what I have installed:
I do not have any problems opening any other templates, only the "UAP". I've been using this program all the while but with basic c# console applications. Moving to UWP now and this is what I'm faced with.
Things I've tried:
Uninstalling and Reinstalling nugget manager
Repairing VS installation in control panel.
Thank you in advance for your suggestions.
P.S I'm on Windows 10 Pro 14393.222
Well you can try this one -
Run the visual studio installer again. Select Modify in the Installer. Select Features - "Windows and Web Development" - "Universal Windows App Development Tools". Now try to Update. It doesn't guarantee that it will solve the problem. But on few machines it worked..
I solved this by totally uninstalling visual studio with a /uninstall /force
All the sdks and emulators were uninstalled as well.
Launched a new install from the ISO file and everything is fine now.
I have visual studio 2013 ultimate installed and recently uninstalled visual studio 2015 community, to upgrade to enterprise 2015.
I had trouble uninstalling 2015, but eventually running the setup and choosing for repair/uninstall did the job. This didn't work for 2013 so I haven't been able to uninstall 2013 yet.
Anyhow, when I try to install enterprise I just get the splash screen for a few seconds, and then it disappears and nothing happens. Which was also the case when I tried to uninstall either visual studio versions earlier.
Why is visual studio such a pain to install/uninstall and how do I solve it?
Thanks!
I got this error I could see the splash screen then it dissapeared and the executable just continued running in the background but no GUI was shown.
A full uinstall and reinstall did not solve the issue.
I solved it by completely removing all the registry settings for Visual Studio 2015 that can be found under:
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio
Remove all subdirectories with 14 in them:
Now when restarting you get to log into your MSDN account and the GUI starts working after that.
I've been trying to install Visual Studio on my machine running Windows 10, however there seems to be a weird issue with both Visual Studio 2015 and Visual Studio 2013 (Community edition).
The problem seems to be that the user interface doesn't get rendered/updated properly. I have uploaded a video demonstrating the issue here. If I click on any item in the list on the left, it doesn't show that it's selected. The preview image on the right seems to update, but it doesn't get cleared so the images are overlapping.
Has anyone else experienced this problem or know how to solve this?
I am running Windows 10 Home, 64-bit edition.
Probably is a problem with your graphics card driver.
As workaround, try to use sofware rendering as specified in Microsoft KB:
https://support.microsoft.com/en-us/kb/2894215
Can any Windows Phone Application developer help?
When i run my project, emulator starts and shut down, and the error The interface is unknown is displayed in error log in Visual Studio.
It was running fine the other day.
What should i do to get rid of this error?
If you are using Visual Studio 2010, the window phone emulator for widow phone 7 series suites your PC. if you are experiencing problems with it, simply download Visual studio 2010 service pack 1 and re-install the tools. you can also update your .net frameworks from windows update.
if you are using Visual studio 2012, then you must be using the window phone 8 emulator which runs on only 64 bit and window 8 pro (or advanced) machines. it works on the visual machine. so you can re-install your Hyper V drivers or re-install the SDK
i hope this help fix the problem permanently.
Identified what the problem was :-)
"Windows Phone Emulator-512" is compatible with only Visual Studio 2012; it is not backward compatible with earlier versions of Visual Studio. So, now i used "Windows Phone Emulator-256", it's working fine :-)
Thanks to: https://msdn.microsoft.com/library/windows/apps/ff402563(v=vs.105).aspx
When I try and run a Windows Phone 7 project it fails and displays a message box:
"CCHandler uninitialized"
In the errors window is a single error:
"No target is available for deploying."
And it won't run. I've tried a full uninstall+reinstall of both visual studio and all the WP7 tools and the problem remains.
It's the same for totally new projects and for several existing projects I have that run fine on my other PC.
Also, the options for where to deploy (Emulator/Device) seem to be missing from the project properties and toolbar.
WP7 silverlight projects also fail, but with a different popup (and no message in the errors window):
"Exception from HRESULT: 0x89721800"
I've tried just running the WP7 emulator from the start menu and nothing happens (no error, nothing)
Does anyone have any ideas?
Visual Studio 2010 pro. (I've tried with and without SP1)
Windows 7 pro x64.
After some digging this appears to be caused by installation order of SP1.
If you install VS2010 SP1 before the phone 7 tools, it does not appear to correctly install, and even an uninstall and reinstall of VS does not appear to fix the problem. (although perhaps I wasn't finding everything that needed to be uninstalled)
I would recommend that you follow this install sequence:
Visual Studio 2010
Phone tools (all of them, from the app hub site, in the order they recommend)
VS2010 SP1
[This applies to the initial releases of the phone 7 tools, I don't know what the situation is with the mango beta tools]