<?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: The source file is different from when the module was built. Would you like the debugger to use it anyway? in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/the-source-file-is-different-from-when-the-module/m-p/16101#M113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this problem I recommend to read this post it helped me a lot understanding the issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://gis.stackexchange.com/questions/13606/why-cant-the-breakpoint-be-hit-when-debugging-an-arcgis-10-add-in" title="http://gis.stackexchange.com/questions/13606/why-cant-the-breakpoint-be-hit-when-debugging-an-arcgis-10-add-in"&gt;development - Why can't the breakpoint be "hit" when debugging an ArcGIS 10 Add-In? - Geographic Information Systems Sta…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the steps I applied to solve this issue:&lt;BR /&gt;&amp;nbsp;- Remove bin folder from the VS 2010 Add-In &lt;BR /&gt;&amp;nbsp;- Remove all folders from C:\Users\User\AppData\Local\ESRI\Desktop10.2\AssemblyCache&lt;BR /&gt;&amp;nbsp;- Rebuild the Add-In in VS 2010 in debug mode. Close VS 2010&lt;BR /&gt;&amp;nbsp;- Open ArcMap go to add-In Manager and remove any existing reference to the Add-In.Close ArcMap&lt;BR /&gt;&amp;nbsp;- Go to Add-In folder ..\bin\Debug and run the&amp;nbsp; .esriAddIn to install the Add-In in ArcMap&lt;BR /&gt;&amp;nbsp;- Reopen VS 2010, rebuild and run &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class="" data-answerid="73737"&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class=""&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2016 12:59:27 GMT</pubDate>
    <dc:creator>JoseSanchez</dc:creator>
    <dc:date>2016-09-15T12:59:27Z</dc:date>
    <item>
      <title>The source file is different from when the module was built. Would you like the debugger to use it anyway?</title>
      <link>https://community.esri.com/t5/developers-questions/the-source-file-is-different-from-when-the-module/m-p/16100#M112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using VS 2010 with VB.net,&amp;nbsp;.NET Framework is 3.5, to build an Add-IN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to debug the Add-In,&amp;nbsp; breakpoints are ignored, and&amp;nbsp; it displays the following error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The source file is different from when the module was built. Would you like the debugger to use it anyway?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only have tone project and one source file, so I do not know where the module is located.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yesterday the whole application worked fine,&amp;nbsp; I was able to debug it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea on what is causing this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 17:33:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/the-source-file-is-different-from-when-the-module/m-p/16100#M112</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2016-09-14T17:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: The source file is different from when the module was built. Would you like the debugger to use it anyway?</title>
      <link>https://community.esri.com/t5/developers-questions/the-source-file-is-different-from-when-the-module/m-p/16101#M113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this problem I recommend to read this post it helped me a lot understanding the issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://gis.stackexchange.com/questions/13606/why-cant-the-breakpoint-be-hit-when-debugging-an-arcgis-10-add-in" title="http://gis.stackexchange.com/questions/13606/why-cant-the-breakpoint-be-hit-when-debugging-an-arcgis-10-add-in"&gt;development - Why can't the breakpoint be "hit" when debugging an ArcGIS 10 Add-In? - Geographic Information Systems Sta…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the steps I applied to solve this issue:&lt;BR /&gt;&amp;nbsp;- Remove bin folder from the VS 2010 Add-In &lt;BR /&gt;&amp;nbsp;- Remove all folders from C:\Users\User\AppData\Local\ESRI\Desktop10.2\AssemblyCache&lt;BR /&gt;&amp;nbsp;- Rebuild the Add-In in VS 2010 in debug mode. Close VS 2010&lt;BR /&gt;&amp;nbsp;- Open ArcMap go to add-In Manager and remove any existing reference to the Add-In.Close ArcMap&lt;BR /&gt;&amp;nbsp;- Go to Add-In folder ..\bin\Debug and run the&amp;nbsp; .esriAddIn to install the Add-In in ArcMap&lt;BR /&gt;&amp;nbsp;- Reopen VS 2010, rebuild and run &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class="" data-answerid="73737"&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class=""&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 12:59:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/the-source-file-is-different-from-when-the-module/m-p/16101#M113</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2016-09-15T12:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: The source file is different from when the module was built. Would you like the debugger to use it anyway?</title>
      <link>https://community.esri.com/t5/developers-questions/the-source-file-is-different-from-when-the-module/m-p/16102#M114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of ArcMap are you debugging against? It sounds&amp;nbsp;as if your project isn't building a new copy of the addin. I'm &amp;nbsp;guessing that you're probably building your addin against 10.1 and the addin was originally built in 10.0.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 13:29:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/the-source-file-is-different-from-when-the-module/m-p/16102#M114</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2016-09-15T13:29:52Z</dc:date>
    </item>
  </channel>
</rss>

