Hi folks, We've been using TFSBuild for ages and it's wikid. Just this week we added some new conditional web.config replacement stuff to our deployment project. Previously we had it so that when TFS Build does a production build, then the connection string (is replaced) for the prod environment , appsettings changed, etc. For months all has been perfect. We've added in a 3rd party component and now that we've added the web.config replacement info, the build fails on TFSBuild but works fine on our local hosts. It's like the TFSBuild server cannot find some part of the this 3rd party component. I'm pretty sure it's not in our localhost's development client's GAC because we don't install any products -> we just purchased the .dll and the license file (as proof of purchase) and have the dll and lic file in our websites BIN folder (along with all the other dll's, etc). This is the error we're getting in our ErrorsWarningsLog.txt Solution: Appian.sln, Project: Development Server.wdproj, Configuration: Debug with Deployment, Mixed Platforms C:\Program Files\MSBuild\Microsoft\WebDeployment\v8.0\Microsoft.WebDeployment.targe ts(613,9): error : An error occurred creating the configuration section handler for slickUpload/uploadStreamProvider: Could not load file or assembly 'Krystalware.SlickUpload' or one of its dependencies. The system cannot find the file specified. (C:\Team Builds\Appian\Debug Compile, Tests and Deployment\Binaries\Mixed Platforms\Debug with Deployment\_PublishedWebsites\Development Server\web.config line 27)
Solution: , Project: Appian.sln, Configuration: Debug with Deployment,
Mixed Platforms
C:\Team Builds\Appian\Debug Compile, Tests and
Deployment\Sources\Appian.sln(0,0): warning MSB4078: The project file
"Deployment\Setup Installer\Setup Installer.vdproj" is not supported by
MSBuild and cannot be built.
This is a snippet of our msbuild delpoyment project file...
<ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Debug with
Deployment|AnyCPU'">
.... snip ...
<WebConfigReplacementFiles
Include="ConfigurationSettings\SlickUpload.UploadStreamProvider.Developm
ent.config">
<Section>slickUpload/uploadStreamProvider</Section>
</WebConfigReplacementFiles>
<WebConfigReplacementFiles
Include="ConfigurationSettings\SlickUpload.StatusManager.Development.con
fig">
<Section>slickUpload/statusManager</Section>
</WebConfigReplacementFiles>
</ItemGroup>
And this is the section defined in our web.config....
<!-- Slick Upload - 3rd Party Upload Control -->
<sectionGroup name="slickUpload">
<section name="uploadParser"
type="Krystalware.SlickUpload.Configuration.NameValueConfigurationSectio
nHandler, Krystalware.SlickUpload"/>
<section name="uploadStreamProvider"
type="Krystalware.SlickUpload.Configuration.NameValueConfigurationSectio
nHandler, Krystalware.SlickUpload"/>
<section name="statusManager"
type="Krystalware.SlickUpload.Configuration.StatusManagerConfigurationSe
ctionHandler, Krystalware.SlickUpload"/>
</sectionGroup>
Hopefully someone out there can help or point us in the right direction?
Thanks heaps folks :)
--------------------------------------------------------
Justin Adler
Senior Developer
Stargate Group
Level 4, 600 Victoria Street
Richmond Victoria 3121
Telephone: 03 8420 3009
Facsimile: 03 9428 1533
This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately if you have received this e-mail by mistake and delete this e-mail
from your system. No responsibility is assumed by the company or its employee
to any other person for any loss or damage (whether caused by negligence or
not) arising from the use of the information and advice contained herein.
Finally, it is your responsibility to check any attachments for viruses and
defects before opening or sending them on.
--------------------------------------------------------
OzTFS.com - to unsubscribe from this list, send a message back to the list with
'unsubscribe' as the subject. View the web archives at
http://www.mail-archive.com/[email protected]/
Powered by mailenable.com - List managed by www.readify.net
<<inline: StargateGroup-Logo.GIF>>
<<inline: stargategroup_footer.gif>>
