<?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: After change extension from .Net 3.5 to .Net 4.0 Debugging is no more possible in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621165#M16706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;this is word from ESRI on Framework 4&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/9209-ArcGIS-Desktop-and-.net-version-4?highlight=Framework"&gt;http://forums.arcgis.com/threads/9209-ArcGIS-Desktop-and-.net-version-4?highlight=Framework&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is some info related to explorer, worth a shot for ArcGIS &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2010/09/08/using-visual-studio-2010-and-net-4-0-with-arcgis-explorer.aspx"&gt;http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2010/09/08/using-visual-studio-2010-and-net-4-0-with-arcgis-explorer.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jan 2011 16:52:25 GMT</pubDate>
    <dc:creator>AlexanderGray</dc:creator>
    <dc:date>2011-01-20T16:52:25Z</dc:date>
    <item>
      <title>After change extension from .Net 3.5 to .Net 4.0 Debugging is no more possible</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621159#M16700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a strange problem trying to debug an extension.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are developping an ArcGIS-Extension. It used to be a .Net 3.5 Project for ArcView 9.3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, we want to update this extension to the .Net Framework 4.0 on ArcGIS 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First, we made it work for ArcGIS 10 without any problems following the guide vom ESRI. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We also can change the version of the framework in Visual Studio 2010 from 3.5 to .Net 4.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After this change, wie can still compile the extension and start ArcMap in the VS debuggin mode properly. First we thougth that it worked. But then we tryed to debug this version. By setting a breakpoint in VS, is says:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"The break point currently will not be hit, no symbols have been loaded to this document".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then we saw, our extension wasn't even registered to the Global Assembly Cash, however,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know how this is possible, because it seemed to be startet properly with ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody have an idea?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 13:12:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621159#M16700</guid>
      <dc:creator>LionelMartz</dc:creator>
      <dc:date>2011-01-18T13:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: After change extension from .Net 3.5 to .Net 4.0 Debugging is no more possible</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621160#M16701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is usually an indication that ArcMap is loading an older version of the dll.&amp;nbsp; Try cleaning out the bin folder of your project, try searching and deleting any other dll with the same name on your machine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 14:28:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621160#M16701</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2011-01-18T14:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: After change extension from .Net 3.5 to .Net 4.0 Debugging is no more possible</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621161#M16702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've had similar problems but was never able to fully sort it out before moving on to other tasks.&amp;nbsp; I've noted that even when receiving that same message when setting breakpoints, the breakpoint is still hit when debugging, so you might want to give it a shot anyways.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Aside from clearing out the bin folder as the prior poster suggests, you might also want to edit ArcMap.exe.config.&amp;nbsp; Find&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;supportedRuntime version="v2.0.50727"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And add &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;supportedRuntime version="v4.0"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some users have had success with this, from what I've been able to gather reading the forums.&amp;nbsp; In my case, ArcMap simply opens and closes.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let us know if you are able to solve the issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 14:41:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621161#M16702</guid>
      <dc:creator>CaleBerkey</dc:creator>
      <dc:date>2011-01-18T14:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: After change extension from .Net 3.5 to .Net 4.0 Debugging is no more possible</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621162#M16703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the fast answers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The idea, the breakpoint could work anyway was good - I never tryed, but unfortunately it didn't worked. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know the problem with other versions of Dlls. To assure that isn't the problem, I verified the version of the running extension, and its allways like the version I'm compiling. After cleaning the Project, no extension was loaded anymore by starting ArcMap&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I now tryed to manipulate the ArcMap.exe.config without success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I really don't understand is: I can attach a process to Visual Studio. That shows me the loaded Modules(dlls). Our extension is not listet, while it is compiled für .NET 4.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks anyway&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Lionel&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit: I forgot to mention, I already modified the ESRIRegAsm.exe.config adding &amp;lt;supportedRuntime version="v4.0"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I register the DLL in the Shell with the ESRIRegAsm.exe the system tells me the registration was successful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 05:48:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621162#M16703</guid>
      <dc:creator>LionelMartz</dc:creator>
      <dc:date>2011-01-19T05:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: After change extension from .Net 3.5 to .Net 4.0 Debugging is no more possible</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621163#M16704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If your extension is longer showing up in ArcMap, it is no longer registered and the one loading before was an old one.&amp;nbsp; When running arcmap, can you load the tlb manually?&amp;nbsp; If so your dll is fine just the registration is not being done.&amp;nbsp; If not, there is some other problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 14:46:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621163#M16704</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2011-01-19T14:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: After change extension from .Net 3.5 to .Net 4.0 Debugging is no more possible</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621164#M16705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's the point. The extension is shown-up in ArcMap, even in the newest version. It works, but the extension.DLL is not loaded with ArcMap. I don't know how that works, but it does.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I compile in .Net 3.5 I can do this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Register the DLL&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Start ArcMAP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Attach the ArcMap process to Visual studio&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Open the List of the running modules of ArcMap&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Thas shows me my "extension".dll&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I Can stop ArcMap, unregister the extension, restart arcMap, an no extension is loaded anymore.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I comile in .Net 4.0 everything it's the same, except of point 5. My "extension".Dll is NOT listet within the modules, but works fine with ArcMap. After unregistering this DLL, ArcMap starts without the extension.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 09:24:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621164#M16705</guid>
      <dc:creator>LionelMartz</dc:creator>
      <dc:date>2011-01-20T09:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: After change extension from .Net 3.5 to .Net 4.0 Debugging is no more possible</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621165#M16706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;this is word from ESRI on Framework 4&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/9209-ArcGIS-Desktop-and-.net-version-4?highlight=Framework"&gt;http://forums.arcgis.com/threads/9209-ArcGIS-Desktop-and-.net-version-4?highlight=Framework&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is some info related to explorer, worth a shot for ArcGIS &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2010/09/08/using-visual-studio-2010-and-net-4-0-with-arcgis-explorer.aspx"&gt;http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2010/09/08/using-visual-studio-2010-and-net-4-0-with-arcgis-explorer.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 16:52:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621165#M16706</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2011-01-20T16:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: After change extension from .Net 3.5 to .Net 4.0 Debugging is no more possible</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621166#M16707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, ArcGIS 10 SDK doesn't support .NET 4.0 yet. Does someome know, if support could come sometime ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 12:15:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621166#M16707</guid>
      <dc:creator>LionelMartz</dc:creator>
      <dc:date>2011-01-24T12:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: After change extension from .Net 3.5 to .Net 4.0 Debugging is no more possible</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621167#M16708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;So, ArcGIS 10 SDK doesn't support .NET 4.0 yet. Does someome know, if support could come sometime ?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/16137-.NET-4-DLL-in-3.5-Add-in-(Or-.NET-4-Add-in-not-Debugging"&gt;http://forums.arcgis.com/threads/16137-.NET-4-DLL-in-3.5-Add-in-(Or-.NET-4-Add-in-not-Debugging&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 02:42:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621167#M16708</guid>
      <dc:creator>Venkata_RaoTammineni</dc:creator>
      <dc:date>2011-01-25T02:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: After change extension from .Net 3.5 to .Net 4.0 Debugging is no more possible</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621168#M16709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am facing the same issue. Is any one have solution to this problem.&lt;/P&gt;&lt;P&gt;After change extension from .Net 3.5 to .Net 4.0 Debugging is no more possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 10:36:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621168#M16709</guid>
      <dc:creator>ManmeetKaur</dc:creator>
      <dc:date>2016-09-07T10:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: After change extension from .Net 3.5 to .Net 4.0 Debugging is no more possible</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621169#M16710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you change the ArcMap.exe.config to allow you to debug against .NET 4? The default behavior prior to 10.4 is for it to only allow debugging against 3.5. The url below explains how to do this. It says 10.2 in the title, but it should be true for 10.0 to 10.3.1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//000100000nzv000000"&gt;.NET 4.0 and 4.5 support for ArcGIS 10.2 Desktop and Engine developers&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 01:43:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621169#M16710</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2016-09-09T01:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: After change extension from .Net 3.5 to .Net 4.0 Debugging is no more possible</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621170#M16711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi freddie,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I am using Nunit version 2.6.4 to debug the code.&lt;/P&gt;&lt;P&gt;Its working fine with .net framework 3.5 but as i upgrade the version to 4.0 after that breakpoint not get hit due to that debugging is no more possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 09:14:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621170#M16711</guid>
      <dc:creator>ManmeetKaur</dc:creator>
      <dc:date>2016-09-09T09:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: After change extension from .Net 3.5 to .Net 4.0 Debugging is no more possible</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621171#M16712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you update your arcmap.exe.config file? Or could you upload it here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 10:54:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621171#M16712</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2016-09-09T10:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: After change extension from .Net 3.5 to .Net 4.0 Debugging is no more possible</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621172#M16713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;configuration&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;!--&lt;BR /&gt;&amp;nbsp;&amp;nbsp; The GUI only runs under .NET 2.0 or higher. The&lt;BR /&gt;&amp;nbsp;&amp;nbsp; useLegacyV2RuntimeActivationPolicy setting only&lt;BR /&gt;&amp;nbsp;&amp;nbsp; applies under .NET 4.0 and permits use of mixed &lt;BR /&gt;&amp;nbsp;&amp;nbsp; mode assemblies, which would otherwise not load &lt;BR /&gt;&amp;nbsp;&amp;nbsp; correctly.&lt;BR /&gt;&amp;nbsp; --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;startup useLegacyV2RuntimeActivationPolicy="true"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;!-- Comment out the next line to force use of .NET 4.0 --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/startup&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;runtime&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;!-- Ensure that test exceptions don't crash NUnit --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;legacyUnhandledExceptionPolicy enabled="1"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;!-- Run partial trust V2 assemblies in full trust under .NET 4.0 --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;loadFromRemoteSources enabled="true"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;!-- Look for addins in the addins directory for now --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;probing privatePath="lib;addins"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/assemblyBinding&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/runtime&amp;gt;&lt;BR /&gt;&amp;lt;/configuration&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 11:21:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621172#M16713</guid>
      <dc:creator>ManmeetKaur</dc:creator>
      <dc:date>2016-09-09T11:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: After change extension from .Net 3.5 to .Net 4.0 Debugging is no more possible</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621173#M16714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of ArcGIS Desktop&amp;nbsp;are you using? What application are you needing to debug in? (e.g. ArcMap, ArcCatalog, ArcScene, ArcGlobe) What version of VS are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exe.config file should start like on of the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Version 10.0 - 10.3 should start as follows&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="prolog token"&gt;&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;configuration&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;startup&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;supportedRuntime&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;version&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;v4.0.30319&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;&amp;lt;!--&amp;lt;supportedRuntime version="v2.0.50727"/&amp;gt;--&amp;gt;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;startup&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;runtime&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;assemblyBinding&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;xmlns&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;urn:schemas-microsoft-com:asm.v1&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;dependentAssembly&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;assemblyIdentity&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;name&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;ESRI.ArcGIS.ADF.Local&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;culture&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;publicKeyToken&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;8fc3cc631e44ad86&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;bindingRedirect&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;oldVersion&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;9.3.0.0-10.2.0.0&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;newVersion&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;10.3.0.0&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;dependentAssembly&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;assemblyBinding&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Version 10.4 and higher (Note 10.4 uses .NET 4 as the Minimum Version) should start as follows&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="prolog token"&gt;&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;configuration&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;startup&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;useLegacyV2RuntimeActivationPolicy&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;true&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;supportedRuntime&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;version&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;v4.0&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;sku&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;.NETFramework,Version&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;v4.5&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;startup&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;runtime&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;assemblyBinding&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;xmlns&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;urn:schemas-microsoft-com:asm.v1&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;dependentAssembly&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;assemblyIdentity&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;name&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;ESRI.ArcGIS.ADF.Local&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;culture&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;publicKeyToken&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;8fc3cc631e44ad86&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;bindingRedirect&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;oldVersion&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;9.3.0.0-10.3.0.0&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;newVersion&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;10.4.0.0&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;dependentAssembly&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;assemblyBinding&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:29:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621173#M16714</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2021-12-12T02:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: After change extension from .Net 3.5 to .Net 4.0 Debugging is no more possible</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621174#M16715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I added this code of line in nunit.exe.config file and now the breakpoint started hitting.&lt;/P&gt;&lt;P&gt;&amp;lt;supportedRuntime version="v4.0"/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the issue get resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 06:45:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/after-change-extension-from-net-3-5-to-net-4-0/m-p/621174#M16715</guid>
      <dc:creator>ManmeetKaur</dc:creator>
      <dc:date>2016-09-12T06:45:10Z</dc:date>
    </item>
  </channel>
</rss>

