<?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 Error loading extension PropertyPageSample in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/error-loading-extension-propertypagesample/m-p/3392681#M12047</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to build the PropertyPageSample app. I am getting the "Error loading extension PropertyPageSample" error on starting Vault.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried running the Load Tester utility, and it said that it could not find the Autodesk.Connectivity.Extensibility.Framework version 16.0.56.200. I checked my project References and I had that DLL, but it was version 16.1.58.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached my project if you would be able to look at it.&amp;nbsp; It is not all wired up yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Mar 2012 12:07:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-03-30T12:07:26Z</dc:date>
    <item>
      <title>Error loading extension PropertyPageSample</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/error-loading-extension-propertypagesample/m-p/3392681#M12047</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to build the PropertyPageSample app. I am getting the "Error loading extension PropertyPageSample" error on starting Vault.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried running the Load Tester utility, and it said that it could not find the Autodesk.Connectivity.Extensibility.Framework version 16.0.56.200. I checked my project References and I had that DLL, but it was version 16.1.58.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached my project if you would be able to look at it.&amp;nbsp; It is not all wired up yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2012 12:07:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/error-loading-extension-propertypagesample/m-p/3392681#M12047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-30T12:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error loading extension PropertyPageSample</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/error-loading-extension-propertypagesample/m-p/3393413#M12048</link>
      <description>&lt;P&gt;Update:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It turns out that the problem I was seeing was from the Test Loader utility itself, because I was running it from the obj\x86\Release folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run TestLoader from the bin\Release folder, it checks my extension, and reports&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Load complete.&amp;nbsp; No errors found"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I start Vault, it gives me a window with the the error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Error loading extension PropertyPageSample"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2012 17:55:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/error-loading-extension-propertypagesample/m-p/3393413#M12048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-30T17:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error loading extension PropertyPageSample</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/error-loading-extension-propertypagesample/m-p/3393541#M12049</link>
      <description>&lt;P&gt;It works fine for me.&amp;nbsp; So far it looks just like the Hello World sample in the SDK.&lt;/P&gt;
&lt;P&gt;My guess is that you didn't deploy all the needed DLLs.&amp;nbsp; Here is what my deployment looks like...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\ProgramData\Autodesk\Vault 2012\Extensions\PropertyPageSample\&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Autodesk.Connectivity.WebServicesTools.dll&lt;/P&gt;
&lt;P&gt;&amp;nbsp;PropertyPages.dll&lt;/P&gt;
&lt;P&gt;&amp;nbsp;PropertyPageSample.dll&lt;/P&gt;
&lt;P&gt;&amp;nbsp;PropertyPageSample.vcet.config&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think PropertyPages.dll needs to be there, but it was in your bin\Release folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an article that explains which DLLs to deploy:&amp;nbsp; &lt;A href="http://justonesandzeros.typepad.com/blog/2011/10/which-sdk-dlls-to-deploy.html" target="_blank"&gt;http://justonesandzeros.typepad.com/blog/2011/10/which-sdk-dlls-to-deploy.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2012 19:20:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/error-loading-extension-propertypagesample/m-p/3393541#M12049</guid>
      <dc:creator>Redmond.D</dc:creator>
      <dc:date>2012-03-30T19:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error loading extension PropertyPageSample</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/error-loading-extension-propertypagesample/m-p/3393565#M12050</link>
      <description>&lt;P&gt;That was it.&amp;nbsp; I was missing a DLL.&amp;nbsp; Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2012 19:42:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/error-loading-extension-propertypagesample/m-p/3393565#M12050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-30T19:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error loading extension PropertyPageSample</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/error-loading-extension-propertypagesample/m-p/5471480#M12051</link>
      <description>&lt;P&gt;I've written a .Net 3.5 extension for Vault 2012 and it was working for over a year, but now doesn't load anymore on users' machines.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the Test Loader appliction and it returns a message, "Extension not loaded. &amp;nbsp;No exception thrown."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is my zipped up project files.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2015 21:14:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/error-loading-extension-propertypagesample/m-p/5471480#M12051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-15T21:14:51Z</dc:date>
    </item>
  </channel>
</rss>

