Tagged Questions

For issues relating to visual studio 2008, service pack 1.

learn more… | top users | synonyms (1)

15
votes
1answer
1k views

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 ...
13
votes
7answers
2k views

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 ...
11
votes
2answers
256 views

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 ...
9
votes
2answers
490 views

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

I've got a class which inherits from a List<MagicBean>. It works well and as expected in all respects except one: when I add the [DebuggerDisplay] attribute. Even though looking at List has its ...
8
votes
5answers
4k views

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 ...
7
votes
1answer
1k views

ClickOnce, Skip asking for update (or fail lauch if skip is selected)

I update my ClickOnce app 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 ...
7
votes
6answers
6k views

Is it possible to slipstream the Visual Studio 2008 SP1 install?

From what I've read, VS 2008 SP1 and Team Foundation Server SP1 packages are traditional service packs that require you to first install the original versions before you will be able to install the ...
6
votes
1answer
153 views

Export to XML from Dynamic Data Site

I have to update an existing site that's based on DDS on top of the Entity Framework, and it uses three different database models from three different databases. And what it needs is a simple addition ...
6
votes
2answers
1k views

Mixed Platform VS Any Cpu

There are couple of Build Configuration settings e.g Any CPU, Mixed Platform WIN 32 etc in VS. What's the difference between them ???
6
votes
3answers
636 views

“Unsolvable” bug in Visual Studio - how do I connect to SQL Server 2008 Express?

I've been struggling for some time now to be able to use the built-in functions in Visual Studio 2008 to handle *.mdf database files with SQL Server 2008 Express. I'm running on an x64-based system, ...
6
votes
3answers
2k views

Visual Haskell 2008

Is Haskell for Visual Studio 2005 compatible with VS2008 SP1 ?
4
votes
6answers
229 views

Singleton in C# “inaccessible” when not in the same namespace?

I tried to implement a singleton class in the following way (I use VS2008 SP1) : namespace firstNamespace { class SingletonClass { private SingletonClass() {} public static ...
4
votes
1answer
163 views

Windows 7 - WPF - Framework 3.5 - Content not displaying in developer or when running

Help. I seem to have broken WPF 3.5 on my development box. If I bring up VS2008 and create a new, blank WPF app, it does not display the designer. If fact, I can see the desktop wallpaper through ...
4
votes
3answers
167 views

How do I reset Visual Studio so that it once again searches for source files of DLLs while debugging?

Hallo! In the process of debugging my WPF project, I regularly encounter thrown exceptions. When these exceptions fire, if the exception is thrown by my application's code, I am able to browse the ...
4
votes
6answers
336 views

Make process crash on large memory allocation

I'm trying to find a significant memory leak (15MB at a time, but doing allocations like this on multiple places). I checked the most obvious places, and then used AQTime, but I still can't pinpoint ...
4
votes
5answers
4k views

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 ...
4
votes
6answers
1k views

How to unit test F# code in Visual Studio 2008?

I'm new to F# and I intend to create new F# project, and unit test it with F# in Visual Studio 2008, but the Visual Studio 2008 Unit Test Wizard don't have a F# test project option (just have C, C# ...
3
votes
5answers
2k views

Very slow performance deserializing using datacontractserializer in a Silverlight Application

Here is the situation: Silverlight 3 Application hits an asp.net hosted WCF service to get a list of items to display in a grid. Once the list is brought down to the client it is cached in ...
3
votes
3answers
752 views

Visual Studio 2008 - Stuck while running, says “unable to break execution” when I try to debug

I'm running a C# program on Visual Studio 2008 It freezes at some point, and when I try to pause for debugging, VS2008 freezes also. when I close the program console window it pops up a "unable to ...
3
votes
3answers
391 views

How to solve the Single stepping problem with VS2008 SP1

Debugging in visual studio seems to have been broken with sp1. Single stepping randomly does not work and just starts to run. Sometimes breakpoints are ignored. It is unpredictable and unusable. It ...
3
votes
9answers
8k views

Install Visual Studio 2008 Sp1 on “D” Drive

I am trying to install VS2008 sp1 to my work machine - it has a pathetic 10Gb C drive. The SP1 bootstrapper doesn't give the option to install items to D, only C. It needs 3Gb free and the machine ...
2
votes
1answer
38 views

SqlTransaction causing application crash on error?

Here's some background: Periodically our site will crash to the point of having to restart IIS; this almost always happens within an hour of patching a DLL (we use a Web Site project, not a Web ...
2
votes
1answer
907 views

Trying to find out why my WCF service is not working

Over a year ago I had been working on a WCF service, which I wrote using VS 2008. It runs under a Windows service, which I also wrote. It’s been running there ever since. And unfortunately, other ...
2
votes
1answer
52 views

How do I configure VS2008 to show the true EIP address in the disassembly window?

The VS2008 studio debugger is displaying relative addresses in the disassembly window as shown in the snippet below: 00000548 8B 4D B8 mov ecx,dword ptr [ebp-48h] 0000054b 8B 01 ...
2
votes
2answers
319 views

Why doesn't VSDoc IntelliSense work inside of a jQuery no-conflict wrapper?

/// &lt;reference path="jquery-1.5.vsdoc.js" /> // IntelliSense works here. function ($, window, document, undefined) { /// &lt;param name="$" type="jQuery" /> // IntelliSense does ...
2
votes
1answer
141 views

Fun with delegate casting -> InvalidProgramException

I've encountered an interesting problem, see the following code. class Program { static void Main(string[] args) { var testDelegate = (System.Delegate)(Action)(() => ...
2
votes
2answers
130 views

Forcing VS2008 to issue a GCC warning similar to “warning: comparison between signed and unsigned integer expressions”

Along the same lines as to what was described in conversion to ‘size_t’ from ‘int’ may change the sign of the result - GCC , C, I would instead like to insure that the warning I receive under GCC ...
2
votes
0answers
23 views

How to fix broken lines in F# VS2008 SP1

That's it. It'll happen when I scroll my mouse up or down...
2
votes
1answer
2k views

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 ...
2
votes
2answers
2k views

boost::thread build error (unable to link lib && unresolved external)

I'm trying to follow a simple tutorial of Boost::Thread (ver 1.4-3) in VS 2008: #include <boost/thread/thread.hpp> void Func() { // Do something } void main() { boost::thread ...
2
votes
2answers
34 views

Developing Silverlight 1.0 Applications on VS2008 SP1

Can anyone point me to any guides, howto's or general documentation on how to develop Silverlight 1.0 (it has to be 1.0) on VS2008 SP1. I have searched high and low for information, and it all seems ...
2
votes
3answers
586 views

VS2008 jQuery Intellisense not working - (jquery-1.4.1.js)

I have searched on google, followed scottguthrie's article & also here on SO for a solution but to no avail. My environment consists of VS2008 SP1, including hotfix for JQuery intellisense. I ...
2
votes
3answers
3k views

“Exception has been thrown by the target of an invocation” Running Tests - VS2008 SP1

I'm using Visual Studio 2008 Team Suite and I'm unable to run tests and display the Test/Windows/Test Result Window. The result is a dialog box with the following content : "Exception has been thrown ...
2
votes
1answer
308 views

Did Visual Studio 2008 SP1 introduce runtime bugs or am I crazy?

I've been wracking my brains out trying to figure out what the heck is going on with the most recent (non beta) Visual Studio 2008 SP1: My app built with OpenMP runs incredibly slow in the debugger, ...
2
votes
1answer
1k views

C# Custom PrintDialog PInvoke DevMode Question

According to the following page: http://msdn.microsoft.com/en-us/library/ms646964(VS.85).aspx underneath the first graphic, "If the user clicks the OK button, PrintDlg returns TRUE and the PRINTDLG ...
2
votes
2answers
2k views

Installating VS2008 SP1 - bug

I've been trying to install SP1 VS2008 and I get this error...... vs90sp1\VC_IA64Runtime.exe - Exe installer's log file/hint (%temp%\dd_VC_IA64Runtime*.txt|%temp%..\dd_VC_IA64Runtime*.txt) does not ...
1
vote
1answer
127 views

How can I avoid doing an IIS reset to ensure debugger attaches to *correct* IIS worker process and hits breakpoint?

I maintain an ASP.NET web application (.NET 3.5) which is run as a "plugin" to an old "umbrella" ASP website. To debug it after making some change, I... build the webapp and load the "umbrella" ...
1
vote
0answers
362 views

How to solve Microsoft.Data.Entity.Design.Package.MicrosoftDataEntityDesignBootstrapPackage Problem?

I got this error message when I open the project in vs2008 The Microsoft.Data.Entity.Design.Package.MicrosoftDataEntityDesignBootstrapPackage, Microsoft.Data.Entity.Design.Package, ...
1
vote
3answers
97 views

How to check multiple condition check visual studio 2008 Unit Testing framework

I am working on creating unit test cases for few methods. I want to verify the return value and the out parameter for certain condition. If the conditions are met then perticular case will success ...
1
vote
1answer
222 views

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 ...
1
vote
2answers
95 views

Visual Studio 2008: Why Doesn't my Language Service Add-In Work? (“Sorry, parsing could not recover”)

I'm trying to create my own language service in Visual Studio 2008 SP1, but when I run the program (which starts the Visual Studio Experimental Hive) and try to open a source file, I get this error: ...
1
vote
1answer
2k views

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 ...
1
vote
1answer
99 views

How to get Visual Studio 2008's IDE to show what it considers out of date without rebuilding

Is there a way to force Visual Studio to provide a report of why it thinks it needs to rebuild a given target, without actually doing the build? This would be similar in concept to GNU Make's -n ...
1
vote
1answer
410 views

What is the proper installation order for VS2010 components? (IIS Express, SQL CE, MVC3, SP1 Beta)

After I went to http://www.microsoft.com/web to get the IIS Express and SQL CE my machine has been acting strange. VS2010 intellisense is lost, and now I've lost my HTML designer. It doesn't load. ...
1
vote
2answers
301 views

Debugging a Windows CE application which uses a Microsoft Azure service

This question has probably less to do with actual programming and more to do with environment setup. I'm developing an application for a Windows CE device, which will use a service hosted in ...
1
vote
2answers
372 views

VS2008 crashes when switched to design mode on very large solution

This is happening on several developers machines that they just received. We have a very large solution, 70+ projects. If you open any form, even a new blank form, in design mode, VS Crashes most of ...
1
vote
3answers
353 views

Can i use HTML5 with vs2008

Please tell me that the vs2008 has support for HTML5 or not? and also tell me how to use HTML5 with vs2008. Thanks
1
vote
1answer
86 views

Installing Visual Studio 2008 SP1 problem

I am trying to install SQL Server 2008 but it tells me that "Previous releases of Microsoft Visual Studio 2008: Failed". I downloaded Visual Studio 2008 SP1 from here VS2008 SP1, installed it (it said ...
1
vote
1answer
93 views

Having MVC 2 with both VS 2008 and VS 2010

I had VS 2010, which gave me MVC 2 out of the box. Then, I installed VS 2008 Professional Edition. I wanted to do MVC 2 with VS 2008. I had to download MVC 2 for VS 2008 SP1, which I did. Now, when I ...
1
vote
2answers
563 views

How can I programmatically select or scroll to a TreeNode in a TreeView based on a string path?

I am implementing one of the common scenerios of a TreeView control and I am using a drives, files and folders. to make a File System. That means each node potentially has a path. Problem is, we have ...

1 2 3 4