Questions tagged [visual-studio-2008]

An older version (9.0) of Microsoft's integrated development environment (IDE), released in November 2007 and superseded by Visual Studio 2010 in April 2010.

See also

133 questions
45
votes
9 answers

Taskkill.exe: don't throw an error if the process is not running

I'm running a Visual Studio post build event that shuts down IIS if it's still running after compilation: taskkill /f /im w3wp.exe The following works perfectly if IIS is still running, but throws an error if it has already stopped: Error 1 The…
Luk
  • 1,007
  • 3
  • 10
  • 10
36
votes
5 answers

Visual Studio not auto-building when I press the debug button

I'm writing code in Visual Studio but whenever I want to test the application and press the green arrow for "Start debugging", Visual Studio does not automatically recompile the active solution for me and I have to manually build the solution then…
Kurru
  • 1,684
  • 6
  • 20
  • 27
24
votes
1 answer

How can I use newline with the Find-And-Replace in Visual Studio?

I've become rather fond of the "Find-And-Replace" function in Visual Studio. The function lets me replace phrases, words, symbols, or whatever you can type into the textbox on the screen. How can I make it replace a character with a newline?
Vivian River
  • 495
  • 1
  • 6
  • 18
17
votes
7 answers

Which PC components make the biggest impact on your compile times for Visual Studio?

Which PC specifications have the biggest impact on your compile times? Disk? Clock speed? Number of CPU cores?
Rob Allen
  • 1,869
  • 6
  • 23
  • 33
14
votes
3 answers

Can I use Visual Studio 2008 on Windows 10?

I'm thinking of upgrading to Windows 10 Pro. However, I still have projects that are running in Visual Studio 2008. Due to old third-party library dependencies, I can't convert it to VS 2013 or 2015. I have searched online, but could not find an…
Ionian316
  • 319
  • 1
  • 3
  • 8
14
votes
5 answers

Where can I find what license key was used in my installed copy of Visual Studio 2008?

I have legitimate copies of Visual Studio 2008 installed on several computers, each with different license keys. I cannot remember what key was used on each install. Where in the registry can I find what license key was used for that PC's Visual…
spong
  • 2,029
  • 6
  • 28
  • 40
12
votes
1 answer

Visual Studio 2008 SP2 Released or not?

Did Microsoft release SP2 for Visual Studio 2008 ? Or may be any plans in future ?
Ahmed Bilfaqih
  • 1,954
  • 4
  • 17
  • 21
10
votes
2 answers

Speeding up Visual Studio 2008 with Resharper

Are there any good tips for speeding Visual Studio that are purely software based? I already have fast HDDs, a lot of RAM and a powerful CPU. Despite all this, VS2008 is slow. I use it mainly for C# and ASP development. I am wondering if there are…
Matt
  • 6,231
  • 20
  • 57
  • 79
8
votes
3 answers

Can I use Visual Studio 2008,2010 and 2012 on Windows 8?

I do development in all of these versions of Visual Studio and just wondering- before I go out and buy Windows 8 if versions 2008 and 200 are compatible with Windows 8 and can I have all of them installed at the same time? I tried to search google…
Tecnikk
  • 176
  • 1
  • 1
  • 4
8
votes
3 answers

Visual Studio 2010 fails to install with "Error occurred during setup"

I'm trying to install Visual Studio 2010 on Windows 7 64-bit and I keep getting following screen: I tried to install also Visual Studio 2008 with similar result. I'm starting to think it might be caused by some problems with my Windows Installer.…
7
votes
1 answer

Problem installing Visual Studio 2010

I had to reinstall Windows 7 on my computer. I reinstalled everything except VS 2010. Trying to install it, the install wizard looked like it had been corrupted. Another VS 2010 DVD however showed the same behavior. After it's done loading…
6
votes
9 answers

SSD for Visual Studio: Intel X25-m G2 or OCZ Vertex

I'm looking for laptop upgrade, and thinking about getting an SSD drive for with T9400. I was thinking about replacing the built-in 500 GB HDD on my Dell Studio XPS with some kind of SSD. I have two choices: OCZ Vertex Series 60 GB vs. Intel…
meska
6
votes
3 answers

Go away "Visual Studio 2008 Command Prompt". Give me my regular command prompt

This VS2008 artifact is truly bugging me. I have lived with it in the Start Menu and always use Windows + R, "cmd", Enter to run the regular command prompt - I just don't like VS trappings and prefer a vanilla command prompt. Well, today it has…
RichardTheKiwi
  • 295
  • 3
  • 13
5
votes
2 answers

How to debug a program as admin within Visual Studio

I'm running VS2K8 in Win7 64-bit. I'm logged in as admin and I'm running it as admin, but the program I'm working on fails with access denied when I call a restricted API. If run the program from Explorer with "Run as Administrator" it works. I…
brian
  • 51
  • 1
  • 1
  • 2
4
votes
1 answer

How can I configure Visual Studio 2008, so that it uses multiple cores for compile?

I use Visual Studio 2008 on a bigger project. If some files get compiled, it compiles them one after the other. My computer has 8 cores, except one they are idle. How can I configure Visual Studio, that it makes use of the cores?
Antwortgenossenschaft
  • 1,010
  • 1
  • 10
  • 16
1
2 3
8 9