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
10
votes
10 answers

How do you deploy your .NET Web Application? (Recommendations, please!)

We've recently upgraded our ASP.NET Website to a Web Application and we're shocked by the sudden leap in difficulty when deploying it. Considering how common a task this must be, I was wondering what plug-ins/software people use to deploy a rapidly…
Django Reinhardt
  • 2,256
  • 3
  • 38
  • 55
8
votes
1 answer

How to get what IP Address Ranges used by Visual Studio Online Load Testing Agents?

I need to setup IP Whitelisting in an environment that I need to run some Visual Studio Online Load Tests on. I was able to find some documentation as to what IP Addresses Visual Studio Online supposedly uses, but it doesn't seem to be…
Chris Pietschmann
  • 327
  • 1
  • 4
  • 10
6
votes
4 answers

Bulk fax handling

I have been tasked with finding/creating a bulk fax solution to fax individual reports to hundred of our clients (each report will be unique). We would prefer to stay away from a per page service as the cost would add up rather quickly. The key…
Sean
  • 163
  • 1
  • 3
6
votes
3 answers

Can I access Cassini from a remote machine?

So I'm having that browser compatibility party we all have at some point in a web project and want to access my localhost Cassini instance created by VS2008 rather than having to upload to our repository/deployment environment to check when IE6/7…
Denis Hoctor
  • 163
  • 1
  • 5
6
votes
1 answer

405 - ‘Method not Allowed’ adding service hosted in IIS7

I can't seem to get around this problem of adding a web service reference when the web service is hosted in IIS 7. I can add it just fine if I am running the VS2008 development server, but when I switch it over to IIS I get a 405 error. It seems to…
eskerber
  • 121
  • 1
  • 10
6
votes
1 answer

Cannot create a project TFS 2012 - TF218027

I've just installed TFS2012 and am trying to create a new project in the default collection via Visual Studio 2012 but I keep getting this error message: TF218027: The following reporting folder could not be created on the server that is running…
6
votes
1 answer

How to upgrade sql server express 2005 to 2008R2

Im using EF 4.1 in visual studio 2010, and I would like my sql server db on the server to be 2008R2 (because I want to use the migration tool from MS for EF in VS). Tool :…
sprocket12
  • 223
  • 2
  • 5
4
votes
3 answers

How to automatically accept privacy agreement when installing VS2017 via the command line?

As part of managing environments, I want to install Visual Studio 2017 via the command line. However, I'm running into issues installing 2017 that wasn't encountered setting up 2015. Following the documentation I've got a simple Powershell…
JosephRT
  • 141
  • 1
  • 1
  • 3
4
votes
0 answers

Visual Studio 2015 full completely offline distributive

I'm wondering is there a way to download all external components of VS 2015 (Apache Cordova, Android SDK, Python tools, lots of JS libs etc) to create a complete and offline installer? Preferably I want to find a way to create such "distro"…
vlad2135
  • 141
  • 4
4
votes
2 answers

Speed up asp.net Development server

I am running a website in ASP.Net using the development server, which is insanely slow to load a page with no apparent reason since it is fast in production. Are there any tips to speed up the ASP.net Development server or alternatives to using…
sammarcow
  • 245
  • 3
  • 13
4
votes
1 answer

Debugging applications in Visual Studio on Remote Desktop causes the session to freeze

Running Visual Studio 2003 on Windows Server 2003 (not configured as a terminal server), most of the time that I try to use the debugger, I completely lose control of the session. I end up having to log in to another open session and kill devenv.exe…
Kyle
  • 1,849
  • 2
  • 17
  • 23
3
votes
1 answer

Determine which Windows Update KB package a specific OS file belongs to?

I have a Windows 7 machine that has the file ucrtbase.dll of Universal C Runtime installed in the version 10.0.10586.1412. However, the latest official MS Update I can find patching this file for Windows 7 is KB3118401, which contains this file in…
Martin
  • 563
  • 4
  • 10
  • 25
3
votes
1 answer

How to configure WebDeploy server for direct publishing from visual studio?

Visual Studio 2013 supports direct WebDeploy publishing (no intermediate package files to manually move). I have this working against an Azure "Website" because the server already supports WebDeploy and Azure's Portal/Dashboard lists the WebDeploy…
Jason Kleban
  • 786
  • 3
  • 8
  • 19
3
votes
0 answers

Clickonce applications being allowed through firewall

The company I work for uses an application that is deployed through clickonce. This means that everytime they update said program the program regenerates in a new location…
3
votes
3 answers

Is it possible to install Team Foundation Server 2010 with a free version of SQL Server

Is there a way to install Team Foundation Server 2010 with a free version of SQL Server(Express Edition)?
user11268
  • 33
  • 1
  • 3
1
2 3 4 5 6 7 8