New Post: Extension Pack and Nuget
Hi Mike, Not sure of the need for two packages, can the solution level package not serve for all purposes or have I missed something? Scott.
View ArticleNew Post: Problem attaching database using SqlCmd
I have been trying to use the SqlCmd class to attach a database and for some reason, I am constantly encountering this error message:MSBUILD : warning 5120: Unable to open the physical file...
View ArticleNew Post: Problem with TfsSource Get TaskAction
I am trying to use the following TfsSource MSBuild Task:<MSBuild.ExtensionPack.VisualStudio.TfsSource TaskAction="Get" ItemPath="$/AProject/ADifferentPath"...
View ArticleNew Post: xmlfile use
I have xml files that our applications uses and in the past we have use xmlpoke in this format Old poke code<xmlpoke file="${ShellAppDir}\Providers\ClientConfiguration.xml"...
View ArticleNew Post: MSBuild.ExtensionPack.SqlServer.SqlCmd throws...
__I have a build script that works fine on local developer machines but throws the exception below when I execute the command on a TeamCity build server. The command in the db.targets that's failing...
View ArticleNew Post: Incorrect syntax near '¯' when passing empty file to...
I get this SQL Server error when I pass an empty file to MSBuild.ExtensionPack.SqlServer.SqlCmd: Msg 102, Level 15, State 1, Server .\SQLEXPRESS, Line 1 Incorrect syntax near '¯'. The file is generated...
View ArticleNew Post: Incorrect syntax near '¯' when passing empty file to...
I got sent some sample files. They are UTF08 with a BOM (or some variation thereof). I tried adding -f i:65001 to the parameters to force it to use UTF8 but I get a similar message. you could try...
View ArticleNew Post: Incorrect syntax near '¯' when passing empty file to...
Thanks for the quick reply Mike! I added a check to not run the file if it's empty so my script work fine. This is for a database CI process and the empty file happens when dbDeploy does not detect any...
View ArticleNew Post: Using command line to build windows service project
This is not related to this project. Please use an MS forum.
View ArticleNew Post: Problem attaching database using SqlCmd
Seems like a UAC error. What identitiy is executing the MSBuild? Does it work of if you dont create it in C: (protected) and rather something like C:\Test Mike
View ArticleNew Post: Problem with TfsSource Get TaskAction
Could you run with /v:diag and provide the full results. thanks Mike
View ArticleNew Post: xmlfile use
That looks like the nant task rather then the one provided by ms... Using the MSBuild Extension Pack you could use<MSBuild.ExtensionPack.Xml.XmlFile TaskAction="UpdateElement"...
View ArticleNew Post: MSBuild.ExtensionPack.SqlServer.SqlCmd throws...
Hmmm.... I 'know' why this is happening, I just need to think about the best fix... Will get back to you... I'll also copy this to a workitem. Mike
View ArticleNew Post: MSBuild.ExtensionPack.SqlServer.SqlCmd throws...
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: MSBuild.ExtensionPack.SqlServer.SqlCmd throws...
Please let me know it the private build files i attached to the workitem work.
View ArticleNew Post: In VS2012, MSBuild.ExtensionPack.VisualStudio.TfsSource throws...
We recently upgraded our TFS server from 2010 to 2012. Since the upgrade, one of my existing build is now throwing "Win32Exception: The system cannot find the file...
View ArticleNew Post: Usage with NuGet installation
Can anybody answer this question? I'm having the same trouble - I want to install Extension Pack with Nuget before executing MSBuild script. Nuget installs it, but the script doesn't work with it, it...
View ArticleNew Post: Remote GAC installation
I receive theerror : Remote AddAssembly returned non-zero returnValue: 9 error after installing gacutil and adding it to the path. However, after reviewing the source I am confused by this...
View ArticleNew Post: Remote GAC installation
I see there is no place where the local path for the remote machine is specified. Hence why the remote path is used instead. Does that means that CIM resolves the remote path into its local path?
View Article