<?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: Express Edition -&amp;gt; cannot debug DLLs???? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484466#M13088</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What dlls are you trying to debug?&amp;nbsp; You can certainly debug your own code with Express so it's far from usless.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Aug 2010 07:19:50 GMT</pubDate>
    <dc:creator>AndrewMay</dc:creator>
    <dc:date>2010-08-23T07:19:50Z</dc:date>
    <item>
      <title>Express Edition -&amp;gt; cannot debug DLLs????</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484465#M13087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So seeing that VBA will eventually not be an option i decided to go with ESRI's recommendation to convert my code to VB.NET using the VS 2008 Express edition. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That's great and all but in the Express edition you cannot debug DLLs&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That makes the Express edition pretty well useless... Does it mean that i will need to purchase Visual Studio?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 02:51:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484465#M13087</guid>
      <dc:creator>JakubSisak</dc:creator>
      <dc:date>2010-08-21T02:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Express Edition -&gt; cannot debug DLLs????</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484466#M13088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What dlls are you trying to debug?&amp;nbsp; You can certainly debug your own code with Express so it's far from usless.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2010 07:19:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484466#M13088</guid>
      <dc:creator>AndrewMay</dc:creator>
      <dc:date>2010-08-23T07:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Express Edition -&gt; cannot debug DLLs????</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484467#M13089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What dlls are you trying to debug?&amp;nbsp; You can certainly debug your own code with Express so it's far from usless.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to step through my code to see where exactly i am getting my error. For me this is a fundamental functionality.&amp;nbsp; (a non issue with VBA but i am re-writting my tools in VS Express since VBA will not be included in the next release of ArcGIS)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From what i found out, i cannot run an external application (ArcMap) to debug DLLs.&amp;nbsp; I would be greatfull for a solution other then VS Pro.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2010 13:34:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484467#M13089</guid>
      <dc:creator>JakubSisak</dc:creator>
      <dc:date>2010-08-23T13:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Express Edition -&gt; cannot debug DLLs????</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484468#M13090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are using C# 2008, here is one way to debug:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;right click on your project in the "solution explorer", choose "Properties", on the popup window, find "Debug", then set "Start extenal program" with your ArcMap.exe (or ArcCatlog.exe), for Arc 10 is: C:\Program Files\ArcGIS\Desktop10.0\Bin\ArcMap.exe.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then, you should be ready to debug from C#.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2010 14:12:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484468#M13090</guid>
      <dc:creator>LucasShang</dc:creator>
      <dc:date>2010-08-23T14:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Express Edition -&gt; cannot debug DLLs????</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484469#M13091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for taking your time to answer my question....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using VB, but C# or VB, what you describe is not an option in the express edition. (see attached)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI states the DDL's cannot be debugged with the express edition: "If you are using the Visual C# Express Edition or Visual Basic Express Edition, you cannot debug DLLs because these versions do not have the option to start an external application for debugging."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Source: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000001w2000000"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000001w2000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2010 14:34:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484469#M13091</guid>
      <dc:creator>JakubSisak</dc:creator>
      <dc:date>2010-08-23T14:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Express Edition -&gt; cannot debug DLLs????</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484470#M13092</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;I see what the problem is now.&amp;nbsp; There's a couple of things you could try, though I've not got a copy of VS Express on my machine to test these on.&amp;nbsp; First is to start Arc and then in VS go to Tools-&amp;gt;Attach to process.&amp;nbsp; Select the ArcDesktop process and click Attach.&amp;nbsp; This should then allow you to debug the dll.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The other thing to try is to manually edit the vbproj file (or it might be the vbproj.user file if you've got one).&amp;nbsp; You need to add the lines in the bold below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;StartAction&amp;gt;Program&amp;lt;/StartAction&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;StartProgram&amp;gt;C:\Program Files\ArcGIS\Bin\Arcmap.exe&amp;lt;/StartProgram&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/PropertyGroup&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll probably need to do this in a few places in the file.&amp;nbsp; Then hopefully VS Express will be able to pick this up and start Arc when you start debugging.&amp;nbsp; You can also add the following line if you want to add arguments&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;StartArguments&amp;gt;C:\MyFolder\MyFile.mxd&amp;lt;/StartArguments&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope these work for you.&amp;nbsp; There might well other (better) ways to do this though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2010 14:39:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484470#M13092</guid>
      <dc:creator>AndrewMay</dc:creator>
      <dc:date>2010-08-23T14:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Express Edition -&gt; cannot debug DLLs????</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484471#M13093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tools-&amp;gt;Attach to process - also not an option. I will try to manually edit the vbproj file and will report back....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2010 14:56:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484471#M13093</guid>
      <dc:creator>JakubSisak</dc:creator>
      <dc:date>2010-08-23T14:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Express Edition -&gt; cannot debug DLLs????</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484472#M13094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have not used Visual Studio Express so I cannot comment on that.&amp;nbsp; That said, if you do not want to spend money then you can use the free WinDbg debugger from Microsoft.&amp;nbsp; It is actually more powerful than Visual Studio but it is also more primitive (command line options versus GUI).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 00:33:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484472#M13094</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2010-08-24T00:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Express Edition -&gt; cannot debug DLLs????</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484473#M13095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi&lt;BR /&gt;I see what the problem is now.&amp;nbsp; There's a couple of things you could try, though I've not got a copy of VS Express on my machine to test these on.&amp;nbsp; First is to start Arc and then in VS go to Tools-&amp;gt;Attach to process.&amp;nbsp; Select the ArcDesktop process and click Attach.&amp;nbsp; This should then allow you to debug the dll.&lt;BR /&gt;&lt;BR /&gt;The other thing to try is to manually edit the vbproj file (or it might be the vbproj.user file if you've got one).&amp;nbsp; You need to add the lines in the bold below:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "&amp;gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;StartAction&amp;gt;Program&amp;lt;/StartAction&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;StartProgram&amp;gt;C:\Program Files\ArcGIS\Bin\Arcmap.exe&amp;lt;/StartProgram&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/PropertyGroup&amp;gt;&lt;BR /&gt;&lt;BR /&gt;You'll probably need to do this in a few places in the file.&amp;nbsp; Then hopefully VS Express will be able to pick this up and start Arc when you start debugging.&amp;nbsp; You can also add the following line if you want to add arguments&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;StartArguments&amp;gt;C:\MyFolder\MyFile.mxd&amp;lt;/StartArguments&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Hope these work for you.&amp;nbsp; There might well other (better) ways to do this though.&lt;BR /&gt;Regards&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Doc,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;editing the vbproj file works.&amp;nbsp; Insted of adding i replaced the existing lines. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried putting in the Start Arguments to use a specific mxd but it seems to be igored and a new "Untitled.mxd" document starts with the debugger.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still, this is great. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 14:29:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484473#M13095</guid>
      <dc:creator>JakubSisak</dc:creator>
      <dc:date>2010-08-24T14:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Express Edition -&gt; cannot debug DLLs????</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484474#M13096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;"If you are using the Visual C# Express Edition or Visual Basic Express Edition, you cannot debug DLLs because these versions do not have the option to start an external application for debugging."&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's odd, VB Studio 2008 Express? On the debug tab I selected a working directory where my mxd sits, and then put the name of the mxd in the Command line arguments windows and that's the mxd that started up when debugging started in Studio. Admittedly, the meaning of the two windows escaped me until I had gone through the trouble of manually editing the vbproj file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 18:48:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/express-edition-amp-gt-cannot-debug-dlls/m-p/484474#M13096</guid>
      <dc:creator>EvanThoms</dc:creator>
      <dc:date>2011-01-26T18:48:21Z</dc:date>
    </item>
  </channel>
</rss>

