visual-studio-2015

VS2015 cannot start local debugging on VPN error about remote debugger

假装没事ソ 提交于 2020-05-24 05:53:51
问题 Recently I started having issues starting a LOCAL EXE (winforms or console applications, VB.NET 4.0 framework target). To be clear I'm NOT doing remote debugging! I am using AVAYA VPN client to connect to work but no networking should be needed to do local debugging. If I disconnect the VPN it works normally again, so it is clearly related. But I have been using this VPN for years and until the last few weeks had not had this issue. These are the 2 windows that popup when starting the program

VS2015 cannot start local debugging on VPN error about remote debugger

北慕城南 提交于 2020-05-24 05:53:42
问题 Recently I started having issues starting a LOCAL EXE (winforms or console applications, VB.NET 4.0 framework target). To be clear I'm NOT doing remote debugging! I am using AVAYA VPN client to connect to work but no networking should be needed to do local debugging. If I disconnect the VPN it works normally again, so it is clearly related. But I have been using this VPN for years and until the last few weeks had not had this issue. These are the 2 windows that popup when starting the program

VS2015 cannot start local debugging on VPN error about remote debugger

女生的网名这么多〃 提交于 2020-05-24 05:53:25
问题 Recently I started having issues starting a LOCAL EXE (winforms or console applications, VB.NET 4.0 framework target). To be clear I'm NOT doing remote debugging! I am using AVAYA VPN client to connect to work but no networking should be needed to do local debugging. If I disconnect the VPN it works normally again, so it is clearly related. But I have been using this VPN for years and until the last few weeks had not had this issue. These are the 2 windows that popup when starting the program

Could not load file or assembly tools\EntityFramework .PowerShell.Utility.dll'

对着背影说爱祢 提交于 2020-05-23 12:50:09
问题 When try to Install Entity Framework 6.1.3 From Package Manager console. I get following output. Install-Package EntityFramework Attempting to gather dependency information for package 'EntityFramework.6.1.3' with respect to project 'OnlineShop', targeting '.NETFramework,Version=v4.6.1' Attempting to resolve dependencies for package 'EntityFramework.6.1.3' with DependencyBehavior 'Lowest' Resolving actions to install package 'EntityFramework.6.1.3' Resolved actions to install package

Creation of the virtual directory http:/ /localhost:16858/ failed with the error

两盒软妹~` 提交于 2020-05-17 06:34:55
问题 i am trying to load a web project in VS2015 and i get the following error. Creation of the virtual directory http:/ /localhost:16858/ failed with the error: Filename: redirection.config Error: Cannot read configuration file. I tried to delete *.csproj.user to rebuild the file. But it didn't work. How to solve this problem ? Any suggestions ? 回答1: The error is solved. Firstly, if you don't install IIS Express, you should install. After installing, copy all files from C:\Program Files\IIS

Visual Studio 2015 - Debug with HTTP connection problems

眉间皱痕 提交于 2020-05-16 07:43:56
问题 I have a program (console application) that makes use of LinqToTwitter to read some tweets. When I debug the program I get an error "The underlying connection was closed: An unexpected error occurred in a submission". Message = An error occurred while sending the request. Message = The underlying connection was closed: An unexpected send error occurred. If I build the program, I can run the program without any problems. I already researched and can't find the problem. Does it have to do with

Visual Studio 2015 - Debug with HTTP connection problems

心不动则不痛 提交于 2020-05-16 07:43:38
问题 I have a program (console application) that makes use of LinqToTwitter to read some tweets. When I debug the program I get an error "The underlying connection was closed: An unexpected error occurred in a submission". Message = An error occurred while sending the request. Message = The underlying connection was closed: An unexpected send error occurred. If I build the program, I can run the program without any problems. I already researched and can't find the problem. Does it have to do with

The item is already under source control at selected location

戏子无情 提交于 2020-05-14 18:20:05
问题 I am desperate, I spend all day with this issue, please how can I add Visual Studio solution to the TFS ? I created total new project named for example PROJECTX and I have solution with the name PROJECTX.sln. I select File > Source Control > Add Solution To Source Control but immediately I get this error I also deleted and recreate the same project in TFS and my solution has not any .vssscc files, therefore I think it wasn't in the TFS before, maybe some other copy but when I deleted the

CheckBox not work properly when clicked on quickly multiple times

穿精又带淫゛_ 提交于 2020-05-13 18:53:06
问题 What this code do: If parent node is checked/unchecked, also check/uncheck all child nodes. If just one child node is checked, also check parent node. Private Sub TreeView1_AfterCheck(sender As Object, e As TreeViewEventArgs) Handles TreeView1.AfterCheck If updatingTreeView Then Return updatingTreeView = True CheckNode(e.Node, e.Node.Checked) HasCheckedChildNode = 0 updatingTreeView = False End Sub Private Sub CheckNode(node As TreeNode, isChecked As Boolean) If node.Parent IsNot Nothing Then

Cloud Explorer - cannot access development Blob Containers

本小妞迷上赌 提交于 2020-05-13 05:25:19
问题 I am developing with Azure storage locally using VS2015. I created and accessed my development storage blob container fine. I upload three images and have code to calculate the size of the images. For some unknown reason, I cannot expand the Blob Containers node in Cloud Explorer any more. I.e. Cloud explorer > Storage Accounts > (Development) > Blob Containers. Doing so results in the following error message: Cloud Explorer has encountered an unexpected error: Unable to retrieve child