<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Комментарии на: Ускорение AutoCAD. Часть 2</title>
	<atom:link href="https://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/</link>
	<description>LISP для AutoCAD</description>
	<lastBuildDate>Tue, 24 Feb 2026 16:11:05 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0</generator>
	<item>
		<title>От: Алексей</title>
		<link>https://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/comment-page-1/#comment-69481</link>
		<dc:creator><![CDATA[Алексей]]></dc:creator>
		<pubDate>Tue, 22 Nov 2016 19:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/#comment-69481</guid>
		<description><![CDATA[Спасибо!]]></description>
		<content:encoded><![CDATA[<p>Спасибо!</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Кулик Алексей aka kpblc</title>
		<link>https://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/comment-page-1/#comment-69466</link>
		<dc:creator><![CDATA[Кулик Алексей aka kpblc]]></dc:creator>
		<pubDate>Tue, 22 Nov 2016 05:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/#comment-69466</guid>
		<description><![CDATA[Во-первых, прошу прощения, что долго не отвечал - запарка на работах.
Во-вторых...
Редактирование acad.exe.config требовалось вплоть до версии 2009, дальнейшие версии, как правило, уже шли с &quot;нормальным&quot; файлом. Так что в представленных вариантах редактировать ничего уже не требуется.
Подсветка может быть любого цвета - это зависит от настроек редактора xml. Так что я бы на эту тему особо не заморачивался. Обычно в Notepad++ со стандартными настройками, и в VisualStudio комментарии в xml-файлах подсвечиваются зеленым, поэтому я так и написал.]]></description>
		<content:encoded><![CDATA[<p>Во-первых, прошу прощения, что долго не отвечал - запарка на работах.<br />
Во-вторых...<br />
Редактирование acad.exe.config требовалось вплоть до версии 2009, дальнейшие версии, как правило, уже шли с "нормальным" файлом. Так что в представленных вариантах редактировать ничего уже не требуется.<br />
Подсветка может быть любого цвета - это зависит от настроек редактора xml. Так что я бы на эту тему особо не заморачивался. Обычно в Notepad++ со стандартными настройками, и в VisualStudio комментарии в xml-файлах подсвечиваются зеленым, поэтому я так и написал.</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Алексей</title>
		<link>https://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/comment-page-1/#comment-69306</link>
		<dc:creator><![CDATA[Алексей]]></dc:creator>
		<pubDate>Thu, 17 Nov 2016 15:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/#comment-69306</guid>
		<description><![CDATA[[cc lang=&quot;lisp&quot;]
&lt;configuration&gt;

  &lt;startup useLegacyV2RuntimeActivationPolicy=&quot;true&quot;&gt;
    &lt;supportedRuntime version=&quot;v4.0&quot;/&gt;
  &lt;/startup&gt;

&lt;!--All assemblies in AutoCAD are fully trusted so there&#039;s no point generating publisher evidence--&gt;
   &lt;runtime&gt;        
	&lt;generatePublisherEvidence enabled=&quot;false&quot;/&gt;    
   &lt;/runtime&gt;
&lt;/configuration&gt;
[/cc]]]></description>
		<content:encoded><![CDATA[<div class="codecolorer-container lisp default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br /></div></td><td><div class="lisp codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;"><span style="color: #66cc66;">&lt;</span>configuration<span style="color: #66cc66;">&gt;</span><br />
<br />
&nbsp; <span style="color: #66cc66;">&lt;</span>startup useLegacyV2RuntimeActivationPolicy<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #66cc66;">&gt;</span><br />
&nbsp; &nbsp; <span style="color: #66cc66;">&lt;</span>supportedRuntime version<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;v4.0&quot;</span>/<span style="color: #66cc66;">&gt;</span><br />
&nbsp; <span style="color: #66cc66;">&lt;</span>/startup<span style="color: #66cc66;">&gt;</span><br />
<br />
<span style="color: #66cc66;">&lt;!</span>--All assemblies in AutoCAD are fully trusted so there's no point generating publisher evidence--<span style="color: #66cc66;">&gt;</span><br />
&nbsp; &nbsp;<span style="color: #66cc66;">&lt;</span>runtime<span style="color: #66cc66;">&gt;</span> &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp; <span style="color: #66cc66;">&lt;</span>generatePublisherEvidence enabled<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;false&quot;</span>/<span style="color: #66cc66;">&gt;</span> &nbsp; &nbsp;<br />
&nbsp; &nbsp;<span style="color: #66cc66;">&lt;</span>/runtime<span style="color: #66cc66;">&gt;</span><br />
<span style="color: #66cc66;">&lt;</span>/configuration<span style="color: #66cc66;">&gt;</span></div></td></tr></tbody></table></div>
]]></content:encoded>
	</item>
	<item>
		<title>От: Алексей</title>
		<link>https://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/comment-page-1/#comment-69304</link>
		<dc:creator><![CDATA[Алексей]]></dc:creator>
		<pubDate>Thu, 17 Nov 2016 15:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/#comment-69304</guid>
		<description><![CDATA[Добрый вечер!
У меня AutoCAD Civil 3D 2016.
Хотел отредактировать  acad.exe.config
Но в этом файле у меня нет символов после которых нужно вставить строчку, файл выглядит так:



  
    
  

&lt;!--All assemblies in AutoCAD are fully trusted so there&#039;s no point generating publisher evidence--&gt;
           
	    
   


И еще строка  у меня не зеленым, а синим цветом. Подскажите, пожалуйста, в чем может быть проблема?]]></description>
		<content:encoded><![CDATA[<p>Добрый вечер!<br />
У меня AutoCAD Civil 3D 2016.<br />
Хотел отредактировать  acad.exe.config<br />
Но в этом файле у меня нет символов после которых нужно вставить строчку, файл выглядит так:</p>
<p><!--All assemblies in AutoCAD are fully trusted so there's no point generating publisher evidence--></p>
<p>И еще строка  у меня не зеленым, а синим цветом. Подскажите, пожалуйста, в чем может быть проблема?</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Тамара</title>
		<link>https://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/comment-page-1/#comment-68468</link>
		<dc:creator><![CDATA[Тамара]]></dc:creator>
		<pubDate>Thu, 20 Oct 2016 12:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/#comment-68468</guid>
		<description><![CDATA[Спасибо! Мне тоже так показалось))]]></description>
		<content:encoded><![CDATA[<p>Спасибо! Мне тоже так показалось))</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Кулик Алексей aka kpblc</title>
		<link>https://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/comment-page-1/#comment-68467</link>
		<dc:creator><![CDATA[Кулик Алексей aka kpblc]]></dc:creator>
		<pubDate>Thu, 20 Oct 2016 12:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/#comment-68467</guid>
		<description><![CDATA[Похоже, acad.exe.config менять не надо.]]></description>
		<content:encoded><![CDATA[<p>Похоже, acad.exe.config менять не надо.</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Тамара</title>
		<link>https://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/comment-page-1/#comment-68466</link>
		<dc:creator><![CDATA[Тамара]]></dc:creator>
		<pubDate>Thu, 20 Oct 2016 11:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/#comment-68466</guid>
		<description><![CDATA[Автокад 2014
Никак содержимое файла не хочет отображаться. Может, так получится:

[cc lang=&quot;lisp&quot;]
&lt;configuration&gt;

  &lt;startup useLegacyV2RuntimeActivationPolicy=&quot;true&quot;&gt;
    &lt;supportedRuntime version=&quot;v4.0&quot;/&gt;
  &lt;/startup&gt;

&lt;!--All assemblies in AutoCAD are fully trusted so there&#039;s no point generating publisher evidence--&gt;
   &lt;runtime&gt;        
	&lt;generatePublisherEvidence enabled=&quot;false&quot;/&gt;    
   &lt;/runtime&gt;
&lt;/configuration&gt;

[/cc]]]></description>
		<content:encoded><![CDATA[<p>Автокад 2014<br />
Никак содержимое файла не хочет отображаться. Может, так получится:</p>
<div class="codecolorer-container lisp default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br /></div></td><td><div class="lisp codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;"><span style="color: #66cc66;">&lt;</span>configuration<span style="color: #66cc66;">&gt;</span><br />
<br />
&nbsp; <span style="color: #66cc66;">&lt;</span>startup useLegacyV2RuntimeActivationPolicy<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #66cc66;">&gt;</span><br />
&nbsp; &nbsp; <span style="color: #66cc66;">&lt;</span>supportedRuntime version<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;v4.0&quot;</span>/<span style="color: #66cc66;">&gt;</span><br />
&nbsp; <span style="color: #66cc66;">&lt;</span>/startup<span style="color: #66cc66;">&gt;</span><br />
<br />
<span style="color: #66cc66;">&lt;!</span>--All assemblies in AutoCAD are fully trusted so there's no point generating publisher evidence--<span style="color: #66cc66;">&gt;</span><br />
&nbsp; &nbsp;<span style="color: #66cc66;">&lt;</span>runtime<span style="color: #66cc66;">&gt;</span> &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp; <span style="color: #66cc66;">&lt;</span>generatePublisherEvidence enabled<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;false&quot;</span>/<span style="color: #66cc66;">&gt;</span> &nbsp; &nbsp;<br />
&nbsp; &nbsp;<span style="color: #66cc66;">&lt;</span>/runtime<span style="color: #66cc66;">&gt;</span><br />
<span style="color: #66cc66;">&lt;</span>/configuration<span style="color: #66cc66;">&gt;</span></div></td></tr></tbody></table></div>
]]></content:encoded>
	</item>
	<item>
		<title>От: Тамара</title>
		<link>https://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/comment-page-1/#comment-68465</link>
		<dc:creator><![CDATA[Тамара]]></dc:creator>
		<pubDate>Thu, 20 Oct 2016 11:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/#comment-68465</guid>
		<description><![CDATA[Да, куда-то все у меня пропало. Вот так выглядит файл (acad.exe, тип файла - config):



  
    
  

&lt;!--All assemblies in AutoCAD are fully trusted so there&#039;s no point generating publisher evidence--&gt;
           
	    
   


Насколько я поняла, ничего не закомментировано.]]></description>
		<content:encoded><![CDATA[<p>Да, куда-то все у меня пропало. Вот так выглядит файл (acad.exe, тип файла - config):</p>
<p><!--All assemblies in AutoCAD are fully trusted so there's no point generating publisher evidence--></p>
<p>Насколько я поняла, ничего не закомментировано.</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Кулик Алексей aka kpblc</title>
		<link>https://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/comment-page-1/#comment-68450</link>
		<dc:creator><![CDATA[Кулик Алексей aka kpblc]]></dc:creator>
		<pubDate>Wed, 19 Oct 2016 19:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/#comment-68450</guid>
		<description><![CDATA[Какой вид? Ничего не показано.
Помимо прочего: acad.exe и acad.exe.config сильно разные вещи. И нужна версия ACAD&#039;a.]]></description>
		<content:encoded><![CDATA[<p>Какой вид? Ничего не показано.<br />
Помимо прочего: acad.exe и acad.exe.config сильно разные вещи. И нужна версия ACAD'a.</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Тамара</title>
		<link>https://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/comment-page-1/#comment-68444</link>
		<dc:creator><![CDATA[Тамара]]></dc:creator>
		<pubDate>Wed, 19 Oct 2016 13:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://autolisp.ru/2012/11/11/uskorenie-autocad-chast-2/#comment-68444</guid>
		<description><![CDATA[Добрый день! 
У меня запись в acad.exe имеет следующий вид:



  
    
  

&lt;!--All assemblies in AutoCAD are fully trusted so there&#039;s no point generating publisher evidence--&gt;
           
	    
   


Правильно понимаю, что здесь ничего исправлять-добавлять не нужно?]]></description>
		<content:encoded><![CDATA[<p>Добрый день!<br />
У меня запись в acad.exe имеет следующий вид:</p>
<p><!--All assemblies in AutoCAD are fully trusted so there's no point generating publisher evidence--></p>
<p>Правильно понимаю, что здесь ничего исправлять-добавлять не нужно?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
