visual studio navigation canceled - visual-studio-2005

When trying to view DataAdapters or some forms in Visual Studio 2005, sometimes I get an error that says "Navigation to the webpage was canceled". Sometimes this error will go just when restarting VS, other times I can't get it to disappear at all!
Any ideas?

Related

How to reset the “Don’t show this dialog again” to reappear again in Visual Studio 2019

When opening my solution in Visual Studio 2019, I was getting a dialog warning saying something related to vcpkg cannot be loaded. This dialog was saying Don't show this dialog again and by error i clicked it. So now every time I open Visual Studio this message does not show and now I want to show it again in order I can see what was exactly the warning about vcpkg. I need to solve this error since it is affecting to other extensions i have installed, for example, resxmanager, it does not open. So how can I tell Visual Studio to show that dialog again in order i can see in details what was the error?

"There is no code editor for MainWindow.xaml" error in Blend 2019

I am only getting the following error in Blend for Visual Studio 2019, when clicking on "View Code" after right-clicking in the designer view:
There is no editor available for MainWindow.xaml. Make sure the application for the file type (.xaml) is installed.
I can open each file individually (i.e. the designer and the code-behind)
This error does not occur in Visual Studio 2019, but in Blend
This happens for multiple project files
I've repaired VS with no luck
I fixed the issue by uninstalling Xamarin

VS 2017 "Could not load this custom viewer"

I have a problem using VS 2017 15.3.3
I like to show a wpf window in the buildin debugger visualizer, and get the error above.
Things I tried:
on another machine the visualizer shows up with same project
a newly created wpf project also fails
rebooted several times
followed the advice here: Stackoverflow "Show Visualizers Error", but did not get any information from the attached visual studio (no errors during visualizer start)
The visual studio environment was updated from VS 2015, and I had used the debugger visualizer "mole" from Shifflett/Smith in VS2015/VS2017, but deinstalled them now.
Next step may be reinstall of vs 2017 but I like to hear if there are any other things to check beforehand...

Visual studio 2010 unable to debug web application. Maybe corrupt installation?

I can't debug my Sharepoint 2010 project. Visual Studio 2010 shows me the following error message:
Unable to attach to he process. An error occurred that usually indicates a corrupt installation (code 0x80040154). If the problem persists, repair your Visual Studio installation via 'Add or Remove Programs' in Control Panel.
I experienced this problem some days ago for the first time.
At first repairing helped, but after a little time the error occurred again.
I have tried restarting computer, too, after which the problem was gone for only a little time.
I have uninstalled/reinstalled visual studio, but still no success.
How can I solve this problem, I have no idea about the reason.
EDIT: I have noticed that the problem occurs only when I try to debug a workflow code.
I have had this issue in the past and solved it by ensuring I'm compiling the code to x64. Check your settings in Visual Studio. SharePoint is 64bit only.
Good Luck.
I had a problem with the javascript debugger on a web project, and I got a similar error message. The fix was: Closed all instances of Visual Studio. I threw away the app in inetmgr, and re-opened visual studio with my solution that has my web app. It re-created the virtual directory on opening. Javascript debugger started working again.

Visual Studio 2013 crashing when opening debug tab

Visual Studio 2013 Professional crashes when I try to open the Debug tab in the properties panel of a Windows Phone 8 project. No error given only "Microsoft Visual Studio 2013 has stopped working". Attached Visual Studio as a debugger and got the following error:
An unhandled exception of type 'System.NullReferenceException' occurred in Microsoft.VisualStudio.SmartDevice.ProjectSystem.Base.dll
I'm running Visual Studio as an Administrator
I have the same problem with a very weird behavior. The first time I create a WP8 project in VS2013 I have all the options for emulators, the designer, the devices and even the debug tab of the project working fine. All the markup of the mainpage.xaml is ok. If I close and reopen a new instance of the project in visual studio 2013, everything start having problems: I can not open the debug tab, the emulators optios are gone, the device windows appear in read only mode, The markup of the xaml says an "Invalid Markup" and got errors like:
The name "PhoneApplicationPage" does not exist in the namespace "clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone".
BUT: It compiles and run in the emulator.
I also DO have all the Xamarin tools installed. It seems I am not getting this errors in Visual Studio 2012.
SOLUTION: From Xamarin Studio check for update and install the android SDK 4.10.2 and GTK# (2.12.0.0). At the time of this writing you have to subscribe to the BETA Channel to get this update. After installation you DONT have to delete de .suo file of the project and everything looks fine again in Visual Studio 2013

Resources