This is my second post on this topic as the first post I got no help with. I don't know if anyone knows how to help me, but I have searched and searched and I cannot figure out how to fix this problem that I have been trying to overcome for 4 days now. I have made a simple web browser that needs to load iCloud.com when a button is pressed. When I try to load the page, it tells me the web browser is not supported. I am using Visual Studio 2010 Ultimate and I am programming it in C#. I have everything fully updated and I have also tried to use different browsers such as Google Chrome, Firefox, Opera, and Internet Explorer. I can load this page outside of VS with all of these browsers, but inside VS it will not work. My program can load every other page I throw at it except iCloud.com. If I try and load YouTube.com I get this: ("You are using Microsoft Internet Explorer 7 web browser. YouTube is ending support for Internet Explorer 7 soon, update your browser now.") I don't know how to change the browser version inside of VS. Can anyone point me in a direction that will help me? Thank you for your time!
I asked over at the microsoft visual studio forums if the browser control was updated and got no answer.
I'm using VS2010 Pro, have used VS2011 preview and VS2012 RC. There is no updated browser control in any of them, all report as IE7.
I would look for an alternative solution.
A few are listed here on SO vb 2008 webbrowser alternative
Many also recommend Awesomium
If you must use the visual studio control I found some interesting discussion
here but it requires modifying the registry and specific system IE browsers.
Related
First time trying to install Umbraco. I followed the instructions on how to install Umbraco 8 with NuGet. (https://our.umbraco.com/documentation/Getting-Started/Setup/Install/install-umbraco-with-nuget)
But I'm having issues with getting the Umbraco installer to show up. After starting without debugging (Ctrl+F5) I just get the Chrome error page for ERRCONNECTIONRESET. It does seem some resources are missing in my project solution. Tried cleaning and building the solution over and over, but no luck.
I'm using Visual Studio 2019 16.9.3 with .NET Framework 4.7.2 (also tried it with 4.8)
Thanks in advance.
Please take a look at Paul Seal's video about how to install Umbraco v8, hopefully, this will help you do your installation successfully.
PS: From the error message you have shared, I can't be sure what is missing but if you follow Paul Seal's steps, which are the default Umbraco installation steps, you should be able to create an Umbraco website.
The issue was that Visual Studio navigated to the HTTPS variant. When I navigated to the HTTP variant, it works.
We are developing web site .net core 2 in Visual Studio 2017. That web project was working fine.
Now I try to
Start Without Debugging (Ctrl+F5) get an error: Site Can't be reached. ERR_CONNECTION_RESET
How can i resolve this?
image description here
I think you might not have the right IIS settings installed. Take a look in your windows features. Make sure you have support for the right version on ASP.NET turned on which are available from control panel.
setting you may have like this
you can check official document here
I figure you probably won't have the correct IIS settings introduced. Investigate your windows highlights. Ensure you have support for the correct form on ASP.NET diverted on which are accessible from the control board.
setting you may have this way
you can check the official archive here
Currently we are using VSTS 2010 premium for our coded ui test automation. Also we used IE-8 initially for our execution. Now we are planning to migrate to windows 8 OS and hence we upgraded IE-8 to IE-11. After upgrading to IE-11, we are facing some problems like,
1. While trying to locate the captured control, coded-ui throws error as "The control cannot be located. Unable to find Windows Internet Explorer window with 'Application name - Internet Explorer - Windows Internet Explorer' in the title." But if we close visual studio and then try after sometime, its working but its taking longer time to locate a single control.
2. Also, during execution, entering values in edit box is working fine but, finally application hangs while coded-ui tries to perform button click action like clicking submit button.
Thanks in advance.
When I looked into this I could not find a way of un-hiding these elements such as hovering over the parent. Research suggested a Security update in IE caused the tests to stop working. Options for a work around in the order best to worst:
Use the Selenium add on with support for the newer browsers. Other benefits including cross browser testing with Chrome and Firefox.
Update the Visual Studios test project to a newer version. You could try this out with a Visual Studios Community Edition
Go back to IE 8 - not ideal as the % of users
still with IE 8 is minimal. I would recommend a VM (Virtual Machine ) if you go down
the 2nd or 3rd path.
Remove security updates for IE 11 - As you probably are
aware this presents a significant security issue and you need to mitigate associated risks. Disable auto update through Internet options -> About Internet Explorer -> uncheck install new versions automatically
I am a seasoned Visual Studios 2010 Windows Phone Developer and I have used ads in many of my apps. I recently upgraded to Visual Studios 2012 and can't find the ad controls in the tool box? The proper library references are there and loaded however there is no actual controls in the tool box to add to the canvas.
I tried installing the pub center ad control that is offered here http://www.microsoft.com/en-us/download/details.aspx?id=8729 but it says that a later version is already installed on this machine and that it wont work.
So what am I missing?
Google results only in one article that relates and it is left open ended.
http://social.msdn.microsoft.com/Forums/en-US/wpinappads/thread/c2b8c26d-c227-4d00-9045-7a613dfc6fe9
Almost as soon as I asked this I realized the answer. I am posting it here so there is some sort of documentation for the future. Please don't delete.
Right click in tool box
Click Choose Items
Check Ad controls
Hit Ok
Hope this helps in the future.
Yes I already searched and the solution on this post didnt work, my scenario is different.
I have a winform application, very simple, it was working, and now the error on the title of this post is shown when I try to open the form.
The only thing I have done is installed VS11 developer preview and vs 2010 SP1.
Any idea how to fix this?>
I managed to solve it, I checked on properties of the project and the framework selected was .net 4.0 client profile.
I changed it to .net 4.0 and then it worked.
by the way what does it mean client profile, what is it for??
Just had this happen to me. I was banging my head on my desk in frustration as to why. Closed and reopened Visual Studio and it was fixed. Weird.