By tag: settings
0
kicks
Replacing Web.config settings with Transformations
Let’s say you want to point to a different connection string when you deploy your ASP.NET Web Project to your hosting provider. Until recently you’d have to modify your Web.config file manually. This is an easy procedure but you might end screwing up the file in some way.
Visual Studio 2010 comes w...
0
kicks
Build fail only on the build server with delay-signed assemblies
I got that error from our build machine. It crashed wonderfully and would tell me that an assembly could not be loaded.
After 1 hour of search I finally found the problem.
0
kicks
Visual Studio user settings per project/solution - update
It turns out that a similar request was posted earlier this year, which was also closed. However, a workaround was provided that makes use of macros in Visual Studio. The details are here.
0
kicks
Visual Studio user settings per project/solution
When working on multiple projects/solutions from different companies or private vs. open source projects, each project can have different language settings (for tab size, curly brace locations, etc.). Keeping these settings at a global (IDE) level forces to constantly switch between global settings ...