VS 2010 SP1 BETA – App.config XML Transformation Fix
Posted
by João Angelo
on Exceptional Code
See other posts from Exceptional Code
or by João Angelo
Published on Fri, 25 Feb 2011 22:46:28 +0000
Indexed on
2011/02/25
23:32 UTC
Read the original article
Hit count: 560
The current version for App.config XML tranformations as described in a previous post does not support the SP1 BETA version of Visual Studio. I did some quick tests and decided to provide a different version with a compatibility fix for those already experimenting with the beta release of the service pack.
This is a quick workaround to the build errors I found when using the transformations in SP1 beta and is pretty much untested since I’ll wait for the final release of the service pack to take a closer look to any possible problems.
But for now, those that already installed SP1 beta can use the following transformations:
VS 2010 SP1 BETA – App.config XML Transformation
And those with the RTM release of Visual Studio can continue to use the original version of the transformations available from:
VS 2010 RTM – App.config XML Transformation
© Exceptional Code or respective owner