Can someone tell me why my Ctrl+F5 disappeared in Visual Studio 2008? Its not eve开发者_StackOverflow中文版n in the menu. In the Debug menu, All I have is Windows, Start Debugging, Step Into, Step Ove
A simple question. I\'m trying out ReSharper and it closes my curly braces for me as soon as I open them. I really dislike this \"feature\" and I\'ve had about three long looks through the settings w
Using Visual Studio 2008 for a unit test, one of the unit tests has to do with a basic performance smoke test to make sure additional code doesn\'t slow down a heavily-used method too badly.
Is there a way to reverse engineer a pre-compiled website .... if for example someone 8) was silly enough to publish their site to a vir开发者_StackOverflowtual directory withalocal path set to the pr
I\'m currently writing a building script that needs the installdir registry key for visual studio 2008 to find w开发者_如何学编程here the devenv is. In windows vista, the registry key used to be in lo
I\'m working with a visual studio 2008 - You get access to a number of special folders to use if you want to include files within.One I don\'t see on the li开发者_开发问答st is the user\'s local appli
According to this blog post, Microsoft will not fix this problem soon. There is the technical possibility to do i开发者_如何转开发t ourselves, or we will have to wait for Visual Studio 2010 SP1?Even i
I have a project that I am in the process of migrating to using Linq To SQL. On the whole it\'s fine, but I\'m stuck on an issue where if I try to put a timestamp from an DTO into a hidden field I get
I have a Crystal Reports report in Vis开发者_运维技巧ual Studio 2008 which has a subreport. The source for each report is a separate datatable. Say main report datatable schema is
I have app that uses two threads: one thread for regular application work and another that does some background processing. When I debug my app and have a error message displayed I click pause to ge开