<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DataStandard: WPF Validated Binding is not working in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/datastandard-wpf-validated-binding-is-not-working/m-p/6259147#M8526</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The namespace that you have added in the beginning of the Inventor.xaml is the one for DataStandard for Vault.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;xmlns:WPF="clr-namespace:dataStandard.UI.View;assembly=dataStandard.UI"&lt;/PRE&gt;&lt;P&gt;The one above is what you should be including instead of the ones from the vault.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wangdu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;coolOrange&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.coolOrange.com" target="_blank"&gt;www.coolOrange.com&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Apr 2016 09:29:45 GMT</pubDate>
    <dc:creator>wangdu</dc:creator>
    <dc:date>2016-04-08T09:29:45Z</dc:date>
    <item>
      <title>DataStandard: WPF Validated Binding is not working</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/datastandard-wpf-validated-binding-is-not-working/m-p/6257370#M8525</link>
      <description>&lt;P&gt;In one of my xaml Configuration for Inventor i want to use the WPF function ValidatedBinding Prop from the&amp;nbsp;coolorange blog:&lt;/P&gt;&lt;P&gt;&lt;A href="https://blog.coolorange.com/2015/08/21/data-standard-dynamic-properties/" target="_blank"&gt;https://blog.coolorange.com/2015/08/21/data-standard-dynamic-properties/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But every time i use this function, my dialog doesn't work any more&amp;nbsp;&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://forums.autodesk.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;I have installed the update 3 for DS 2016.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the beginning of the xaml, the namespace for wpf&lt;/P&gt;&lt;PRE&gt;               xmlns:behaviours="clr-namespace:Common.Wpf;assembly=Common"
               xmlns:WPF="clr-namespace:CreateObject.WPF;assembly=CreateObject"&lt;/PRE&gt;&lt;P&gt;For my textbox&lt;/P&gt;&lt;PRE&gt;&amp;lt;TextBox Grid.Row="0" Grid.Column="1" Text="{WPF:ValidatedBinding Prop[Title].Value}"/&amp;gt;&lt;/PRE&gt;&lt;P&gt;Error from the DS log file&lt;/P&gt;&lt;PRE&gt;2016-04-07 15:22:08,503 [1] ERROR dataStandard.InvAddIn.EventHandlers.MyViewCallerBaseMulti - Exception when calling myView
System.Windows.Markup.XamlParseException: Zeilennummer "218" und Zeilenposition "63" von "Der unbekannte Typ "{clr-namespace:CreateObject.WPF;assembly=CreateObject}ValidatedBinding" kann nicht erstellt werden.". ---&amp;gt; System.Xaml.XamlObjectWriterException: Zeilennummer "218" und Zeilenposition "63" von "Der unbekannte Typ "{clr-namespace:CreateObject.WPF;assembly=CreateObject}ValidatedBinding" kann nicht erstellt werden.".
   bei System.Xaml.XamlObjectWriter.WriteStartObject(XamlType xamlType)
   bei System.Windows.Markup.WpfXamlLoader.WriteStartObject(XamlReader xamlReader, XamlObjectWriter xamlWriter, XamlContextStack`1 stack)
   bei System.Windows.Markup.WpfXamlLoader.TransformNodes(XamlReader xamlReader, XamlObjectWriter xamlWriter, Boolean onlyLoadOneNode, Boolean skipJournaledProperties, Boolean shouldPassLineNumberInfo, IXamlLineInfo xamlLineInfo, IXamlLineInfoConsumer xamlLineInfoConsumer, XamlContextStack`1 stack, IStyleConnector styleConnector)
   bei System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
   bei System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
   bei System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, Boolean skipJournaledProperties, Uri baseUri)
   bei System.Windows.Markup.XamlReader.Load(XamlReader xamlReader, ParserContext parserContext)
   bei System.Windows.Markup.XamlReader.Load(XmlReader reader, ParserContext parserContext, XamlParseMode parseMode)
   bei dataStandard.UI.XamlReaderImpl.Parse(String xamlString)
   bei dataStandard.UI.XamlObjectsFactory.CreateXamlObject[TXamlType](String fileName, IFile file, IXamlReader xamlReader)
   bei dataStandard.UI.MyViewDialog.CreateMyViewWindow(Object viewModel)
   bei dataStandard.UI.MyViewDialog.CommonShowDialog(Object viewModel)
   bei dataStandard.UI.MyViewDialog.ShowMyViewDialog(IList`1 documentInfo, IVaultSecurityInfo securityInfo, Dictionary`2 uiStringsXml)
   bei dataStandard.UI.MyViewDialog.ShowMyView(IList`1 documentInformation, IVaultSecurityInfo securityInfo, Dictionary`2 uiStringsXml)
   bei dataStandard.InvAddIn.EventHandlers.MyViewCallerBaseMulti.ShowMyView()
   bei dataStandard.InvAddIn.EventHandlers.MyViewCallerBaseMulti.TryExecute()
   bei dataStandard.InvAddIn.EventHandlers.MyViewCallerBaseMulti.Execute(IList`1 documentAndInterests, EventTimingEnum timing)&lt;/PRE&gt;&lt;P&gt;Unknown type&amp;nbsp;{clr-namespace:CreateObject.WPF;assembly=CreateObject}ValidatedBinding&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But why is this not working?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 13:36:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/datastandard-wpf-validated-binding-is-not-working/m-p/6257370#M8525</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-07T13:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: DataStandard: WPF Validated Binding is not working</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/datastandard-wpf-validated-binding-is-not-working/m-p/6259147#M8526</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The namespace that you have added in the beginning of the Inventor.xaml is the one for DataStandard for Vault.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;xmlns:WPF="clr-namespace:dataStandard.UI.View;assembly=dataStandard.UI"&lt;/PRE&gt;&lt;P&gt;The one above is what you should be including instead of the ones from the vault.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wangdu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;coolOrange&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.coolOrange.com" target="_blank"&gt;www.coolOrange.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 09:29:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/datastandard-wpf-validated-binding-is-not-working/m-p/6259147#M8526</guid>
      <dc:creator>wangdu</dc:creator>
      <dc:date>2016-04-08T09:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: DataStandard: WPF Validated Binding is not working</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/datastandard-wpf-validated-binding-is-not-working/m-p/6259183#M8527</link>
      <description>&lt;P&gt;Hi Wangdu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you very much for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything works fine now.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 09:59:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/datastandard-wpf-validated-binding-is-not-working/m-p/6259183#M8527</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-08T09:59:27Z</dc:date>
    </item>
  </channel>
</rss>

