<?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 .NET API V2 NuGet installation problem on VS 2010 MVC3 application in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-API-V2-NuGet-installation-problem-on-VS-2010-MVC3/m-p/206844#M10073</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can't use API after NuGet installation, even on new ASP.NET MVC3 application. But it works ok for new WindowsForms application (not of my interest)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Symptoms:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;line 'using Dropbox.Api; ' gives&amp;nbsp;error "Error 7 The type or namespace name 'Dropbox' could not be found (are you missing a using directive or an assembly reference?) "&lt;/P&gt;&lt;P&gt;But before compilation failed autocomplete worked well with name '&lt;SPAN&gt;Dropbox.Api' !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;8 similar warnings while building application: "Warning 9 The primary reference "Dropbox.Api, Version=0.1.6229.33336, Culture=neutral, PublicKeyToken=310f0e82fbb45d01, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the framework assembly "System.Net.Http, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which could not be resolved in the currently targeted framework. ".NETFramework,Version=v4.0". To resolve this problem, either remove the reference "Dropbox.Api, Version=0.1.6229.33336, Culture=neutral, PublicKeyToken=310f0e82fbb45d01, processorArchitecture=MSIL" or retarget your application to a framework version which contains "System.Net.Http, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". TdbWeb2"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indeed, I have System.Net.Http referenced (by NuGet) in version 2.2.29.0&lt;/P&gt;&lt;P&gt;But luckily NuGet added also&lt;/P&gt;&lt;P&gt;&amp;lt;dependentAssembly&amp;gt;&lt;BR /&gt;&amp;lt;assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /&amp;gt;&lt;BR /&gt;&amp;lt;bindingRedirect oldVersion="0.0.0.0-2.2.29.0" newVersion="2.2.29.0" /&amp;gt;&lt;BR /&gt;&amp;lt;/dependentAssembly&amp;gt;&lt;/P&gt;&lt;P&gt;to my Web.config. So it seems not working. Maybe VS 2010 is too old for that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;After installation I have a reference to&amp;nbsp;Dropbox.Api but double-click on in does not show it in Object Browser as&amp;nbsp;for other references.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it cannot be solved - are&amp;nbsp;&lt;SPAN&gt;Dropbox.Api sources available in public? I may build it by myself instead of using raw HTTP API.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My VS version is: 10.0.40219.1 SP1Rel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance for any help. We use Dropbox for running out business and successful migration to V2 is a must.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:25:52 GMT</pubDate>
    <dc:creator>MichalS</dc:creator>
    <dc:date>2019-05-29T09:25:52Z</dc:date>
    <item>
      <title>.NET API V2 NuGet installation problem on VS 2010 MVC3 application</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-API-V2-NuGet-installation-problem-on-VS-2010-MVC3/m-p/206844#M10073</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can't use API after NuGet installation, even on new ASP.NET MVC3 application. But it works ok for new WindowsForms application (not of my interest)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Symptoms:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;line 'using Dropbox.Api; ' gives&amp;nbsp;error "Error 7 The type or namespace name 'Dropbox' could not be found (are you missing a using directive or an assembly reference?) "&lt;/P&gt;&lt;P&gt;But before compilation failed autocomplete worked well with name '&lt;SPAN&gt;Dropbox.Api' !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;8 similar warnings while building application: "Warning 9 The primary reference "Dropbox.Api, Version=0.1.6229.33336, Culture=neutral, PublicKeyToken=310f0e82fbb45d01, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the framework assembly "System.Net.Http, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which could not be resolved in the currently targeted framework. ".NETFramework,Version=v4.0". To resolve this problem, either remove the reference "Dropbox.Api, Version=0.1.6229.33336, Culture=neutral, PublicKeyToken=310f0e82fbb45d01, processorArchitecture=MSIL" or retarget your application to a framework version which contains "System.Net.Http, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". TdbWeb2"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indeed, I have System.Net.Http referenced (by NuGet) in version 2.2.29.0&lt;/P&gt;&lt;P&gt;But luckily NuGet added also&lt;/P&gt;&lt;P&gt;&amp;lt;dependentAssembly&amp;gt;&lt;BR /&gt;&amp;lt;assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /&amp;gt;&lt;BR /&gt;&amp;lt;bindingRedirect oldVersion="0.0.0.0-2.2.29.0" newVersion="2.2.29.0" /&amp;gt;&lt;BR /&gt;&amp;lt;/dependentAssembly&amp;gt;&lt;/P&gt;&lt;P&gt;to my Web.config. So it seems not working. Maybe VS 2010 is too old for that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;After installation I have a reference to&amp;nbsp;Dropbox.Api but double-click on in does not show it in Object Browser as&amp;nbsp;for other references.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it cannot be solved - are&amp;nbsp;&lt;SPAN&gt;Dropbox.Api sources available in public? I may build it by myself instead of using raw HTTP API.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My VS version is: 10.0.40219.1 SP1Rel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance for any help. We use Dropbox for running out business and successful migration to V2 is a must.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:25:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-API-V2-NuGet-installation-problem-on-VS-2010-MVC3/m-p/206844#M10073</guid>
      <dc:creator>MichalS</dc:creator>
      <dc:date>2019-05-29T09:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: .NET API V2 NuGet installation problem on VS 2010 MVC3 application</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-API-V2-NuGet-installation-problem-on-VS-2010-MVC3/m-p/206850#M10074</link>
      <description>Unfortunately, I don't believe the .NET SDK is supported on Visual Studio 2010. I recommend upgrading to at least 2012 if possible.&lt;BR /&gt;&lt;BR /&gt;For reference, the SDK is open source here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-dotnet&lt;/A&gt;</description>
      <pubDate>Tue, 14 Feb 2017 21:47:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-API-V2-NuGet-installation-problem-on-VS-2010-MVC3/m-p/206850#M10074</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-02-14T21:47:39Z</dc:date>
    </item>
  </channel>
</rss>

