Commented Issue: AssemblyInfo Task and AssemblyFileVersion [10239]
Using version 4.0.4, I am trying to use the AssemblyInfo task to create a dynamic version number for an assembly and am running into the following error - The...
View ArticleClosed Issue: AssemblyInfo Task and AssemblyFileVersion [10239]
Using version 4.0.4, I am trying to use the AssemblyInfo task to create a dynamic version number for an assembly and am running into the following error - The...
View ArticleReopened Issue: AssemblyInfo Task and AssemblyFileVersion [10239]
Using version 4.0.4, I am trying to use the AssemblyInfo task to create a dynamic version number for an assembly and am running into the following error - The...
View ArticleClosed Issue: AssemblyInfo Task and AssemblyFileVersion [10239]
Using version 4.0.4, I am trying to use the AssemblyInfo task to create a dynamic version number for an assembly and am running into the following error - The...
View ArticleClosed Issue: Issue with AssemblyInfo task? [10178]
Hi,I am trying to use the AssemblyInfo task. I am currently using V3.5.9.0 of the Extension packI have the following entry in my msbuild project file. <MSBuild.ExtensionPack.Framework.AssemblyInfo...
View ArticleCommented Feature: Implement Subversion tasks [10110]
Find locally installed SVN applications, and use their command-line interface. A working copy information task will be the most useful. Also implement modification tasks which don't require user...
View ArticleNew Post: Is it possible to register a VB6 COM+ component with MSBuild
Hi Mike, Thanks for the suggestion, I've had a quick look through the source code, and I think your suggestion is the best option. I'll come up with any new task actions to get me done. Once done I'll...
View ArticleCommented Feature: WebClient: Show download progress [10212]
It would be nice if the WebClient task showed the download progress as it goes. Something like what wget does would be very nice. For reference, here's wget's output:--2012-01-23 14:20:38--...
View ArticleNew Post: Is it possible to register a VB6 COM+ component with MSBuild
Hi Mike, I've had a bit of a play with the code tonight, and now have a CreateApplication TaskAction, so I have proved what I want to do can be done, I'll flesh out the rest over the next few days....
View ArticleNew Post: MSBuild.ExtensionPack.Web.Iis7Website fails on remote machine
Mike, thanks for coming back to me. To enable the Task on a remote W 2008 Server with an enabled firewall I had to set a fixed enpoint port for the DCOM component "ahadmin" and then add a firewall rule...
View ArticleCommented Issue: Directory check/create fails for remote IIS paths [4910]
I am using the IIS7 task to setup websites and applications on a remote server and I run into one of two issues depending on which type of path I provide. If I use a path that contains the computer...
View ArticleNew Post: Using Gac task for deployment?
We're using MSBuild for deployment and configuration of several web applications and services. Some of them required certain assemnlies residing in the GAC. At first it looked like the Gac task would...
View ArticleNew Post: MSBuild.ExtensionPack.Web.Iis7Website fails on remote machine
Great, thanks for the details Markus... Mike
View ArticleNew Post: Using Gac task for deployment?
That's somewhat vague guidance. Gacutil does support reference counting, currently the task doesn't implement this option though. If you want to be able to remove an assembly after you remove the last...
View ArticleNew Post: Is it possible to register a VB6 COM+ component with MSBuild
Great, if you submit a patch I'll get it integrated for the next release. Mike
View ArticleCreated Issue: SmartExec task does not report error(s) to Visual Studio's...
Hi.Thank you for MSBuild Extension Pack v4.0.4.0.If the SmartExec task fails, it does not report error(s) to Visual Studio's "Error List" window as expected.
View ArticleCreated Issue: SmartExec task output is displayed only when the process is...
MSBuild Extension Pack v4.0.4.0Visual Studio 2010 SP1Windows 7 Ultimate x64 SP1SmartExec task's output is displayed only when the process is completely finished.I would like the task to display the...
View ArticleCreated Issue: SmartExec task executes process twice [10289]
MSBuild Extension Pack v4.0.4.0Just like what was reported with the AsyncExec task here: http://msbuildextensionpack.codeplex.com/workitem/9903The issue also exists in the SmartExec task as...
View ArticlePatch Uploaded: #11400
icnocop has uploaded a patch. Description:Framework\SmartExec.cs: Fix for starting process.Resolves #10289 (SmartExec executes target twice) raised by icnocop on 2 Feb 2012
View ArticleCommented Issue: SmartExec task executes process twice [10289]
MSBuild Extension Pack v4.0.4.0Just like what was reported with the AsyncExec task here: http://msbuildextensionpack.codeplex.com/workitem/9903The issue also exists in the SmartExec task as...
View Article