visual-studio-2008

Resharper 4.5 has stolen my colour scheme! Can anyone help?

I'm not sure exactly what went wrong here, but Resharper 4.5 RTM seems to have stolen my visual studio colour theme. I normally use Fredrik Kalseth's wicked theme, and I've been using Resharper since version 2.0. Never before has this happened - not even while using the 4.5 Beta. My scheme remained in tact without detremental interferenc...

C# Code Analysis dislikes protected static s_Foo (CA1709, CA1707)

I usually add an m_ in front of private fields and an s_ before static members. With a code like protected static readonly Random s_Random = new Random (); I get the following warnings by VS2008's Code Analysis: CA1709: Microsoft.Naming : Correct the casing of 's' in member name 'Bar.s_Random' by changing it to 'S'. CA1707: Microso...

Visual Studio 2008 shuts down after converting solutions

VS2008 shuts down right after converting any VS2005 solution. The solution icon is changed from 8 to 9 but if I try to open the solution it tries to convert it again and then it shuts down (and so forth). Anyone seen this? Is a re-install the only way to go here? ...

Can a Visual Studio 2008 custom tool be passed additional parameters from the custom tool property grid?

Can a Visual Studio 2008 custom tool be passed additional parameters from the custom tool property grid in VS? ...

Is it possible to write a commercial XBOX game using Visual Studio and MS XNA Game Studio SDK?

I know most commercial games development is done in assembly or C/C++ but has anyone tried using XNA with VS 2008 to create a real time intensive application that would be fit for release in the high street as oppose to just on XBOX Live. What are the limitations you encountered and what sort of frame rates were you getting and in what r...

How to get an Eclipse-like class outline in VS 2008/C#?

I've just recently started using VS2008 for a new tools project, and have been spending a lot of time in Eclipse/Java. The one thing I am missing is the thing I could have sworn was in VS2005 the last time I worked with it - the class outline. I'm speaking of the basic outline in Eclipse, where you can see the class members, methods, et...

Visual Studio 2005/2008 Add-In

I am writing a plug for Visual Studio 2005/2008. I want gain access the controls in the following picture: How do it ? ...

Visual Studio 2008 and Wine

Anyone have tried to run Visual Studio 2008 over linux wit wine? Any troubles? It works? ...

ASP.NET MVC on Cassini: How can I force the "content" directory to return 304s instead of 200s?

Scenario: I have an ASP.NET MVC application developed in Visual Studio 2008. There is a root folder named "Content" that stores images and stylesheets. When I run locally (using Cassini) and browse my application, every resource from the "Content" directory is always downloaded. Using Firebug, I can verify that the web server returns an ...

List of study topics

I have experience developing MFC applications with C++ using Visual Studio 6.0. You can guess how long ago that was (hint: going on 10 years). I am trying to update my skills but a lot has changed. How would one go about bringing these skills up to date? ...

How do you debug ASP.NET applications under IIS7 on Vista?

There is a post on IIS.net titled "Using Visual Studio 2008 with IIS 7.0", but I don't quite believe that's what people do. (Among other gems, it suggests publishing your web app after every change.) If you debug your ASP.NET applications in IIS7 instead of Cassini, I would love to hear your methods, tips, and tricks. Edit: I'm referr...

Visual Studio Designer is always trying to change my control

I have a somewhat complex UserControl, and Visual Studio 2008 is giving me a rather harmless annoyance when working with it. Every single time I open the control with the Designer, it decides to immediately change some of the harmless values set by the designer - namely the initialization of Size properties. If I save those changes, cl...

Visual Studio Search in Selected Folders or File Types Only

Is there a way to limit the visual studio search (find and replace window) to certain file types or folders? ...

How to deploy VS2008 express desktop project?

hi guys, i was wondering how could i deploy/make it into an installer for an app which is created using vs 2008 express. i know that the setup and deployment feature is only available via the full version of visual studio right? So are there any add ons or perhaps additional free/or non-free if it has to come to that which i can use to ...

Using images on Web Applications and Visual Studio for ASP.NET MVC

Hi all, I am developing an ASP.NET MVC applications with MS Visual Studio 2008 SP1. My project structure is the default one: Project |-Content |-css |-img |-Models |-Views |-Controllers The thing is, I am able to access all the content placed under Content directory provided the file is included in the project. On the o...

create 3 identical websites that uses diffrent resources

Hi guys i am starting a new web project that contains 3 identical sites the only thing that differs is that each site got its own resources(database with asp.net membership, xml, web.config). i would like to know if it is possible to setup a website project that uses different resources for different sub folders and how can i setup vir...

Icon of project in Visual Studio

I want certain projects in my solution opened in Visual Studio have different icons..Just like how Visual Studio displays different icons for class project, web site project etc I am not talking about changing the icon of the winforms or other such app being produced I understand I should arrange my code into proper namespaces / fo...

Javascript not executing change in VS2008

Hi, I have an MVC and am using JS and JQuery. I have VS2008 using dev server. I have added some javascript to a JS file "SearchControl.js" and ran it fine. Then I made a change and for some reason it was not hitting a brakpoint I put in. So I put a breakpoint on some older code and it breaks but brings up a new file in VS called "Se...

VSTemplate with build action

How do you create a VSTemplate so that it automatically sets the build action as "content" not the default which is "none"? ...

Visual Studio Context

In Eclipse we are using Mylyn to have an overview of our Trac Tickets. A nice feature is the Context attached to a Ticket. For example it remembers the classes you worked on when that ticket was active. If you open that ticket a month later, then Mylyn opens all the classes. Is there something similar in Visual Studio? ...