Skip to main content

Home/ General Development In DotNet/ Group items tagged vs2010

Rss Feed Group items tagged

Jacques Bosch

Rory Primrose | Cleaning a VS2010 solution with a sledgehammer - 0 views

  •  
    "My workplace has been having issues with VS2010 picking up old assemblies since we have been using VS2010 on a complex services solution. The issue usually pops up when executing test runs with the built in support for MSTest. This occasionally happened in VS2008 but is much more prevalent in 2010. The scenario seems to be that somewhere between the IDE and MSTest is picking up assemblies from prior TestResults directories if the assembly can't be found in bin\Debug or bin\Release directories. This means that the normal clean operation under the build menu is not sufficient to get rid of this problem. Enter the sledgehammer. I wrote a little utility that will recursively go through each bin, obj and TestResults folder under the solution path and delete everything it can (including read-only files). Any exceptions encountered will be output to the console. The code itself is really simple."
Jacques Bosch

A first glance at Visual Studio vNext (dev11) | Patrick Smacchia - 1 views

  •  
    "In case you are not aware, a developer preview version of Visual Studio vNext has been released yesterday. I just played an hour with it and it seems that performances are finally here! The same way I skipped Vista to jump from XP to Wnd7 that I love, I am (as much as I can) skipping VS2010 and I'll jump from VS2008 to VS2012 that I'll hopefully love. A few random notes:"
Jacques Bosch

Making ASP.NET deployment easy with the Package/Publish Web tool-Rachel's Blog - 0 views

  •  
    "Visual Studio 2010 Web Deploy alleviates most of the manual aspects of application deployment by adding a few UI based configuration pages and context menu integrations in Solution Explorer. Upon opening the project's properties, navigate to the Package/Publish Web tab on the left to display deployment options on the right."
1 - 3 of 3
Showing 20 items per page