has anyone had this problem?
Basically, using VS2015 - when we try and debug using the ripple emulator then try and stop debugging, VS freeze's and the following error is shown.
Has anyone experienced this? I have searched the ENTIRE internet and just cant seem to find anything!
This seems to be a problem with Telerik AppBuilder extension being installed along side using a visual studio 2015 cordova project. There seems to be a conflict. We've removed AppBuilder and this issue seems to have gone and cancelling debugging is much more responsive.
Related
It has worked well in past, but since a while Hot Reload doesn't work to me in Visual Studio 2022 - C#
No matter what change I made it says 'No code changes were found' and obviously changes made are not being honoured
Im running app in debug mode, solution has debug config
Below my settings.
Any idea how to make this working again? I very miss this feature... :(
This issue seems to have been resolved with 17.3.6 of Visual Studio. I was experiencing the same issue with 17.2.5 where it reported no code changes. Upgrading fixed the issue.
There was evidence of others having the same issue with 17.2.5 in this microsoft thread;
https://developercommunity.visualstudio.com/t/vs2022-hot-reload-edits-were-made-which-cannot-be/1703108#T-N10079489
Also reports that it was fixed with 17.3.0 release.
https://developercommunity.visualstudio.com/t/vs2022-hot-reload-edits-were-made-which-cannot-be/1703108#T-N10109880
I am also having this annoying problem.
For now I solved it like this, to run the app:
dotnet watch run --no-hot-reload
I am using the command.
The --no-hot-reload argument works.
I've googled till I'm blue in the fingers trying to find a resolution to this issue. I've tried several things but nothing helps. I've got Xamarin and Visual Studio 2015 Enterprise. I had everything working on a previous PC a few months back. Now I have a new one and am just now getting Xamarin set up. I have a few demo and self hacked solutions I was working with. Now all of them give me the above error message. I've made sure the namespace is correct in all modules. The solutions are really small. Nothing fancy at all. Basically Hello World stuff so I'm at a failure to figure out why it fails now. Case in Point: The Hello World that is failing is one HelloWorld.cs file and a few PNGs in the Resources tree along with a main.xml.
If anyone could shed some light I would be most grateful.
I just updated (through VS) Xamarin. Now the older solutions I had won't load. If I create a new solution, I've got the same Resource does not exist error. Xamarin appears to be broken. I've worked with it in the past and had no problems like these.
I resolved it. My Xamarin version was not updated. I updated it by going to
Programs & Features => Microsoft Visual Studio Enterprise 2015, click on change/modify. Now in Visual Studio Popup under Cross Platform Mobile Developement update the C#/.NET (Xamarin v__). After updating this error gets resolved.
For me I didn't required to install Visual Studio 2017.
Also Thanks Martin for your suggestion, your answer can also workaround but it is not necessary to install 2017 just need to upgrade Xamarin version to work with VS 2015.
This bug currently arises with Visual Studio 2015. See this thread and this thread on the Xamarin Forums. Apparently the only workarounds now is to install Visual Studio 2017 or downgrade to older version of Xamarin. There is also an opened bug report for this, so it hopefully should get resolved soon.
I have created a Cordova project in Visual Studio 2015. By using cordova --version on my project folder, I could see that I am using Cordova 4.2.0.
Next thing I wanted to do is installing Geolocation plugin. So I did this by editing `config.xml via VS UI. The problem is that, once I hit, "Add", VS hangs.
It stays in this condition forever.
Please note
I spotted other questions about people not being able to download the same plugin, but that was not VS hanging, it was VS reporting an error. The reported error should have been fixed.
FYI I installed VS2015 Enterprise (full installation).
It looks like it just takes a lot of time! I left Visual Studio in that state for 4 hours. And now I have the plug-in downloaded and everything is fine!
It is pretty strange though. My network was fine and up during all the time. However it might be some network issue concerning me. Unfortunately hard to say.
So basically the procedure is fine. If anybody else runs into this again, then i think Visual Studio is having troubles downloading these plug-ins.
So basically I just opened the app source download from the app studio app builder site and there are a ton of errors, I bet it's simple to fix.
I just don't know what the first step are in term of fixing this. These errors are not helpful.
Can someone explain what steps I should take to getting my app studio app to build through Visual Studio 2013?
I think you should fix it by these steps:
check if all the projects in your solution loaded.
check the references in your project, normal, warning? and check the version of references.
check other errors.
As the title says, I am using a full version of VS2010 Ultimate and everytime I try to do a schema comparison VS crashes.
The debug error is: Unhandled exception at 0x75549617 in devenv.exe: 0xE0434352: 0xe0434352.
Anyone had this issue and can you help?
thanks
I have found the issue, The Productivity Power Tools Extension was causing the problem.
I started going through disabling all the extenstions one at a time, and I found this to be the culprit.
I will leave this here for anyone else how comes across this issue.