<?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: create Multiple ring buffer using arcobject.net sdk? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/create-multiple-ring-buffer-using-arcobject-net/m-p/3156#M94</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello ahmed sir&lt;BR /&gt;i have used your code and the direction to unchecked lock loader after doing all this i run my project again but it will display another error which i have attached image of error please give me some reply for this. and also write error details&lt;BR /&gt;error=" R6034 an application has made an attempt to load the c runtime library incorrectly. please contact the application's support team for more information"&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Aniket Babar&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can check this post it should help you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;http://gis.stackexchange.com/questions/72506/how-to-fix-runtime-error-r6034-an-application-has-made-an-attempt-to-load-th-c&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Mar 2014 02:44:48 GMT</pubDate>
    <dc:creator>AhmedEl-Sisi</dc:creator>
    <dc:date>2014-03-09T02:44:48Z</dc:date>
    <item>
      <title>create Multiple ring buffer using arcobject.net sdk?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/create-multiple-ring-buffer-using-arcobject-net/m-p/3151#M89</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have Arcmap10.1 and arcobject.net with using this i have to create multiple ring buffer for selected layer .how can i do this what should i use for this please help me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Aniket Babar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 12:32:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/create-multiple-ring-buffer-using-arcobject-net/m-p/3151#M89</guid>
      <dc:creator>aniketbabar</dc:creator>
      <dc:date>2014-02-28T12:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: create Multiple ring buffer using arcobject.net sdk?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/create-multiple-ring-buffer-using-arcobject-net/m-p/3152#M90</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Aniket,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why don't you call the existing geo-processing tool Multiple Ring Buffer (Analysis)? There are many examples of how to call a geo-processing tool in Help and on this forum. In ArcObjects consider using the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;IGeoProcessor&lt;/SPAN&gt;&lt;SPAN&gt; interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Duncan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Mar 2014 17:24:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/create-multiple-ring-buffer-using-arcobject-net/m-p/3152#M90</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2014-03-01T17:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: create Multiple ring buffer using arcobject.net sdk?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/create-multiple-ring-buffer-using-arcobject-net/m-p/3153#M91</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hello sir,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i am creating some code like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Geoprocessor gp = new Geoprocessor();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; gp.OverwriteOutput = true;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI.ArcGIS.AnalysisTools.MultipleRingBuffer multibuff = new ESRI.ArcGIS.AnalysisTools.MultipleRingBuffer(layer,@""+txtOutputPath.Text+"",multibufferdistance.ToArray());&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IGeoProcessorResult results = (IGeoProcessorResult)gp.Execute(multibuff, null);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when i excute this code i got this error "LoaderLock was Detected" error Description=" Attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang." i did'nt get the details of this error nor find any suggestion .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if you have any solution or sample code for this sent me link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Aniket Babar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 11:47:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/create-multiple-ring-buffer-using-arcobject-net/m-p/3153#M91</guid>
      <dc:creator>aniketbabar</dc:creator>
      <dc:date>2014-03-02T11:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: create Multiple ring buffer using arcobject.net sdk?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/create-multiple-ring-buffer-using-arcobject-net/m-p/3154#M92</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;hello sir,&lt;BR /&gt;i am creating some code like&lt;BR /&gt;&lt;BR /&gt; Geoprocessor gp = new Geoprocessor();&lt;BR /&gt; gp.OverwriteOutput = true;&lt;BR /&gt;ESRI.ArcGIS.AnalysisTools.MultipleRingBuffer multibuff = new ESRI.ArcGIS.AnalysisTools.MultipleRingBuffer(layer,@""+txtOutputPath.Text+"",multibufferdistance.ToArray());&lt;BR /&gt;IGeoProcessorResult results = (IGeoProcessorResult)gp.Execute(multibuff, null);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;when i excute this code i got this error "LoaderLock was Detected" error Description=" Attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang." i did'nt get the details of this error nor find any suggestion .&lt;BR /&gt;if you have any solution or sample code for this sent me link.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Aniket Babar&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding this error can check this &lt;/SPAN&gt;&lt;A href="http://rtslink.blogspot.com/2009/03/attempting-managed-execution-inside-os.html" rel="nofollow noopener noreferrer" target="_blank"&gt;Solution&lt;/A&gt;&lt;SPAN&gt;, you should uncheck LoaderLock&amp;nbsp; from exception item in Debug menu in your Visual Studio.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For running MultipleRingBuffer tool, this sample should work for you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Geoprocessor gp = new Geoprocessor();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gp.OverwriteOutput = true;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ESRI.ArcGIS.AnalysisTools.MultipleRingBuffer multibuff = new ESRI.ArcGIS.AnalysisTools.MultipleRingBuffer();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; multibuff.Buffer_Unit = "Meters";
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; multibuff.Distances = "10;20;30"; //string.Join(";",multibufferdistance.ToArray());
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; multibuff.Input_Features = layer;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; multibuff.Output_Feature_class = @""+txtOutputPath.Text+"";
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IGeoProcessorResult results = (IGeoProcessorResult)gp.Execute(multibuff, null);
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:07:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/create-multiple-ring-buffer-using-arcobject-net/m-p/3154#M92</guid>
      <dc:creator>AhmedEl-Sisi</dc:creator>
      <dc:date>2021-12-10T20:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: create Multiple ring buffer using arcobject.net sdk?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/create-multiple-ring-buffer-using-arcobject-net/m-p/3155#M93</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello ahmed sir&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have used your code and the direction to unchecked lock loader after doing all this i run my project again but it will display another error which i have attached image of error please give me some reply for this. and also write error details&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;error=" R6034 an application has made an attempt to load the c runtime library incorrectly. please contact the application's support team for more information"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Aniket Babar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 09:21:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/create-multiple-ring-buffer-using-arcobject-net/m-p/3155#M93</guid>
      <dc:creator>aniketbabar</dc:creator>
      <dc:date>2014-03-07T09:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: create Multiple ring buffer using arcobject.net sdk?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/create-multiple-ring-buffer-using-arcobject-net/m-p/3156#M94</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello ahmed sir&lt;BR /&gt;i have used your code and the direction to unchecked lock loader after doing all this i run my project again but it will display another error which i have attached image of error please give me some reply for this. and also write error details&lt;BR /&gt;error=" R6034 an application has made an attempt to load the c runtime library incorrectly. please contact the application's support team for more information"&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Aniket Babar&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can check this post it should help you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;http://gis.stackexchange.com/questions/72506/how-to-fix-runtime-error-r6034-an-application-has-made-an-attempt-to-load-th-c&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2014 02:44:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/create-multiple-ring-buffer-using-arcobject-net/m-p/3156#M94</guid>
      <dc:creator>AhmedEl-Sisi</dc:creator>
      <dc:date>2014-03-09T02:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: create Multiple ring buffer using arcobject.net sdk?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/create-multiple-ring-buffer-using-arcobject-net/m-p/3157#M95</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i have used all the direction on that link but did not got any solution if you have any another link for this problem send me thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 11:25:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/create-multiple-ring-buffer-using-arcobject-net/m-p/3157#M95</guid>
      <dc:creator>aniketbabar</dc:creator>
      <dc:date>2014-03-10T11:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: create Multiple ring buffer using arcobject.net sdk?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/create-multiple-ring-buffer-using-arcobject-net/m-p/3158#M96</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;i have used all the direction on that link but did not got any solution if you have any another link for this problem send me thank you&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Form project properties in visual studio , navigate to debug tab then uncheck "Enable unmanaged code debugging" checkbox.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 04:40:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/create-multiple-ring-buffer-using-arcobject-net/m-p/3158#M96</guid>
      <dc:creator>AhmedEl-Sisi</dc:creator>
      <dc:date>2014-03-12T04:40:19Z</dc:date>
    </item>
  </channel>
</rss>

