<?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: Invocation of MapView throws an exception on Windows 7 (32bit) in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4025#M51</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just for clarification. If I build app without ArcGIS Runtime reference, the app works on both on Windows 7 and Windows 8. There seems to be some problem with Runtime, because it runs with no problems on the system where I compiled it but throws the mentioned error on any other system (no matter if Win 7 or Win 8).&lt;/P&gt;&lt;P&gt;Thank you for help.&lt;/P&gt;&lt;P&gt;Filip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2015 07:31:41 GMT</pubDate>
    <dc:creator>FilipJung</dc:creator>
    <dc:date>2015-08-11T07:31:41Z</dc:date>
    <item>
      <title>Invocation of MapView throws an exception on Windows 7 (32bit)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4024#M50</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to ask if anybody have not encountered the following exception on MapView control?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'The invocation of the constructor on type 'Esri.ArcGISRuntime.Controls.MapView' that matches the specified binding constraints threw an exception.' Line number '12' and line position '14'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I build the aplication on Win 8.1 using Visual Studio 2015. It runs with no problems when installed on Windows 8.1 64-bit, but I need to run the app on the Windows 7 that is 32-bit. The verison of the runtime is 10.2.6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Filip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 11:35:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4024#M50</guid>
      <dc:creator>FilipJung</dc:creator>
      <dc:date>2015-08-10T11:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Invocation of MapView throws an exception on Windows 7 (32bit)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4025#M51</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just for clarification. If I build app without ArcGIS Runtime reference, the app works on both on Windows 7 and Windows 8. There seems to be some problem with Runtime, because it runs with no problems on the system where I compiled it but throws the mentioned error on any other system (no matter if Win 7 or Win 8).&lt;/P&gt;&lt;P&gt;Thank you for help.&lt;/P&gt;&lt;P&gt;Filip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 07:31:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4025#M51</guid>
      <dc:creator>FilipJung</dc:creator>
      <dc:date>2015-08-11T07:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Invocation of MapView throws an exception on Windows 7 (32bit)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4026#M52</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you deploy the application to the target system?&lt;/P&gt;&lt;P&gt;As you're using VS2015, I guess you didn't add the "Runtime .NET Deployment manifest", right?&lt;/P&gt;&lt;P&gt;You just copied the app from bin\debug to the target system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, I guess you've been targeting "Any CPU" and only the 64-bit version of the runtime got included. Take a look at the bin\Debug\client32 folder. If it's empty, there's no 32-bit version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So either go to official VS2013 and at the deployment manifest, or try to compile targeting x86.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 08:30:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4026#M52</guid>
      <dc:creator>JensBuchta</dc:creator>
      <dc:date>2015-08-11T08:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Invocation of MapView throws an exception on Windows 7 (32bit)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4027#M53</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jens,&lt;/P&gt;&lt;P&gt;I used the publish wizard to make the app release/setup. In Project properties -&amp;gt; Build -&amp;gt; Platform target I set x86 but that had not helped.&lt;/P&gt;&lt;P&gt;What helped me was installing VS2015 on that Win 7 32bit system and building and publishing the app there. Then the app works there after the installation. But on other Win 7 64bit it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please point me how to set up Deployment manifest? It could be done only in VS2013?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Filip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 10:23:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4027#M53</guid>
      <dc:creator>FilipJung</dc:creator>
      <dc:date>2015-08-11T10:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Invocation of MapView throws an exception on Windows 7 (32bit)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4028#M54</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that you have followed deployment instructions if you are running the application without ArcGIS Runtime SDK for .NET installed on that computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See more from following links:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/net/desktop/guide/deploy-your-app.htm" title="https://developers.arcgis.com/net/desktop/guide/deploy-your-app.htm"&gt;Deploy an app—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/net/desktop/guide/deployment.htm" title="https://developers.arcgis.com/net/desktop/guide/deployment.htm"&gt;Create an ArcGIS Runtime deployment—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 10:24:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4028#M54</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2015-08-11T10:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Invocation of MapView throws an exception on Windows 7 (32bit)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4029#M55</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When 10.2.6 was released VS2015 wasn't released so at the moment deployment tool is only available on VS2012 / VS2013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also create deployment manually. Basically you need to copy arcgisruntime10.2.6 folder from &lt;/P&gt;&lt;P&gt;C:\Program Files (x86)\ArcGIS SDKs\DotNet10.2.6\WindowsDesktop\bin\ (or the location where you have installed the SDK) under your application. Note that using deployment builder you can optimize the size of the deployment. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 10:47:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4029#M55</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2015-08-11T10:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Invocation of MapView throws an exception on Windows 7 (32bit)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4030#M56</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also make sure that you initialize runtime using &lt;A href="https://developers.arcgis.com/net/desktop/api-reference//html/M_Esri_ArcGISRuntime_ArcGISRuntimeEnvironment_Initialize.htm" title="https://developers.arcgis.com/net/desktop/api-reference//html/M_Esri_ArcGISRuntime_ArcGISRuntimeEnvironment_Initialize.htm"&gt;ArcGISRuntimeEnvironment.Initialize Method&amp;nbsp; &lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 10:49:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4030#M56</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2015-08-11T10:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Invocation of MapView throws an exception on Windows 7 (32bit)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4031#M57</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for all the tips. I will try to find if we have VS 2013 installed (we have primarily VS 2010 installed) and give it a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 08:01:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4031#M57</guid>
      <dc:creator>FilipJung</dc:creator>
      <dc:date>2015-08-12T08:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Invocation of MapView throws an exception on Windows 7 (32bit)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4032#M58</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antti and Jens,&lt;/P&gt;&lt;P&gt;opening the project in VS 2013 allowed me the creating of the &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Runtime .NET Deployment manifest and I was able to install and run the app on target computer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thank you all for help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Filip&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 09:10:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4032#M58</guid>
      <dc:creator>FilipJung</dc:creator>
      <dc:date>2015-08-13T09:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Invocation of MapView throws an exception on Windows 7 (32bit)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4033#M59</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Happy to help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 09:56:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invocation-of-mapview-throws-an-exception-on/m-p/4033#M59</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2015-08-13T09:56:05Z</dc:date>
    </item>
  </channel>
</rss>

