<?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: DEBUGGING: Symbol Not Loaded in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-symbol-not-loaded/m-p/378580#M10016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks rlwatson!&lt;BR /&gt;&lt;BR /&gt;I couldn't make it to work with 3.5sp1 framework.&lt;BR /&gt;&lt;BR /&gt;I uncommented/commented the below lines in ArcMap.exe.config &lt;BR /&gt;&amp;lt;supportedRuntime version="v4.0.30319"/&amp;gt;&lt;BR /&gt;&amp;lt;!--&amp;lt;supportedRuntime version="v2.0.50727"/&amp;gt;--&amp;gt;&lt;BR /&gt;&lt;BR /&gt;And changed the framework back to .NET 4 in VS2010 and the debugger seems to be working now!&lt;BR /&gt;&lt;BR /&gt;Thanks again:)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes,&amp;nbsp; This worked for me.&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jul 2013 14:06:23 GMT</pubDate>
    <dc:creator>Swani_Jesus_Captonsiluvairajan</dc:creator>
    <dc:date>2013-07-26T14:06:23Z</dc:date>
    <item>
      <title>DEBUGGING: Symbol Not Loaded</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-symbol-not-loaded/m-p/378572#M10008</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;I can no longer debug my add-in project. I get an error that "No symbols have been loaded for this project". I followed this post: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//000100000127000000" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//000100000127000000&lt;/A&gt;&lt;SPAN&gt; , but it only loaded "ESRI.DADF.Core.dll"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attached is a screen of my IDE in debug, with current debug symbol options. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]13088[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 21:15:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-symbol-not-loaded/m-p/378572#M10008</guid>
      <dc:creator>BillGrow</dc:creator>
      <dc:date>2012-03-28T21:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING: Symbol Not Loaded</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-symbol-not-loaded/m-p/378573#M10009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The debug symbols you set up are great but they are for debugging Microsoft and ESRI code and not yours.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Make sure that specify to launch ArcMap.exe in the Debug project section and launch your project using this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that does not work then it is probably loading a version of your add-in other than the one you built.&amp;nbsp; You should be able to use Process Explorer, or Visual Studio, to determine this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Mar 2012 15:19:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-symbol-not-loaded/m-p/378573#M10009</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2012-03-31T15:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING: Symbol Not Loaded</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-symbol-not-loaded/m-p/378574#M10010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm running into a similar issue. Unable to debug my Arcmap add-in in ArcGIS 10.1/VS 2010.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In debug mode, the breakpoint shows "No symbols loaded for document..."&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking under Debug/Modules window,&amp;nbsp; all DLLs for ESRI.ArcGIS... show "Cannot find or open the PDB file" for symbols.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed instructions from the link, &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//000100000127000000"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//000100000127000000&lt;/A&gt;&lt;SPAN&gt; and tried downloading symbols from ESRI Symbol Server, &lt;/SPAN&gt;&lt;A href="http://downloads2.esri.com/Support/symbols/"&gt;http://downloads2.esri.com/Support/symbols/&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;with no luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It was working fine in ArcGIS 10.0/VS2008. As soon as upgraded to ArcGIS 10.1/VS2010, it stopping working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 14:12:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-symbol-not-loaded/m-p/378574#M10010</guid>
      <dc:creator>sumanikunada</dc:creator>
      <dc:date>2013-05-08T14:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING: Symbol Not Loaded</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-symbol-not-loaded/m-p/378575#M10011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are using the 4.0 or 4.5 framework then you have to modify the ArcMap.exe.config file.&amp;nbsp; The file is in the same directory as ArcMap.exe.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 14:15:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-symbol-not-loaded/m-p/378575#M10011</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-05-08T14:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING: Symbol Not Loaded</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-symbol-not-loaded/m-p/378576#M10012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried changing the .NET framework to 3.5sp1 in VS2010 but that did not help either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In&amp;nbsp; ArcMap.exe.config, I see the following&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&amp;lt;supportedRuntime version="v4.0.30319"/&amp;gt;--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;supportedRuntime version="v2.0.50727"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So do I modify the above lines to fit the .Net framework?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 14:23:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-symbol-not-loaded/m-p/378576#M10012</guid>
      <dc:creator>sumanikunada</dc:creator>
      <dc:date>2013-05-08T14:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING: Symbol Not Loaded</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-symbol-not-loaded/m-p/378577#M10013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you want to debug code which uses the 4.0 framework then you have to uncomment the line associated with it.&amp;nbsp; Note that this is just about debugging.&amp;nbsp; Only uncomment the 1 line, i.e. change nothing else.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3.5 framework code should debug just fine with no changes required because this is what ESRI requires.&amp;nbsp; Visual Studio has a window which shows you which DLLs (Modules) are loaded.&amp;nbsp; Look in that view and see if your code is loading and is loading from the location that you expect.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 14:28:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-symbol-not-loaded/m-p/378577#M10013</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-05-08T14:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING: Symbol Not Loaded</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-symbol-not-loaded/m-p/378578#M10014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks rlwatson!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I couldn't make it to work with 3.5sp1 framework.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I uncommented/commented the below lines in ArcMap.exe.config &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;supportedRuntime version="v4.0.30319"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!--&amp;lt;supportedRuntime version="v2.0.50727"/&amp;gt;--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And changed the framework back to .NET 4 in VS2010 and the debugger seems to be working now!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again:)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 14:59:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-symbol-not-loaded/m-p/378578#M10014</guid>
      <dc:creator>sumanikunada</dc:creator>
      <dc:date>2013-05-08T14:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING: Symbol Not Loaded</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-symbol-not-loaded/m-p/378579#M10015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, this solution worked for me too!&amp;nbsp; Thanks, Capton.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 14:05:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-symbol-not-loaded/m-p/378579#M10015</guid>
      <dc:creator>Swani_Jesus_Captonsiluvairajan</dc:creator>
      <dc:date>2013-07-26T14:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING: Symbol Not Loaded</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-symbol-not-loaded/m-p/378580#M10016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks rlwatson!&lt;BR /&gt;&lt;BR /&gt;I couldn't make it to work with 3.5sp1 framework.&lt;BR /&gt;&lt;BR /&gt;I uncommented/commented the below lines in ArcMap.exe.config &lt;BR /&gt;&amp;lt;supportedRuntime version="v4.0.30319"/&amp;gt;&lt;BR /&gt;&amp;lt;!--&amp;lt;supportedRuntime version="v2.0.50727"/&amp;gt;--&amp;gt;&lt;BR /&gt;&lt;BR /&gt;And changed the framework back to .NET 4 in VS2010 and the debugger seems to be working now!&lt;BR /&gt;&lt;BR /&gt;Thanks again:)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes,&amp;nbsp; This worked for me.&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 14:06:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-symbol-not-loaded/m-p/378580#M10016</guid>
      <dc:creator>Swani_Jesus_Captonsiluvairajan</dc:creator>
      <dc:date>2013-07-26T14:06:23Z</dc:date>
    </item>
  </channel>
</rss>

