<?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: autodesk.connectivity.webservices.interop error on an app from AU2016. in Vault Forum</title>
    <link>https://forums.autodesk.com/t5/vault-forum/autodesk-connectivity-webservices-interop-error-on-an-app-from/m-p/6740159#M35759</link>
    <description>&lt;P&gt;Hi Brent,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is hard for me to say specifically what is going wrong (or what needs to be done) as I'm not really familiar with the AU2016 app you mention.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My advice would be to take a look at some of the Vault SDK example applications (installed with Vault server)&amp;nbsp;and use those as a basis of comparison. The dlls are added to the various projects as 'references' (visible under each project) - if you take the references configured for the sample apps as a model, that should hopefully guide you to getting the right references set up in your app.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm sorry I don't have any more specific advice than this. Hopefully this will help get you on the right path,&lt;/P&gt;
&lt;P&gt;Paul&lt;/P&gt;</description>
    <pubDate>Fri, 09 Dec 2016 18:38:50 GMT</pubDate>
    <dc:creator>paul.gunn</dc:creator>
    <dc:date>2016-12-09T18:38:50Z</dc:date>
    <item>
      <title>autodesk.connectivity.webservices.interop error on an app from AU2016.</title>
      <link>https://forums.autodesk.com/t5/vault-forum/autodesk-connectivity-webservices-interop-error-on-an-app-from/m-p/6734157#M35753</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm using a program that was given to me at Autodesk University that does automatic advanced searches and saves that data to spreadsheets.&amp;nbsp; I have it close to working, but I am getting this error that won't let me log in.&amp;nbsp; If anyone has any input into this it would be very helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;InvalidServer:&amp;nbsp; Could not load file or assembly 'Autodesk.Connectivity.WebServices.Interop, Version=22.0.0.0, Culture=neutral, PublicKeyToken=aa20f34aedd220e1' or one of its dependencies. An attempt was made to load a program with an incorrect format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Brent&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 16:28:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/autodesk-connectivity-webservices-interop-error-on-an-app-from/m-p/6734157#M35753</guid>
      <dc:creator>JacksonBrent</dc:creator>
      <dc:date>2016-12-07T16:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: autodesk.connectivity.webservices.interop error on an app from AU2016.</title>
      <link>https://forums.autodesk.com/t5/vault-forum/autodesk-connectivity-webservices-interop-error-on-an-app-from/m-p/6736642#M35754</link>
      <description>&lt;P&gt;Hi Brent,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 'incorrect format' error means that you have&amp;nbsp;some mix of x86 and x64 DLLs / EXEs. It is possible you just need to use the appropriate bit-ness (x86/x64) of the SDK needed for your purposes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 14:50:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/autodesk-connectivity-webservices-interop-error-on-an-app-from/m-p/6736642#M35754</guid>
      <dc:creator>paul.gunn</dc:creator>
      <dc:date>2016-12-08T14:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: autodesk.connectivity.webservices.interop error on an app from AU2016.</title>
      <link>https://forums.autodesk.com/t5/vault-forum/autodesk-connectivity-webservices-interop-error-on-an-app-from/m-p/6737571#M35755</link>
      <description>&lt;P&gt;Do you know how to determine the correct Bit-ness when running this?&amp;nbsp; I have the source code and have tried recompiling it as x64, but the program that it spits out won't launch, it just "installs"&amp;nbsp; I might be approaching this incorrectly though.&amp;nbsp; I can't find anywhere in the code to change it to x64 or 86 accept when changing the solutions platform.&amp;nbsp; I'm a little over my pay-grade at this point coding wise.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 20:02:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/autodesk-connectivity-webservices-interop-error-on-an-app-from/m-p/6737571#M35755</guid>
      <dc:creator>JacksonBrent</dc:creator>
      <dc:date>2016-12-08T20:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: autodesk.connectivity.webservices.interop error on an app from AU2016.</title>
      <link>https://forums.autodesk.com/t5/vault-forum/autodesk-connectivity-webservices-interop-error-on-an-app-from/m-p/6737657#M35756</link>
      <description>&lt;P&gt;Hi Brent,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Really either bit-ness (x86 or x64) would be fine. The main thing is to have the consistency across the board.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on your description, it is hard to envision what is going wrong. One thing I am wondering: Vault server supports backwards compatibility for N-2 releases. So if your app is already working in Vault 2016, you should be able to run it as-is against Vault 2017.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would that be an option for you vs. recompiling with the 2017 SDK?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Paul&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 20:32:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/autodesk-connectivity-webservices-interop-error-on-an-app-from/m-p/6737657#M35756</guid>
      <dc:creator>paul.gunn</dc:creator>
      <dc:date>2016-12-08T20:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: autodesk.connectivity.webservices.interop error on an app from AU2016.</title>
      <link>https://forums.autodesk.com/t5/vault-forum/autodesk-connectivity-webservices-interop-error-on-an-app-from/m-p/6737669#M35757</link>
      <description>&lt;P&gt;FYI - this thread might also be useful. Talks about the x64 vs. x86 DLLs required.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.autodesk.com/t5/vault-customization/log-in-won-t-work-in-vault-2017/td-p/6688589" target="_blank"&gt;http://forums.autodesk.com/t5/vault-customization/log-in-won-t-work-in-vault-2017/td-p/6688589&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 20:37:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/autodesk-connectivity-webservices-interop-error-on-an-app-from/m-p/6737669#M35757</guid>
      <dc:creator>paul.gunn</dc:creator>
      <dc:date>2016-12-08T20:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: autodesk.connectivity.webservices.interop error on an app from AU2016.</title>
      <link>https://forums.autodesk.com/t5/vault-forum/autodesk-connectivity-webservices-interop-error-on-an-app-from/m-p/6737963#M35758</link>
      <description>&lt;P&gt;That does help me understand what might be the problem, but I don't really know how to add it to the project.&amp;nbsp; I'm not great with Visual Studio, still a bit new.&amp;nbsp; Also, as I said, I didn't write this program, this is just what they gave me at AU2016.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 22:17:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/autodesk-connectivity-webservices-interop-error-on-an-app-from/m-p/6737963#M35758</guid>
      <dc:creator>JacksonBrent</dc:creator>
      <dc:date>2016-12-08T22:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: autodesk.connectivity.webservices.interop error on an app from AU2016.</title>
      <link>https://forums.autodesk.com/t5/vault-forum/autodesk-connectivity-webservices-interop-error-on-an-app-from/m-p/6740159#M35759</link>
      <description>&lt;P&gt;Hi Brent,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is hard for me to say specifically what is going wrong (or what needs to be done) as I'm not really familiar with the AU2016 app you mention.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My advice would be to take a look at some of the Vault SDK example applications (installed with Vault server)&amp;nbsp;and use those as a basis of comparison. The dlls are added to the various projects as 'references' (visible under each project) - if you take the references configured for the sample apps as a model, that should hopefully guide you to getting the right references set up in your app.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm sorry I don't have any more specific advice than this. Hopefully this will help get you on the right path,&lt;/P&gt;
&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2016 18:38:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/autodesk-connectivity-webservices-interop-error-on-an-app-from/m-p/6740159#M35759</guid>
      <dc:creator>paul.gunn</dc:creator>
      <dc:date>2016-12-09T18:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: autodesk.connectivity.webservices.interop error on an app from AU2016.</title>
      <link>https://forums.autodesk.com/t5/vault-forum/autodesk-connectivity-webservices-interop-error-on-an-app-from/m-p/6740277#M35760</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; I will look into that and see if I can find a solution.&amp;nbsp; I know it was an open ended question, I was hoping to get pointed in the right direction.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2016 19:23:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/autodesk-connectivity-webservices-interop-error-on-an-app-from/m-p/6740277#M35760</guid>
      <dc:creator>JacksonBrent</dc:creator>
      <dc:date>2016-12-09T19:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: autodesk.connectivity.webservices.interop error on an app from AU2016.</title>
      <link>https://forums.autodesk.com/t5/vault-forum/autodesk-connectivity-webservices-interop-error-on-an-app-from/m-p/7597434#M35761</link>
      <description>&lt;P&gt;Stuck at this same point.&amp;nbsp;Was there ever a solution found?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the AU Class that references the Vault SDk reporting app.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dashboard Smashboard - Vault Reporting on Steroids hosted by&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/205294"&gt;@ihayesjr&lt;/a&gt;&amp;nbsp;&amp;amp; Tim Bourdois&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="http://au.autodesk.com/au-online/classes-on-demand/class-catalog/classes/year-2016/vault-professional/pl20911#chapter=0" target="_blank"&gt;http://au.autodesk.com/au-online/classes-on-demand/class-catalog/classes/year-2016/vault-professional/pl20911#chapter=0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The demo starts on the video at 45:10.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I attached a screen clipping of the issue I came across when entering the script into the command prompt.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hopefully someone can help!&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CommandPromptError.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/434923iE46AD3E7CD32EC4E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CommandPromptError.PNG" alt="CommandPromptError.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 14:13:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/autodesk-connectivity-webservices-interop-error-on-an-app-from/m-p/7597434#M35761</guid>
      <dc:creator>danmachen</dc:creator>
      <dc:date>2017-12-05T14:13:17Z</dc:date>
    </item>
  </channel>
</rss>

