My selenium project running on a remote machine in US is not working all of a sudden. Need to check any IE update occurred in US machine.
Related
Good Afternoon StackOverflow,
I have an End User who is coding in VB6, coding seem to have no issue but when he saves his project it hangs and eventually times out. The VB6 project running on a Windows XP machine and he saves on a Windows 2019 Server. There were no Windows Update but all of the sudden it can not save. The Windows 2019 was fully patched (Latest June patch) Note: saving his project on the local XP Machine has no problem.
We noticed that the files where open by him on on the Server and we can close the session out on the Server. When this happens we can not delete the project files (.bas) it seem like they are locked. The only way to unlock these files is to reboot the Server. We tried to replicate this on a different 2019 Server and it does the same thing.
Any help on this is greatly appreciate.
When follow the tutorial Run Windows Store apps on a remote machine,Visual Studio 2015 can't connect to the remote debugging tools.
VS2015 finds the remote machine, and it can be selected. However when you will try to run the application on the remote machine, the Remote debugger will simply say "Connection from XXX failed".
Neither it, nor visual studio provide any clue as to what happened.
This happens because the tutorial links an old version of remote debugger.Current version can be found at their Download Center.
Up to date guide:
Deploying and debugging Universal Windows Platform (UWP) apps.
It seems to be Microsoft's custom to have multiple, mutually contradictiong versions of the same documentation.
Over the last few days, I have had a LOT of trouble trying to get VS2013 Ultimate on my PC to connect to my TFS servers...
I will give you a quick rundown on what is happening... I did an update to VS2013 (on my PC only) to 'Update 4' a few days back and that seems to be when the problem started...
At first when I would try and 'connect to team foundation server' I was getting an error (and yeah typical end user, I didnt note what it was), I just assumed that there was a problem with that server, because we have had a few issues with it.. it wasnt until I tried to connect to a different server, that I got the same error. Thats when I realised it wasnt the server that was the problem.
I have done a bit of investigating... I can open VS2010 and connect to both servers no problems at all...
I can open VS2013 and VS2013 on my laptop (which I havent updated yet), and I can connect to both server no worries... so it is definitely NOT the TFS servers...
I found a few threads on here that all said to clear out the cache files in Team Foundation version 5.0 (and I also did 3.0 because it was there), no difference.
I went back into 'connect to team foundation server' and actually removed both of the servers from the list, in the hopes that adding them back in would fix the issue... but no... it now gives me the following error:
TS31002: Unable to connect to this Team Foundation Server: http://xxxxxxxx:8080/tfs. Team foundation server Url: http://xxxxxxxxxx:8080/tfs.
Possible reasons for this failure include:
The name, port number or protocol for the TFS is incorrect. (have checked and they are all correct)
The TFS is offline (definitely not... )
The password has expired or incorrect (I dont even get that far down the track to enter the password)
I decided that I would do a system restore, back to when I installed the update... did that, except for some reason I can only back 4 days, and the update was done prior to that..
I went into control panel and uninstalled the updates... made no difference
I ended up uninstalling VS2103 completely, restarted PC, reinstalled VS2013... went to connect to TFS... same problem...
I really have no idea at all how to fix this... can anyone at all help???
I've upgraded internet explorer to version 10 on one of the team city build agents. After the upgrade, our Watin acceptance tests will not run. I get exceptions like:
System.Runtime.InteropServices.COMException : This function is not supported on this system. (Exception from HRESULT: 0x80070078)
The Team City build agent is running as local system account with access to desktop and needles to say, our tests used to work on older versions of IE. Things I've tried: changed the service log on to localadmin, disabling uac; still get the same errors. If I remote onto the build agent and fire up powershell as administrator I can run the tests successfully. If I fire up powershell without elevating to admin, I am not able to run the tests. The server is Server 2008 R2 SP1.
Internet Explorer 10 does not appear on the list of supported browsers, so it may not be possible to get it to work with IE10.
From [the WatiN home page]
Works with Internet Explorer 6, 7, 8, 9 and FireFox 2 and 3
Link Removed - Domain hijacked by Spammers
See https://web.archive.org/web/20161230004014/http://watin.org/ for old versions of the site)
Also from the Watin website: Latest release is WatiN 2.1 (released on 12 April 2011).
Time to port to Selenium alright.
I am a developer. I have created a web site and service with Visual Studio 2010. I am running a fully patched Windows 7 computer.
I need to be able to debug it with devices other than my dev computer hitting the web server. I installed IIS 7.5 and configured everything to be working. I was able to debug when another device hit the web site on this dev computer.
That was yesterday. This morning I started up my computer and there was an update from Microsoft. m12-073. It mentioned IIS.
When I started working on this project today after doing the update now I get a service unavailable (503) error on any computer or device NOT the dev computer. The dev computer still works fine.
The only change from yesterday and today is the update and rebooting.
I tried uninstalling the update and that didn't fix it. I tried a system restore to before the update and that didn't work.
I am now stumped. It worked yesterday and doesn't work today with only the update being the change.
Help?