Questions tagged [visual-studio-2008-sp1]

For issues relating to Visual Studio 2008, Service Pack 1.

Microsoft released Service Pack 1 for Visual Studio 2008 on 11 August 2008.

Available from Microsoft website: http://www.microsoft.com/en-us/download/details.aspx?id=23691

209 questions
40
votes
6 answers

Fiddler not sniffing SOAP traffic from ASP.NET website

So far I've been successfully using fiddler to sniff web service traffic from both test fixtures, console apps and web projects. Today I noticed I am not able anymore to sniff that kind of traffic if I am running my web application (it's a ASP.NET…
JohnIdol
  • 48,899
  • 61
  • 158
  • 242
37
votes
14 answers

Can't Add A View to EF Data Model

I have a view that I am trying to add to my ADO.NET Entity Data Model. Every time I try to Update From Database, and check the view, it refreshes everything else, but does not add the view.I get no error message or output, so I have no idea what is…
Saleh
  • 2,982
  • 5
  • 34
  • 59
27
votes
1 answer

Linking Windows DLL files from static libraries using CMake without hand-crafting unresolved symbol names

The Situation I'm using Visual Studio 2008 SP1 (Professional Edition, both for 32-bit and 64-bit builds). I'm seeking a workaround to what I believe is a very unhelpful "limitation" in Visual Studio. I find it quite surprising that the Visual…
bgoodr
  • 2,744
  • 1
  • 30
  • 51
23
votes
5 answers

ClickOnce application skips asking for an update (or fail launch if skip is selected)

I updated my ClickOnce application and then when the user runs they are asked if they want to install the new version. I am working in a highly controlled environment. When an update is available it has to be installed (backwards compatibility with…
Vaccano
  • 78,325
  • 149
  • 468
  • 850
20
votes
1 answer

How Can I Connect Visual Studio 2008 to Team Foundation Service and Visual Studio Online?

I've made sure that I have all of the prerequisites covered, then tried to install the patch from here: Visual Studio 2008 SP1 Compatibility GDR for Visual Studio 2012 Team Foundation Server and Team Foundation Service Preview When I do so, I end…
Yuck
  • 49,664
  • 13
  • 105
  • 135
19
votes
4 answers

How can I make visible an invisible control with jquery? (hide and show not work)

How can I change the visibility of a control with jQuery? I have a control that its visible property to false (not css). When I used show() function for it nothing happened, it seems that hide() and show() methods are for css set of a control, not…
SilverLight
  • 19,668
  • 65
  • 192
  • 300
18
votes
6 answers

Is there a "back" button/hotkey for navigation in Visual Studio 2008?

I jumped to a line in a code file in Visual Studio using "Go to definition". I am now lost in the file and I want to go back to the line I was at before. How do I do it?
Jader Dias
  • 88,211
  • 155
  • 421
  • 625
14
votes
7 answers

Cannot step into .NET framework source with VS2008 SP1

Somehow my VS2008 SP1 has lost the ability to step into .NET framework sources. I've played around with checkboxes to no end; I've re-deleted the Symbol cache folder a dozen times; and I've tried all kinds of debug symbol servers. All it does is…
Vilx-
  • 104,512
  • 87
  • 279
  • 422
14
votes
1 answer

Configuring 64-bit compilation inside Visual Studio 2008 Express Edition (VS2008EE)

I am making an attempt at building 64-bit native C++ applications under Visual Studio 2008 Express Edition Service Pack 1 (with some relevant Windows SDK(s) installed afterwards), in the IDE and from the command line. This is on a Windows XP…
bgoodr
  • 2,744
  • 1
  • 30
  • 51
14
votes
3 answers

How to make [DebuggerDisplay] respect inherited classes or at least work with collections?

I've got a class which inherits from a List. It works well and as expected in all respects except one: when I add the [DebuggerDisplay] attribute. Even though looking at List has its as [DebuggerDisplay("Count = {Count}")], if I so much…
13
votes
2 answers

Are there any side-effects of using macro _BIND_TO_CURRENT_VCLIBS_VERSION?

We are porting a VC++ project from Visual Studio 2003 to Visual Studio 2008 SP1(9.0.30729.4148). The dependent external libraries are also compiled with Visual Studio 2008 SP1. MainApp - Main application Compiled with VS SP1…
aJ.
  • 34,624
  • 22
  • 86
  • 128
13
votes
4 answers

How do I change the working directory while debugging in Visual Studio?

I have a Windows Forms project in Visual Studio that reads configuration files from another project in the same solution. Once deployed, this application will run from the root folder for the solution, and the files will then be read from something…
Riri
  • 11,501
  • 14
  • 63
  • 88
12
votes
1 answer

What is this version of Visual Studio - ".... 4462 QFE"

Develop a project in VS for Windows Mobile 6.5. The project was developed on my machine. When I try to view a form of the project on another machine with a normal VS (2008 SP1) he accuses interface error. The error occurs not only on my machine. The…
12
votes
2 answers

"Installation failed due to the absence of a ServiceProcessInstaller" Problem

When I start to installing using installutil it gives me following error, I have set ServiceInstaller and ServiceInstallerProcess, System.InvalidOperationException: Installation failed due to the absence of a ServiceProcessInstaller. The…
12
votes
4 answers

How can I tell if I have Visual Studio 2008 SP1 installed?

I installed a new machine and am using an iso file that was provided to me by my employer (en_visual_studio_team_system_2008_team_suite_x86_dvd_X14-26461.iso). I was wondering how I know whether I need to install the latest service pack for visual…
Joel Martinez
  • 46,929
  • 26
  • 130
  • 185
1
2 3
13 14