<?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: Log in won't work in Vault 2017. in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/log-in-won-t-work-in-vault-2017/m-p/6949081#M8015</link>
    <description>&lt;P&gt;How did you manage to add clmloader.dll as a project reference? I get this message when I try to add it:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clmloader.jpg" style="width: 482px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/333662i0FED2B8B013D3654/image-size/large?v=v2&amp;amp;px=999" role="button" title="clmloader.jpg" alt="clmloader.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Mar 2017 22:28:23 GMT</pubDate>
    <dc:creator>gavbath</dc:creator>
    <dc:date>2017-03-15T22:28:23Z</dc:date>
    <item>
      <title>Log in won't work in Vault 2017.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/log-in-won-t-work-in-vault-2017/m-p/6688589#M8012</link>
      <description>&lt;P&gt;I've converted two programs to Vault 2017 (from 2016). In one of the program the log in works in debug mode, but not in released and published version any longer. In the other program the log in doesn't work in debug mode either even though I use the exact same method. I've tried to find if the programs have different settings, but it looks to be the same. Does anyone have a tip to what it can be? Below is the log in line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim results As VDF.Vault.Results.LogInResult = VDF.Vault.Library.ConnectionManager.LogIn("server", "vault", "administrator", "password", VDF.Vault.Currency.Connections.AuthenticationFlags.Standard, Nothing)&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 15:23:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/log-in-won-t-work-in-vault-2017/m-p/6688589#M8012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-15T15:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Log in won't work in Vault 2017.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/log-in-won-t-work-in-vault-2017/m-p/6689012#M8013</link>
      <description>&lt;P&gt;&lt;U&gt;&lt;/U&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are some things to check:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. If you are logging into a vault from the API with read/write permission, the installation of the Vault Client on the system&amp;nbsp;is mandatory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. A licensing&amp;nbsp;problem is&amp;nbsp;can be&amp;nbsp;caused by clmloader.dll not being found. Can you see if having clmloader.dll in the same directory as your program helps?&lt;BR /&gt;Get the x86 clmloader.dll from here:&lt;BR /&gt;C:\Program Files (x86)\Autodesk\Autodesk Vault 2017 SDK\bin\x86&lt;BR /&gt;Get the x64 clmloader.dll from here:&lt;BR /&gt;C:\Program Files (x86)\Autodesk\Autodesk Vault 2017 SDK\bin\x64&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The need for clmloader.dll is documented in the help file. &lt;BR /&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&lt;BR /&gt;Clic Licensing with the Vault SDK &lt;BR /&gt;...&lt;BR /&gt;New Components&lt;BR /&gt;One of the most obvious changes is in inclusion of new DLLs in the SDK. Specifically, clmloader.dll and Autodesk.Connectivity.WebServices.Interop.dll have been introduced. Also, there are x86 and x64 flavors all each of these components, but that is discussed in detail in the section below. Although Vault SDK applications will not have to consume any types or methods from these two new DLLs, they are required by the other SDK components and so they must be deployed alongside the Vault SDK DLLs. For applications that do not deploy the Autodesk.Connectivity.WebServices.dll (extension apps), deploying these components shouldn't be necessary as they should already be loaded by the host application.&lt;/P&gt;
&lt;P&gt;&amp;lt;&amp;lt; &amp;lt;&amp;lt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Wayne&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 18:06:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/log-in-won-t-work-in-vault-2017/m-p/6689012#M8013</guid>
      <dc:creator>wayne.brill</dc:creator>
      <dc:date>2016-11-15T18:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Log in won't work in Vault 2017.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/log-in-won-t-work-in-vault-2017/m-p/6693024#M8014</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was the clmloader.dll file. I had copied to the program folder, but I hadn't included it in the project. When I did, I got it to work both in debug and in finished released program.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 10:52:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/log-in-won-t-work-in-vault-2017/m-p/6693024#M8014</guid>
      <dc:creator>PetterMoldestad</dc:creator>
      <dc:date>2016-11-17T10:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Log in won't work in Vault 2017.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/log-in-won-t-work-in-vault-2017/m-p/6949081#M8015</link>
      <description>&lt;P&gt;How did you manage to add clmloader.dll as a project reference? I get this message when I try to add it:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clmloader.jpg" style="width: 482px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/333662i0FED2B8B013D3654/image-size/large?v=v2&amp;amp;px=999" role="button" title="clmloader.jpg" alt="clmloader.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 22:28:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/log-in-won-t-work-in-vault-2017/m-p/6949081#M8015</guid>
      <dc:creator>gavbath</dc:creator>
      <dc:date>2017-03-15T22:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Log in won't work in Vault 2017.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/log-in-won-t-work-in-vault-2017/m-p/6949884#M8016</link>
      <description>&lt;P&gt;Hi Gavin.&lt;/P&gt;&lt;P&gt;If you copy clmloader.dll to your programming folder, you will see it in your project. Then you can right click and include it in your project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;img /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Afterwards you must select Copy to Output Directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;img /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That worked for me.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 09:20:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/log-in-won-t-work-in-vault-2017/m-p/6949884#M8016</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-16T09:20:07Z</dc:date>
    </item>
  </channel>
</rss>

