New Post: Exception using IIS7AppPool to stop pool in IIS8.5 (Windows Server...
Please log all discussions as issues on GitHub. This project has moved. I'll try take a look at IIS8.5 soon.
View ArticleNew Post: MSBuild.ExtensionPack.StyleCop.dll vs StyleCop.dll
Please log all discussions as issues on GitHub. This project has moved. They are not in sync. I've not even looked at that task.
View ArticleNew Post: DO NOT DISCUSS HERE - WE HAVE MOVED
Please log all discussions as issues on GitHub. This project has moved.
View ArticleNew Post: Iis7Website and Iis7AppPool with MS Web Deploy Package
Please log all discussions as issues on GitHub. This project has moved. probably best if you email me and we can discuss.... Thansk! Mike
View ArticleNew Post: IIS7 application authentication
Done https://github.com/mikefourie/MSBuildExtensionPack/commit/5d2d2b77ada2847502a18d7dd84e1b31ab722a58 Please log all discussions as issues on GitHub. This project has moved.
View ArticleNew Post: Exception using IIS7AppPool to stop pool in IIS8.5 (Windows Server...
it works for me. I think you have some sort of permission issue. can you try "disabling and re-enabling the "Configure Server Remote Management" from the Server Manager...
View ArticleNew Post: Multi environment management with MSBuild using template files with...
Make sense yes. will look at for vnext Please log all discussions as issues on GitHub. This project has moved
View ArticleNew Post: Multi environment management with MSBuild using template files with...
I think you are going to be better of using the Detokenise task. Keep a version of your tokenised config files. Copy them somewhere. Parse them using detokenise.
View ArticleNew Post: Read through an SQL recordset
Each row is an item, each item has the columns as metadata. Below is a longer example where I do a select, then iterate of each item, then assign one of the items to a property.<Project...
View ArticleNew Post: Read through an SQL recordset
Thanks Mike, that’s a perfect example. Really really appreciate it. Again thanks. RegardsNicholas Tullett | ConsultantInsurance Information Services | CGI150 Commerce Valley Dr. West, Markham, Ontario,...
View ArticleNew Post: Error - 'The "Msbuild.ExtensionPack.Xml.XmlFile" task could not be...
I want to read xml file with MSBuild.ExtensionPack.Xml.XmlFile command. I had used below xml file.<List> <ListItem> <Name>Announcements</Name> </ListItem> <ListItem>...
View ArticleNew Post: Sql2008.Database Restore fails with...
Figure out how easily restore SQL database without facing any trouble. Go through this tutorial which suggests you right way to recover SQL database: -...
View ArticleNew Post: Need some help with MSBuild.ExtensionPack.Xml.XmlFile
how would you do it if you wanted to update the "DeployTag" from the below line?<SqlCmdVariable Include="DeployTag">
View ArticleNew Post: MSBuild.ExtensionPack.VisualStudio.VB6 will not terminate correctly...
Hi, Running a msbuild script from Teamcity with a Teamcity agent on Windows 2012 r2. In the script I call <MSBuild.ExtensionPack.VisualStudio.VB6 TaskAction="Build"...
View ArticleNew Post: MSBuild.ExtensionPack.VisualStudio.VB6 will not terminate correctly...
I am not sure if anyone has made any progress here, I had the same issue on windows 2012; I downloaded a copy of the source code for the vb6 task from the 4.0.10 release. I temporarily removed the...
View ArticleNew Post: Need some help with MSBuild.ExtensionPack.Xml.XmlFile
http://msbuildextensionpack.codeplex.com/discussions/546572
View ArticleNew Post: MSBuild.ExtensionPack.VisualStudio.VB6 will not terminate correctly...
http://msbuildextensionpack.codeplex.com/discussions/546572
View Article