Questions tagged [visual-studio]

Visual Studio is an integrated development environment from Microsoft for developing applications on Windows.

Visual Studio is an integrated development environment from Microsoft for developing applications on Windows.

If your question concerns using Visual Studio to develop an application, it may be a better fit for Stack Overflow.

115 questions
0
votes
2 answers

Azure: Publishing Deployment Update to Cloud Service Removes instances

I'm doing some testing on Azure cloud services with one of the sample apps they provide. I've deployed it as a cloud service with two instances but, whenever I update my app and republish the instance count goes from two to one. It's like its…
Bilbo Bongo
  • 99
  • 1
  • 7
0
votes
1 answer

Which Certificate Store does Jenkins service use in Windows?

Some of my VS projects require manifest signing certificates to build. If I install them in my user account's Personal directory, then msbuild completes successfully from the command line. If I then reconfigure the Jenkins service to log in as my…
Armand
  • 123
  • 1
  • 6
0
votes
0 answers

TFSOnline: the connection was unexpectedly closed by the server

We are having a persistent issue with our Visual studio online development environment. Scenario: Connect to the same team project in Visual Studio, with different accounts, on different PCs (but on the same LAN, so with the same public IP). Do a…
Michael
  • 129
  • 5
0
votes
3 answers

Does Windows Vista cache application icon?

I am working on a first time C# project in Visual Studio 2005 and I am wondering if there is anything special that needs doing to change the application icon apart from changing the correct resource in the project properties. I manage to view the…
mr-euro
  • 838
  • 3
  • 14
  • 31
0
votes
0 answers

AWS EC2 Looses public Internet after install Visual Studio 2013

I am trying to setup a build server on an AWS EC2. It is a base Windows 2012 R2, MsSQL 2014 and TeamCity 9.x. At this point the public internet works just fine. I can do windows updates and TeamCity can pull the project from Github. The project…
Chadit
  • 101
  • 1
0
votes
3 answers

What's the difference between running localhost and 127.0.0.1?

My windows 7 is messed up somehow and no one seems to know what is wrong. My localhost runs so slow it is not even funny. To run my website on local host takes like 20 seconds to load up. I change it to 127.0.0.1 and it loads up in 1 second. So I am…
chobo2
  • 441
  • 1
  • 9
  • 18
0
votes
1 answer

Is it possible to execute Azure automation runbook on Visual Studio?

I am considering about two cases. One is edit runbooks on Visual Studio, then execute them to perform Automation task directly. Another one is that edit runbooks on Visual Studio, then I use PowerShell to execute those runbooks. I'm not sure about…
billcyz
  • 1,550
  • 3
  • 12
  • 15
0
votes
1 answer

Random bluescreens during VS2012 C++ compile

I have a Windows 7 VM (ESX) with Visual Studio 2012 that handles continuous integration for a large C++ project. The solution currently builds with the /MP flag, but bluescreens have occurred using IncrediBuild as well. It usually takes a couple of…
Henning
  • 44
  • 6
0
votes
1 answer

Why am I being blocked from installing Visual Studio 2013 Express?

I am trying to install Visual Studio 2013 Express on Windows 7 Professional, and I am stuck here with the Web Platform Installer 5.0: We're sorry. The following products have failed to install. Visual Studio Express 2013 for Web (Default…
DB140141
  • 1
  • 1
  • 1
0
votes
1 answer

Can the Visual Studio 2012 C++ Redistributable be installed automatically with a TFS Build?

I have an ASP.Net project that's using the ClearScript.V8 library which relies on the Visual Studio 2012 C++ Redistributable to work. I'm faced with the prospect of having to install this on 50+ machines and I'm curious if I can get TFS to do it for…
Spencer Ruport
  • 477
  • 3
  • 17
0
votes
1 answer

Server Manager Remote Connection and Visual Studio unable to publish after password change

I have a developer user who changed his password in our Windows-only environment. Now he is unable to connect remotely to another machine via Server Manager and unable to publish to another server via Visual Studio. There are no event logs or…
Tony
  • 457
  • 3
  • 10
  • 22
0
votes
1 answer

IIS 7 FTP Publishing: Windows User Gets 530 18 Error

Here's the problem, from the log (ip & dns names sanitized): FTP Service Log 2013-03-26 01:25:07 ORIGIN.IP - DESTINATION.IP 21 ControlChannelOpened - - 0 0 4ba4c190-09ca-45e3-a2ae-b19117d33b80 - 2013-03-26 01:25:07 ORIGIN.IP - DESTINATION.IP 21 AUTH…
Noel
  • 121
  • 1
  • 8
0
votes
3 answers

Installing .Net Framework on a new machine windows 7

I have a question on best way of installing .Net on a fresh install of Windows 7. I spoke to a colleague of mine who suggested downloading all the version of .net framework from Microsoft and then installing IIS 7 afterwards. The thing is I am not…
0
votes
1 answer

IIS 7 Impersonate - ASP.NET MVC 3 Application

I've developped an application under ASP.NET MVC 3 (C# / Razor) framework and everything works fine so far. Yesterday, I've decided to install IIS 7 (7.5 I think?) on my developpement machine (Windows 7) to see if there was any issues that would…
Pluc
  • 113
  • 1
  • 4
0
votes
1 answer

Minimum access required for Visual Studio 2010 on SharePoint

Hi we are trying to set up a SharePoint development environment for multiple developers on Windows 2008 server, we do not want to give the developers admin rights to the servers. Does anyone know what the minimum rights need to be. Right now if…