I have a very strange problem with VS 2015 Professional. Suddenly every time that I try to start a UWP application, VS stucks and the app is not starting. I deleted the suo file and restarted VS, I tried also to repair VS but the problem remains. It seems that something doesn't let the apps to execute. Any ideas where the problem could be?
Note: I created and executed a Windows Forms Application with no problem at all.
Well I found the problem. I just disabled the Windows Phone Connection Internal Switch vEthernet Connection that I have created via the Hyper-V manager and now it works prefectly.
Related
I have been facing the same issue as asked in this other post
Visual Studio 2015 Windows Phone Emulator not deploying
but the solution worked here is not working for me.
Windows 10 pro upgraded from home version
Visual Studio 2015
Apache Cordova "Sample" app.
In Emulator it is showing as "Starting
in the behind "Hyper-V" "Summary" it is visible but if double click the the Hyper-V "instance" it is not visible there but only in "Summary"
What am I missing here?
For the developer sake and investment, MS must make sure that the solutions are tested everywhere before releasing them.
This link will direct you to print screen of the error. https://prnt.sc/cykrgg
in the VS output we get the following last message.
My OS is 64 bit.
2>The build configuration was changed to x86 for x86-based emulator deployment.
could this be impact of 64 to 86 bit version difference or anything else?
I have Norton antivirus
I am getting
Hyper-v administrator pop up every time I try to run the app.
This case is resolved by Microsoft Support Team over a Ticket and Rohit, support engg from MS did really helped me a lot.
The reason why it was not coming up.....
My machine has a AdWareAntiVirus from Lavasoft by Name WebCompanion that was not allowing it work.
I removed it then it started working.
if any body have any problem with VS 2015 Emulator definitely focus on the Antivirus and include the Emulator XDE into exception list and also include in Firewall.
Thanks,
Ekambar
just starting to look at the Cordova tools for Visual studio.
Creating a blank Cordova probject, I am able to run (F5 debug), for Android and IOS (emulators), and also x86 windows, but for either Any CPU or x64 I get the following error..
The Microsoft Visual Studio Remote Debugging Monitor (MSVSMON.EXE) does not appear to be running on the remote computer.
So I have seen mentioned elsewhere that VS (32 bit) needs to run the above for 64 bit debugging. I have no problems running and debugging a classic desktop WPF.
I have tried disabling both my firewall (Zone Alarm) and any antivirus (Avast), but made no difference.
Anyone have any ideas what the problem could be here (or how to diagnose)
Thanks in advance for any help!
I have this same problem. I use the same applications as you do, Zone Alarm and Avast. If I try to debug and get that error, disabling or stopping the programs do not help. You need to close VS and restart it with the offending apps already disabled, then you'll be able to continue.
I stumbled across this question because I am looking for a way to keep from doing this.
When I try to debug even a simple template project from Windows App store 8.1 in VS2013. Ii can't have the application. I have no proble with ressources in my computer. It still giving me the text in the output Registration of the application to run from the disposal .... And no launch for the apps.
Should I repair my VS2013? Where am I wrong?
EDIT
I repaired but it doesn't launch the windows store apps.
I finally came accross this bug. I don't what was the proble but I spent like one day reapairing VS 2013 but it didn't helped me.
The solution was to REPAIR my Windows 8.1 which took like less than 10 minutes. An advice from my colleague
While running my application in debugging mood in visual studio 2013 it keeps loosing focus from my browser and the IDE. If i stop debugging then the problem doesn't occur.
I am using windows 8.1.
This is being one heck of a problem and cant find a proper solution. Would be a great help anyone can give me solution for it.
I had the same problem running windows 8.1 on a Lenovo w540. To solve this I used the code from this post. It turned out to be wermgr.exe trying to report an error in xrdd.exe which is the X-Rite Device Services Manager. This has never run correctly on my machine. I still get warnings about my monitors needing to be re-profiled for colour calibration.
Anyway I'm not sure if the problem lies with windows reporting the error or xrdd.exe itself but I have uninstalled X-Rite Device Services Manager and this has solved the problem for me.
I have an intermittent issue when trying to debug local IIS sites.
Visual will hang and eventually displays the error:
The web server did not respond in a timely manner. This may be because another debugger is already attached to the web server
If I wait a minute and hit "Start Debugging" again it will work (sometimes I may get the error several times but it eventually works).
There is nothing in the Event Viewer around the times I try to debug.
The app pool is .net V4.0 Integrated.
I am running Windows 8 Pro with IIS 8 and Visual Studio 2010.
Also its a site using EpiServer 6 R2.
I have tried IISReset, stopping/starting the site, closing and reopening Visual, rebooting my machine. None of that seems to make a difference, its hit and miss whether the solution will debug or not.
Once the solution is debugging, it runs fine without issue. Until I stop debugging and try and start debugging again.
The site runs fine in all other aspects, its only when I try to debug.
So... I never fixed this issue, but have since upgraded to a solid state drive. So I now have a fresh install of Windows 8 Pro and Visual and the issue has not resurfaced.