|
|
Browse by Tags
All Tags » Visual Studio » MSBuild
-
xmlDocument.SelectNodes with xmlns="..."
Spent most of today wondering why I couldn't update a connection string in a web.config file using xpath which had the default namespace for xmlns defined at the root of the config file. e.g. <configuration ...
-
There are a few things that slow down development of MSBuild-based solutions with Visual Studio. Typically MSBuild files are named with .proj, .properties or .targets extensions - so when you drag one of these files into the Visual Studio IDE there is no Intellisense.
To get around this, go to Tools > Options > Text Editor > File ...
|
|
|