1
vote
4answers
42 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 se …
5
votes
13answers
236 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 …
1
vote
3answers
114 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 wa …
-1
votes
0answers
73 views
Are there any hidden features of Visual Studio 2008? [closed]
Possible Duplicate:
Hidden Features of Visual Studio (2005-2008)?
I'm curious, are there any hidden features of Visual Studio 2008? Just some that people may have come ac …
1
vote
4answers
49 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 ha …
0
votes
1answer
14 views
having resharper give errors for all unused parameters except on events
we want to have resharper complain and show errors every time we have a unused parameter to make sure the developers keep code clean and remove stuff that is not being used
the on …
0
votes
2answers
30 views
WPF ListBox - Display properties of the ItemSource
I am new to WPF. I have a ListBox that has its ItemSource set to a instance of WorkItemCollection. (A collection of WorkItem objects.)
When the list is displayed it only display …
2
votes
3answers
145 views
how to download VS 2010 beta 2 in & VWD EE 2010 beta in iso or web installer
Would someone give me a link to download following application:
VS 2010 beta 2 in iso format
VWD ee 2010 beta in iso & web installer too
When I check on MSDN, the download l …
0
votes
2answers
14 views
VSeWSS phantom feature can’t be deleted
After doing a subversion merge with a co-worker, my VSeWSS project no longer build correctly. It creates two features for a single webpart feature (before the merge, this didn't h …
0
votes
1answer
17 views
How to automatically add <img> height and width in Visual Studio?
When I drop an html image onto my page (vs2005) the height and width attributes are not specified.
Do I really have to edit the html by hand to add these? Or is there an automatic …
2
votes
3answers
54 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' …
5
votes
4answers
190 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 …
0
votes
2answers
38 views
VS 2005 doesn’t detect changes in header files of C++ project
Very often, actually most of the times, Visual Studio2005 doesn't detect
that some header included in some CPP file C++ project was changed.
As the consequence, it doesn't recompil …
1
vote
1answer
66 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 …
1
vote
0answers
16 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 fi …
