Commented Unassigned: MSBuild Server-hosted can not find imported project...
Hi. I have installed the MSBuild.ExtensionPack (Version 4.0) on our BuildServer (in my case a Windows 7 32-bit machine (!)), but when a build-definition is triggered I get the message: "error MSB4019:...
View ArticleCommented Unassigned: MSBuild Server-hosted can not find imported project...
Hi. I have installed the MSBuild.ExtensionPack (Version 4.0) on our BuildServer (in my case a Windows 7 32-bit machine (!)), but when a build-definition is triggered I get the message: "error MSB4019:...
View ArticleCreated Feature: Require a task to create a NuGet package [12679]
As a build manager, I should be able to execute an MSBuild task that would create a NUGet package of all the given assemblies.
View ArticleNew Post: running tasks in parallel results in targets not found error
Hi When running several tasks in parallel with the parallel task, I'm getting an error: BuildScript\build.targets(136,3): error MSB4019: The imported proje t "C:\delivery.targets" was not found....
View ArticleNew Post: running tasks in parallel results in targets not found error
Is that path ok though or do you have a property not being resolved? Takea look at this blog post http://mikefourie.wordpress.com/2012/04/18/executing-msbuild-targets-in-parallel-part-2 which covers...
View ArticleNew Post: Sql2008.Database Restore fails with...
Sorry I missed this. I'll try figure it out. Mike
View ArticleNew Post: Sql2008.Database Restore fails with...
Is this windows 7? may be an OS issue. http://serverfault.com/questions/133599/error-when-restoring-database-windows-7-test-environment but the API should resolve anyway so something else is going...
View ArticleNew Post: Sql2008.Database Restore fails with...
running the same code on windows 8 gives the correct error j(23,9): error : SmoException: System.Data.SqlClient.SqlError: The operating system returned the error '32(The process cannot access the file...
View ArticleNew Post: SqlServer.SqlExecute task doesn't close connection
I think this is more to do with the Restore task than any connection issues. I'm going to look at this but track it here
View ArticleNew Post: Sql2008.Database Restore fails with...
So it looks like SQL has the files locked. You'll need to restore to a different file location (SQL will delete the files in use automatically). If you like you can then script a move of the datafiles...
View ArticleNew Post: Remote GAC installation
assuming this is ok now, feel free to shout if its not.
View ArticleNew Post: Parallel Tasks for Exec report success but really failed
assuming this is ok now, feel free to shout if its not.
View ArticleCommented Unassigned: MSBuild Server-hosted can not find imported project...
Hi. I have installed the MSBuild.ExtensionPack (Version 4.0) on our BuildServer (in my case a Windows 7 32-bit machine (!)), but when a build-definition is triggered I get the message: "error MSB4019:...
View ArticleEdited Feature: Iis7AppPool need to be able to set LoadUserProfile [12606]
Hi,When I create an App Pool with the Iis7AppPool task, it gets created with LoadUserProfile=false.On some of our installations this leads to an obscure bug with xml serialisation.'Unable to generate a...
View ArticleSource code checked in, #87148
IIS7\IIS7AppPool.cs Add support for LoadUserProfile. Thanks matroberts
View ArticleClosed Feature: Iis7AppPool need to be able to set LoadUserProfile [12606]
Hi,When I create an App Pool with the Iis7AppPool task, it gets created with LoadUserProfile=false.On some of our installations this leads to an obscure bug with xml serialisation.'Unable to generate a...
View ArticleNew Post: MSBuild.ExtensionPack.SqlServer.SqlCmd throws...
I'm having this same problem and I can test this private build. But what version of Extension Pack does this dll replace? I have the October edition, but is this 3.5 or 4.0? Also, is there any...
View ArticleCreated Unassigned: Svn Commit tasks break on upgrade to 4.0.8.0 [12712]
In reference to ticket [11734](https://msbuildextensionpack.codeplex.com/workitem/11734) it would appear that the changes made to add the CommitMessage actually break previous existing tasks with a...
View ArticleCommented Unassigned: Svn Commit tasks break on upgrade to 4.0.8.0 [12712]
In reference to ticket [11734](https://msbuildextensionpack.codeplex.com/workitem/11734) it would appear that the changes made to add the CommitMessage actually break previous existing tasks with a...
View Article