Tag does not exist in XML namespace...
the solution builds fine in visual studio ide. tfs build, error:
error mc3074: tag 'rectangle.effect' not exist in xml namespace 'http://schemas.microsoft.com/winfx/2006/xaml/presentation'. line 11 position 22.
here's xaml complaining about:
<usercontrol x:class="fpdt.customcontrols.d3linechart" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d3="http://research.microsoft.com/dynamicdatadisplay/1.0" height="auto" width="auto" loaded="usercontrol_loaded"> <usercontrol.resources> <datatemplate x:key="followmarkertemplate"> <grid> <rectangle radiusx="5" radiusy="5" fill="lightgray" stroke="darkgray"> <rectangle.effect> <dropshadoweffect color="darkgray" direction="290" shadowdepth="4"/> </rectangle.effect> </rectangle> <stackpanel orientation="vertical" margin="3"> <textblock><textblock text="{binding data.value}"/></textblock> </stackpanel> </grid> </datatemplate> </usercontrol.resources> <grid> <grid.rowdefinitions> <rowdefinition height="200*" /> </grid.rowdefinitions> <d3:chartplotter grid.row="0" grid.column="0" x:name="plotter" newlegendvisible="true" domain="{x:static d3:datadomains.xpositive}" mouserightbuttondown="plotter_mouserightbuttondown" mousedoubleclick="plotter_mousedoubleclick" fontsize="11" fontweight="normal" margin="2,17,2,2" fontfamily="tahoma" padding="0" viewportcliptoboundsenlargefactor="1.1" verticalalignment="stretch" horizontalalignment="stretch" verticalcontentalignment="center" horizontalcontentalignment="stretch" forcecursor="false" istabstop="false" snapstodevicepixels="true" legendvisibility="collapsed" borderthickness="1"> <d3:axisnavigation placement="bottom"/> <d3:axisnavigation placement="right"/> <d3:axisnavigation placement="left"/> <d3:chartplotter.datatransform> <d3:log10xtransform/> </d3:chartplotter.datatransform> </d3:chartplotter> <image x:name="imggraphhelp" source="/img/toolbar-help.ico" width="15" height="16" verticalalignment="top" horizontalalignment="right" /> </grid> </usercontrol>
hi,
it seems building wpf project.
1 version of tfs/vs using?
2 if log on build server , build solution using visual studio, success?
3 in step2, if log on tfsbuild account(the account running tfsbuildservice), success?
best regards,
ruiz
msdn subscriber support in forum
if have feedback on our support, please contact msdnmg @ microsoft.com
Archived Forums V > Team Foundation Server - Build and release management
Comments
Post a Comment