Tagged Questions
The project-properties tag has no wiki summary.
3
votes
2answers
328 views
VS2010 will not display project properties (“underlying RCW”)?
Only sometimes (I haven't yet noticed a pattern), VS2010 shows the following error (where I'd expect the body of the property page to be) when I right-click on a project (various types of projects) ...
1
vote
2answers
70 views
The value of out-of-bounds element of an array - should it change on each execution or stay the same?
For the actual question, jump to question part. For an interesting real-world example of undefined behavior, keep reading :)
There was this enumeration:
struct EnumStruct
{
enum Enum
{
...
0
votes
1answer
50 views
Does Visual Studio support directing build output to multiple directories?
Every time I do a build using Visual Studio 2008, I have to manually copy the output files to two additional directories on my computer. Is there a way to configure my projects, so that when the ...
0
votes
0answers
54 views
Telling Visual Studio 2010 to use “All Configurations” as default configuration when editing project properties
I want Visual Studio to use "All Configurations" as the default configuration when editing project properties.
Any ideas on how to make Visual Studio behaving like that?
0
votes
1answer
33 views
“Target Framework” is outgreyed in Visual Studio
An colleague of mine is experiencing a weird behavior in Visual Studio 2008. The "Target Framework" box is outgreyed in all projects (regardless of the actual target version of .NET, be is 2, 3 or ...