<?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 Where to deploy Xceed.Wpf.Toolkit.dll in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/where-to-deploy-xceed-wpf-toolkit-dll/m-p/7621659#M6753</link>
    <description>&lt;P&gt;I'm customizing the Data Standard dialog box located in&amp;nbsp;C:\ProgramData\Autodesk\Vault 2018\Extensions\DataStandard\CAD\Configuration\AutoCAD.xaml. I need to implement a textbox edit mask&amp;nbsp;so I installed the Extended.Wpf.Toolkit into the project I have open while modifying and testing the form.&amp;nbsp;I added the&amp;nbsp;MaskedTextBox to the form and it displays fine in both VS 2017 and in Blend 2017. However, once I ran AutoCAD Civil3D and brought up the Data Standard dialog box, I got the following error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Cannot create unknown type '{&lt;A href="http://schemas.xceed.com/wpf/xaml/toolkit/}MaskedTextBox" target="_blank"&gt;http://schemas.xceed.com/wpf/xaml/toolkit/}MaskedTextBox&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried deploying the dll to the following folders without any success:&lt;/P&gt;&lt;P&gt;&amp;nbsp; -- C:\ProgramData\Autodesk\Vault 2018\Extensions\DataStandard&lt;/P&gt;&lt;P&gt;&amp;nbsp; -- C:\ProgramData\Autodesk\ApplicationPlugins\Autodesk DataStandard 2018.bundle\Contents&lt;/P&gt;&lt;P&gt;&amp;nbsp; -- C:\Program Files\Autodesk\Vault Professional 2018\Explorer&lt;/P&gt;&lt;P&gt;&amp;nbsp; --&amp;nbsp;C:\Program Files\Autodesk\AutoCAD 2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's my declaration at the head of the xaml file:&lt;/P&gt;&lt;P&gt;xmlns:xctk="&lt;A href="http://schemas.xceed.com/wpf/xaml/toolkit" target="_blank"&gt;http://schemas.xceed.com/wpf/xaml/toolkit&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I wrong to assume this can be done in the AutoCAD.xaml environment?&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2017 20:16:34 GMT</pubDate>
    <dc:creator>ifrankel</dc:creator>
    <dc:date>2017-12-13T20:16:34Z</dc:date>
    <item>
      <title>Where to deploy Xceed.Wpf.Toolkit.dll</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/where-to-deploy-xceed-wpf-toolkit-dll/m-p/7621659#M6753</link>
      <description>&lt;P&gt;I'm customizing the Data Standard dialog box located in&amp;nbsp;C:\ProgramData\Autodesk\Vault 2018\Extensions\DataStandard\CAD\Configuration\AutoCAD.xaml. I need to implement a textbox edit mask&amp;nbsp;so I installed the Extended.Wpf.Toolkit into the project I have open while modifying and testing the form.&amp;nbsp;I added the&amp;nbsp;MaskedTextBox to the form and it displays fine in both VS 2017 and in Blend 2017. However, once I ran AutoCAD Civil3D and brought up the Data Standard dialog box, I got the following error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Cannot create unknown type '{&lt;A href="http://schemas.xceed.com/wpf/xaml/toolkit/}MaskedTextBox" target="_blank"&gt;http://schemas.xceed.com/wpf/xaml/toolkit/}MaskedTextBox&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried deploying the dll to the following folders without any success:&lt;/P&gt;&lt;P&gt;&amp;nbsp; -- C:\ProgramData\Autodesk\Vault 2018\Extensions\DataStandard&lt;/P&gt;&lt;P&gt;&amp;nbsp; -- C:\ProgramData\Autodesk\ApplicationPlugins\Autodesk DataStandard 2018.bundle\Contents&lt;/P&gt;&lt;P&gt;&amp;nbsp; -- C:\Program Files\Autodesk\Vault Professional 2018\Explorer&lt;/P&gt;&lt;P&gt;&amp;nbsp; --&amp;nbsp;C:\Program Files\Autodesk\AutoCAD 2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's my declaration at the head of the xaml file:&lt;/P&gt;&lt;P&gt;xmlns:xctk="&lt;A href="http://schemas.xceed.com/wpf/xaml/toolkit" target="_blank"&gt;http://schemas.xceed.com/wpf/xaml/toolkit&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I wrong to assume this can be done in the AutoCAD.xaml environment?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 20:16:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/where-to-deploy-xceed-wpf-toolkit-dll/m-p/7621659#M6753</guid>
      <dc:creator>ifrankel</dc:creator>
      <dc:date>2017-12-13T20:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Where to deploy Xceed.Wpf.Toolkit.dll</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/where-to-deploy-xceed-wpf-toolkit-dll/m-p/7623095#M6754</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are just placing the Xceed.Wpf.Toolkit.dll&amp;nbsp;in one of those folders, it would not load. You need to call either Add-Type Cmdlet&amp;nbsp;or using reflection Assembly&amp;nbsp;LoadFrom() depending on the powershell version to load the assembly.&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;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>Thu, 14 Dec 2017 09:22:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/where-to-deploy-xceed-wpf-toolkit-dll/m-p/7623095#M6754</guid>
      <dc:creator>wangdu</dc:creator>
      <dc:date>2017-12-14T09:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Where to deploy Xceed.Wpf.Toolkit.dll</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/where-to-deploy-xceed-wpf-toolkit-dll/m-p/7623736#M6755</link>
      <description>&lt;P&gt;Adding the dll name and location into Default.ps1 via the following statement worked perfectly:&lt;/P&gt;&lt;P&gt;[System.Reflection.Assembly]::LoadFrom("C:\Users\ifrankel\Documents\VSTS\Product\Source\Vault.DataStandard.Custom\bin\Debug\Xceed.Wpf.Toolkit.dll").&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 14:00:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/where-to-deploy-xceed-wpf-toolkit-dll/m-p/7623736#M6755</guid>
      <dc:creator>ifrankel</dc:creator>
      <dc:date>2017-12-14T14:00:41Z</dc:date>
    </item>
  </channel>
</rss>

