<?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: 2.2 API Graphic object intellisense almost blows up Visula Studio in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/2-2-api-graphic-object-intellisense-almost-blows/m-p/712992#M18343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried both SL and WPF on VS 2010 SP1 with v2.2 assemblies and I could not repro the hang for intellisense when Graphic is initialized with properties in curly brace ('{}'). Maybe something went wrong during the install? Try to open a brand new project with only this line of code. If the issue persists, please contact support so they can verify it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jun 2011 18:06:19 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2011-06-30T18:06:19Z</dc:date>
    <item>
      <title>2.2 API Graphic object intellisense almost blows up Visula Studio</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/2-2-api-graphic-object-intellisense-almost-blows/m-p/712989#M18340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There seems to be an issue (or at least I am having one) that when you create a new Graphic object and try to use the Object Initialization approach.&amp;nbsp; When you start type in the brackets it tries to display an intellisense, which just about freezes VS and when it does display is a window about half the size of the screen.&amp;nbsp; Pretty much makes using object initialization useless because you have to wait while it hangs a minute for every property you want to set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Joe&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 05:52:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/2-2-api-graphic-object-intellisense-almost-blows/m-p/712989#M18340</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2011-06-28T05:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: 2.2 API Graphic object intellisense almost blows up Visula Studio</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/2-2-api-graphic-object-intellisense-almost-blows/m-p/712990#M18341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you share us some code? Are you having an issue with XAML or code-behind part? I would like to reproduce this if I can. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 16:31:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/2-2-api-graphic-object-intellisense-almost-blows/m-p/712990#M18341</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-06-28T16:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: 2.2 API Graphic object intellisense almost blows up Visula Studio</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/2-2-api-graphic-object-intellisense-almost-blows/m-p/712991#M18342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically you just need to initialize a Graphic object and then change to using object initialization.&amp;nbsp; This occurs in code not Xaml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So start by writing the code for a new Graphic&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Graphic g = new Graphic();&amp;nbsp; (for me the new Graphic completes automatically after the = is typed).&amp;nbsp; Replace the (); with {} and start to type the word Geometry (or Symbol...).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At this point Visual Studio hanges for a minute and then pops up a huge intellisense window.&amp;nbsp; I should give the caveat that I do have ReSharper running, so perhaps this has something to do with it, but it seems like a standard Visual Studio intellisense.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, I appreciate your taking the time to look into this&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Joe&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 03:07:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/2-2-api-graphic-object-intellisense-almost-blows/m-p/712991#M18342</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2011-06-29T03:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: 2.2 API Graphic object intellisense almost blows up Visula Studio</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/2-2-api-graphic-object-intellisense-almost-blows/m-p/712992#M18343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried both SL and WPF on VS 2010 SP1 with v2.2 assemblies and I could not repro the hang for intellisense when Graphic is initialized with properties in curly brace ('{}'). Maybe something went wrong during the install? Try to open a brand new project with only this line of code. If the issue persists, please contact support so they can verify it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 18:06:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/2-2-api-graphic-object-intellisense-almost-blows/m-p/712992#M18343</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-06-30T18:06:19Z</dc:date>
    </item>
  </channel>
</rss>

