Tagged Questions

5
votes
13answers
261 views

Choosing between VS 2005/2008/2010 for independent learning.

I am working helpdesk software support on our proprietary programs. Whenever I run into a bug, I am supposed to try and get as much info as possible so the developers can fix the source. I have a …
5
votes
4answers
194 views

Why/how does this compile?

C++ in MS Visual Studio 2008. Warning level 4 plus a load of extra warnings enabled as well. I'd expect this to give a warning at least, but more likely a compiler error? Function declaration is as …
2
votes
3answers
64 views

When did I last ‘Get Latest’ from TFS?

I have some version of code on my machine. I want to set up a second machine with the same version of code so I can pull down a shelveset based off this version. However, I didn't write down the …
1
vote
1answer
39 views

Visual C++ Team Test problems

I am trying to get some unit tests for native C++ running with Visual Studio Test Suite. I have just a single, simple class named "Shape". I followed a tutorial and did the following steps: Created …
1
vote
1answer
28 views

Debugging WPF browser applications gives a download file.

Hi, I have built an application for my college work in WPF browser, but when I try to debug, Firefox opens and gives me a download of the xbap file, which should run in the browser. This happens in …
1
vote
4answers
57 views

How can I convince Visual Studio to not omit access modifiers when generating code?

Very often when Visual Studio generates code (for example generating an event handler stub) it omits access modifiers for members. I would like it to stop doing this. Is there a setting for this?
1
vote
4answers
115 views

VSeWSS “An item with the same key has already been added”

During the package phase of a VSeWSS deployment, an exception is thrown. From the logs: 2009/11/02 11:59:46 Error System.ArgumentException: An item with the same key has already been …
1
vote
3answers
136 views

How much of Visual Studio is managed and how much of it is unmanaged in 2008 and 2010?

If anyone knows how much of Visual Studio is turning into managed code? I read in some sites that most of the Visual Studio 2010 is managed, compared to older versions where it was mostly native. Is …
1
vote
0answers
25 views

Does anyone have an example of creating a custom text marker in Visual Studio?

In case my initial approach is wrong, here's what I'm trying to accomplish. I want to be able to recognize snippets of text in my code editor (I'm using C#, but that shouldn't matter) and change the …
1
vote
1answer
34 views

Expression blend solutions won’t open in Visual studio

Hi I'm a designer. My key tools are Photoshop, Illustrator and Expression Blend. As much as I love the user interaction of Blend I'm finding problems when I open a Visual Studio file in Blend created …
1
vote
1answer
80 views

VS2008, no embedded application icon?

Hello everyone. I'm using Visual Studio 2008 and I can set the application icon using the My Project -> Application - Tab with a path. But, is there any way to set the application icon to an embedded …
0
votes
1answer
9 views

How to get the FolderPath in MFC application

I am using visual studio 2008...I am tryin to get the folder path for my output file in my design ...I know there is a class called CFolderDialog ..but its not working in my pgm..should I include any …
0
votes
1answer
21 views

Visual Studio 2008 debug output in english?

Hi! I've got Visual Studio 2008 Professional german version. In the settings -> Environment -> international... is only German available. That's fine - there's just one thing that bothers me. All …
0
votes
2answers
26 views

Listing Properties / Checking if a Property is ReadOnly

Hi everyone! I'm faced with a couple of problems in VB.net: I have a series of objects, which properties I'm displaying in a grid for the user to edit. My first problem is: how do I get a list of …
0
votes
2answers
48 views

Porting code from Linux to Windows

Hi all, I'm using Visual Studio .NET 2003, and I'm trying to port code I've written and compiled/run successfully in Linux GCC to Windows. I'm a newbie when using VS. I've created a new project, and …

1 2 next
15 30 50 per page