Commented Issue: Stylecop 4.7 [11060]
I recently had to move my hudson build server. In doing so, i installed the latest version of Stylecop (4.7) and MSBuild Extension Pack. They don't seem to work together. When executing the following...
View ArticleCommented Issue: Stylecop 4.7 [11060]
I recently had to move my hudson build server. In doing so, i installed the latest version of Stylecop (4.7) and MSBuild Extension Pack. They don't seem to work together. When executing the following...
View ArticleSource code checked in, #78614
Biztalk\SendHandler.cs: New TaskAction="Get" return a list of SendHandlers with metadata. Get can be restricted by Adaptor name and HostName (regex) Biztalk\RecieveHandler.cs: New TaskAction="Get"...
View ArticleClosed Feature: BizTalk - List Receive / Send Handlers [11055]
IT would be nice to be able to query biztalk and get a list of Send / Receive handlers out (perhaps with some metadata, like isDefault).This itemgroup could then be used to clear all send / receive...
View ArticleNew Post: Receiving Access is Denied Error at the File System Level when...
do your paths represent folders or files? I can repro this if for eg. ConversionStagingDataFilePath is C:\a, but if it's c:\a\mydatafile.mdf then it works
View ArticleNew Post: Receiving Access is Denied Error at the File System Level when...
They represent folders. Shall I change that to files? ------------------- Jason Cusati On Wed, Aug 8, 2012 at 7:00 PM, mikefourie <notifications@codeplex.com> wrote: From: mikefourie do your...
View ArticleNew Post: Receiving Access is Denied Error at the File System Level when...
yes, please try the full file path. that should fix it. Mike
View ArticleNew Post: Receiving Access is Denied Error at the File System Level when...
OK, so that solved my problem with the permissions error, however now when I try to run my batch of Create Table scripts, I am getting an out of space in the transaction logs error. When I manually...
View ArticleNew Post: Receiving Access is Denied Error at the File System Level when...
It looks as though the Create command is creating the database with Auto data/log file growth disabled, which is what is causing my problem. I suppose I can issue a SQL command to fix that, but is...
View ArticleSource code checked in, #78784
VisualStudio\TFSVersion.cs: Adding VersionFormat="Synced" whihc provides the ability to automatically sync the version with the BuildNumber
View ArticleNew Post: Transforming custom Xml configuration files during build
Hi The task operates over the whole xml file, but you can restrict what is transformed using your xslt. I'm not following what you want to do with MSBuild properties... can you give me a scenario...
View ArticleNew Post: Receiving Access is Denied Error at the File System Level when...
Is it not a case of fixing your model database?
View ArticleCommented Issue: Stylecop 4.7 [11060]
I recently had to move my hudson build server. In doing so, i installed the latest version of Stylecop (4.7) and MSBuild Extension Pack. They don't seem to work together. When executing the following...
View ArticleClosed Issue: Stylecop 4.7 [11060]
I recently had to move my hudson build server. In doing so, i installed the latest version of Stylecop (4.7) and MSBuild Extension Pack. They don't seem to work together. When executing the following...
View ArticleCommented Issue: VSDevEnv and VS 7.1 compiles but does not copy files to...
I am using MSBuild.ExtensionPack.VisualStudio.VSDevEnv and have it rigged up to VS 2003 (7.1). The solution compiles properly in Debug and Release. The files appear properly under the obj directory on...
View ArticleClosed Issue: VSDevEnv and VS 7.1 compiles but does not copy files to Agent...
I am using MSBuild.ExtensionPack.VisualStudio.VSDevEnv and have it rigged up to VS 2003 (7.1). The solution compiles properly in Debug and Release. The files appear properly under the obj directory on...
View ArticleSource code checked in, #78855
FileSystem\Detokenise.cs: Performance optimization if using only CollectionMode Resolves #10920 (Optimize Detokenise) raised by ChikeOkor on 14 June 2012
View Article