New Post: Help with VSDevEnv task
Alright I figured it out, I got the source saw the registery key is looking for the InstallDir key. My 7.0 installation does not have this key. Changing the version to 7.1 works. I did run a test and...
View ArticleNew Post: Help with VSDevEnv task
Figure a few more things out an here they are. This is VS2003 related, not MSBuild issues. 1. VSDevEnv and 7.1 Task fails with "Debug|Any CPU" Config on x64 Machine How to Fix: remove "|Any CPU" 2....
View ArticleNew Post: XmlFile
Hi You need to specify the namespace. You also have a case issue with your attribute filter value. It's a capital F in workFlow. <Project ToolsVersion="4.0" DefaultTargets="DefaultWithNameSpace"...
View ArticleNew Post: Any way to create a new XML file?
I saw from the documentation that XmlFile allows for Add/Remove Attribute/Element. Is there something I missed that can create a new xml file?
View ArticleNew Post: Any way to create a new XML file?
Hi Do you see any benefit that this would provide over the WriteLinesToFile task? Mike
View ArticleNew Post: Any way to create a new XML file?
I'm trying to create a new XML and it seems like I need to create a xml file with a root but no content, save it, then populate it with XmlFile. I might be missing something though as I'm new to...
View ArticleNew Post: Any way to create a new XML file?
Can you expand on your thoughts "create a XML file based on the contents of an Itemgroup and specified prologue for the file"... I'll see what can be done for the upcoming release due in a few days....
View ArticleNew Post: Any way to create a new XML file?
Hi Mike, thanks for the quick response. What I'm doing now is this: <!-- Create the xml file --> <ItemGroup> <XMLLines Include="<?xml version=%221.0%22...
View ArticleNew Post: Is it possible to register a VB6 COM+ component with MSBuild
Thanks Dave. ComponentServices is in - http://msbuildextensionpack.codeplex.com/SourceControl/changeset/changes/75118 Let me know if all is ok for you. Thanks Mike
View ArticleNew Post: Is it possible to register a VB6 COM+ component with MSBuild
and IIS7Website updated too --- http://msbuildextensionpack.codeplex.com/SourceControl/changeset/changes/75119 Mike
View ArticleNew Post: Is it possible to register a VB6 COM+ component with MSBuild
Hi Mike, Excellent, thanks, I'll check these out and get back to you shortly. Dave
View ArticleNew Post: Is it possible to register a VB6 COM+ component with MSBuild
Hi Mike, I've tested the changes, and all looks good, thank you, all good to go from my point of view. Dave
View ArticleNew Post: Is it possible to register a VB6 COM+ component with MSBuild
Great, thanks Dave. These will ship with the release next week. Mike
View ArticleNew Post: Imported project 'xxx' was not found.
Hi all, I am trying to improve my web page's performance. I installed the AjaxMinifier & MSbuild in my Windows7(X64) machine with Visual Studio2010. I modified my csproj file as below,...
View ArticleNew Post: Imported project 'xxx' was not found.
you need to install the 32bit v4 install. Mike
View ArticleNew Post: Imported project 'xxx' was not found.
Thanks mikefourie, it works. Now I am getting the below build error, The expression "@(OutputPath)\PerformanceAfter.dll" cannot be used in this context. Item lists cannot be concatenated with other...
View ArticleNew Post: Imported project 'xxx' was not found.
Thanks Mike. Sorry for the very basic questions, since i am not much familiar with .csproj edit.
View ArticleNew Post: TFS2010 Build Report showing multiple entries after using DevEnv task
Just wondering if anyone else has tried to use the DevEnv task within the TFS2010 build system?
View Article