Tagged Questions

81
votes
115answers
10k views

What's Your Biggest Visual Studio 2008 Annoyance? [closed]

I love Visual Studio about 90% of the time, but that last 10% it is such a PITA it makes me want to launch my monitor off the desk. My latest annoyances: It won't remember my toolbar settings. I ...
72
votes
6answers
25k views

Visual Studio “Any CPU” target

I have some confusion related to the .NET platform build options in Visual Studio 2008. What is the "Any CPU" compilation target, and what sort of files does it generate? I examined the output ...
43
votes
6answers
11k views

How can I get “Copy to Output Directory” to work with Unit Tests?

When I build a unit test project before the tests are executed the test output is copied to a TestResults folder and then the tests are executed. The issue I'm having is that not all the files in the ...
22
votes
4answers
7k views

ADO.NET Entity Framework: Update Wizard will not add tables

I added a new ADO.Net Entity Data Model into my project and used the Update Wizard to add tables into the model. Five of the selected tables were added to the design surface. Two other tables will ...
21
votes
6answers
22k views

The name 'ConfigurationManager' does not exist in the current context

I am trying to access connectionstrings from the config file. The code is ASP.NET + C#. I have added System.Configuration to reference and also mentioned with using. But, still it wouldn't accept the ...
21
votes
2answers
1k views

CLSCompliant(true) drags in unused references

Can anyone explain the following behavior? In summary, if you create multiple CLS compliant libraries in Visual Studio 2008 and have them share a common namespace root, a library referencing another ...
21
votes
6answers
11k views

Remote Debugging in Visual Studio (VS2008), Windows Forms Application

Hi I'm trying to Remote Debugging a Windows Forms Application (C#), but i'm always getting this error: Unable to connect to the Microsoft Visual Studio Remote Debugging Monitor named 'XXX. The ...
17
votes
4answers
3k views

How to debug through .NET Framework source code?

I've followed the steps outlined in http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx to enable source debugging of the .NET Framework, ...
16
votes
15answers
2k views

What would cause ANY .NET application to crash immediately… except a project I create and Debug inside Visual Studio?

My software recently got deployed to a customer who said that the application was crashing immediately after it started. After some initial debugging, the customer provided me remote access to one of ...
16
votes
4answers
4k views

Don't stop debugger at THAT exception when it's thrown and caught

In tools/exceptions, I've set the option that the debugger stops when an exception is thrown. Whether it is caught or not . How do I exclude an exception of that rule? Somewhere in my code there is ...
15
votes
5answers
225 views

Why does this code compile without error even though the class is marked Obsoleted?

This is Visual Studio 2008. Obviously has to do with the static class for an extensions. public class Dummy { public readonly int x; public Dummy(int x) { this.x = x; } ...
14
votes
15answers
1k views

How to write code in Visual Studio faster? [closed]

Whenever I start a new software project I spend a good amount of time at the beginning drawing class diagrams and other flow charts to plan out how I see the application working. This part just takes ...
14
votes
5answers
850 views

Is there a Breakpoint Plugin for Visual Studio?

Background In some sufficiently large applications, you can spend more time figuring out how to drill down to the various layers than you do actually debugging: That's the case with a piece of ...
14
votes
9answers
19k views

Safe to uninstall .NET Framework 2.0 and 1.0 after installing 3.5?

I'm new to Windows development and I have a question. I'm using a Mac with Boot Camp to run Windows in dual boot, but I have an extremely small Windows partition (10 GB, because Boot Camp failed with ...
14
votes
3answers
6k views

How do I launch an application after install in a Visual Studio Setup Project

I have created a setup project using Visual Studio 2008. After the application is finished installing, I would like to have it start up immediately. Any thoughts on how this can be done?
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
8answers
1k views

Visual Studio 2008 : Step to next line is very slow when debugging managed code

When stepping through my C# code line by line via F10, it takes the debugger over one second to get to the next line. I've tried deleting all watches and breakpoints, but that did not make any ...
11
votes
1answer
641 views

visual studio 2008 macro: write to output pane

In a Visual Studio macro, how do you write execution information on the output pane (i.e. the window that usually contains build output)? I'm using Visual Studio 2008, if that is relevant. Solution: ...
11
votes
12answers
12k views

Visual Studio 2008 source control for small teams

I work on a small web team where I am the only .NET developer currently using Visual Studio 2008 Professional to build and maintain a few web applications. I am about to start training another member ...
10
votes
4answers
867 views

How can i disable Cider (WPF Gui Editor) within VS2008?

when developing wpf applications i never use the graphical editor ( aka cider). only the xaml editor. as "cider" needs quite some resources when loaded i wonder if there is a way to completely disable ...
10
votes
11answers
4k views

Visual Studio - Automatically refresh class view when changing class

I come from a Java background and have spent many years using Eclipse. One feature that I miss when using Visual Studio (2008) is that the class view does not automatically refresh when I change ...
10
votes
1answer
209 views

Is there an attribute I can add to a class so it will be edited as code, not in the designer?

I've made a class which inherits from UserControl, but which I only want to use as a base for subclasses. Is there a way I can stop VS2008 from trying to edit it in the designer, that won't stop the ...
9
votes
2answers
2k views

How to turn off pdb generation and vshost for all Release builds

Every time I start a new piece of software I have to go into the configuration and turn off pdb file generation and the Visual Studio hosting process for Release builds. Is there any way to tell ...
9
votes
8answers
3k views

Visual Studio: Is there a way to collapse all items of Solution Explorer?

I know that I can use Arrow Keys to collapse items of solution explorer one by one, but I would like to know if there is a way to collapse all items with only one operation. I want to know it because, ...
9
votes
2answers
296 views

Why does catch(TException) handling block behaviour differ under the debugger after installing Visual Studio 2008?

Consider the console application below, featuring a method with a generic catch handler that catches exceptions of type TException. When this console application is built with the 'Debug' ...
9
votes
1answer
4k views

How can I get rid of the “The target assembly contains no service types” error message in VS2008?

I've got a Client/Server wcf application My executable doesn't define any ServiceContract, it doesn't even have a reference to System.ServiceModel (but instead has a reference to an assembly which ...
9
votes
7answers
12k views

Why are no Symbols loaded when remote debugging?

I want to use remote debugging. The program that I want to debug runs on machine b. Visual Studio runs on machine a. On machine b I have a folder with the following files: msvcr72.dll msvsmon.exe ...
9
votes
8answers
4k views

ASP.NET Framework effects of moving from 2.0 to 3.5?

I've started using Visual Studio 2008 and it keeps asking me to upgrade my 2.0 website project to 3.5 every time it opens. What effectively happens when I "upgrade" a website project from 2.0 to 3.5 ...
9
votes
2answers
5k views

What is “Client-only Framework subset” in Visual Studio 2008?

What does "Client-only Framework subset" in Visual Studio 2008 do?
8
votes
4answers
508 views

How do I reference a 32 bit DLL in a 64 bit project?

I've got a C# 2.0 project which is set to target 'Any Cpu', however it is referencing a C++ project that's building a 32 bit dll. When I try to run my program on a 64bit machine I get the following ...
8
votes
6answers
453 views

Why do “Not all code paths return a value” with a Switch statement inside of an Enum?

I have the following code: public int Method(MyEnum myEnum) { switch (myEnum) { case MyEnum.Value1: return 1; case MyEnum.Value2: return 2; case MyEnum.Value3: ...
8
votes
4answers
1k views

WCF Service default values

I have following data contract class for my WCF Service: [DataContract(Name = "MyClassDTO")] public class MyClass { private string name = "Default Name"; [DataMember] public string Name ...
8
votes
4answers
924 views

How to attach a debugger at process creation?

I would like to debug a .NET application that fails immediately on startup (and exists without an error message or log), but I can't attach a debugger to it because the process exists almost ...
8
votes
5answers
474 views

Is it possible to Read and Step into .NET Framework Source Code

Is there any way for people using VS2008 to step into and read the source code for the MSDN libraries? I come from a Java background where this is possible...
8
votes
4answers
2k views

What makes an app console or Windows Form application?

[Visual Studio 2008] I created a new project for console application and modified it to look like this: class Program { static void Main (string[] args) { Thread.Sleep (2000); } } ...
8
votes
1answer
2k views

Clickonce certificate expired - not signing manifest almost solved it

I have a distributed app using ClickOnce. I went to do an update and got an error about the certificate expiring. I noticed on the signing tab that I could uncheck signing the ClickOnce manifests. ...
8
votes
7answers
6k views

MSTest.exe not finding app.config

I'm currently trying to run MSTest.exe from NCover, but I believe the question could apply generally to running MSTest.exe from the command line. If I have the "/noisolation" argument, then ...
8
votes
8answers
1k views

Best documentation system for .NET? [closed]

I've never used a documentation system before, typically using commenting by hand but I think it would be nice to do so for a new project. What do you guys/gals advise? I've heard of Sandcastle but ...
8
votes
7answers
6k views

Remote machines cannot connect to Visual Studio web server

I remember when MS was developing Cassini - I believe they rolled it into VS 05/08, so I think this is a Cassini web server question. I am using Windows XP with Visual Studio 2008, and find it ...
8
votes
11answers
14k views

Visual Studio 2005 vs 2008 - What are the benefits?

What are the benefits of upgrading from Visual Studio 2005 to 2008? Any thoughts on whether it's worth the jump, or is it better to wait for whatever's coming next?
7
votes
3answers
334 views

Encrypt/Decrypt Beginner Questions

I've never done any encryption or decryption, so I decided to jump in and try to make something similar to FolderLock. The following questions are mostly design questions, but have some coding ...
7
votes
2answers
253 views

Is the Optional Parameter in C# 4 Backwards Compatible?

I am curious to know that whether optional parameter introduced in C#4 is backward compatible or not? Let me clarify my question with a simple example. Suppose I write the following code in C#4 on ...
7
votes
3answers
1k views

Same source, multiple targets with different resources (Visual Studio .Net 2008)

A set of software products differ only by their resource strings, binary resources, and by the strings / graphics / product keys used by their Visual Studio Setup projects. What is the best way to ...
7
votes
3answers
570 views

VB.Net and C# Projects in 1 Solution

Is there a way for me to create multiple projects using different languages under 1 solution in VS 2008? If so, how?
7
votes
3answers
681 views

What is the best practice when the database schema changes in entity framework?

I am using Entity Framework to do the ORM in .NET project. The problem I am facing is that when the database schema changes, there is no proper mechanism to update the edmx file. For example, If ...
7
votes
3answers
1k views

Managing .NET assembly dependencies by dll reference rather than by project reference in VS

We have a .NET project consisting of multiple subprojects (around 20). There are several solutions, each containing only those subprojects which are relevant to the particular solution. To allow for ...
7
votes
3answers
3k views

Application.Exit

I am using VSTS 2008 + .Net 3.5 + C# to develop Windows Forms application. My confusion is, seems Application.Exit does not force application to terminate? If not, which method should I call to make ...
7
votes
1answer
627 views

Visual Studio 2008 unit tests and nunit

When you right click on a method in a code file in Visual Studio 2008 you get this which creates the unit test skeleton for that method. Is there a way (by means of a template change or some nifty ...
7
votes
9answers
5k views

Organizing a Visual Studio Solution with “Solution Folders”

When setting up a Visual Studio .NET solution with many projects, do you find "Solution Folders" useful? What are the drawbacks? My original thought was that using Solution Folders can be useful to ...
7
votes
7answers
1k views

Getting started with Silverlight development

How does one start development in Silverlight? Does one need a new IDE? or Visual studio will support?

1 2 3 4 5 21