<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.microsoft.co.il/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>YsA.Net - All Comments</title><link>http://blogs.microsoft.co.il/blogs/ysa/</link><description>Let the games begin</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Vbscript msi | Gzff</title><link>http://blogs.microsoft.co.il/blogs/ysa/archive/2010/10/16/using-vbscript-to-copy-files-to-a-folder-in-a-msi-setup-project.aspx#984441</link><pubDate>Wed, 11 Jan 2012 02:42:13 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:984441</guid><dc:creator>Vbscript msi | Gzff</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Vbscript msi | Gzff&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=984441" width="1" height="1"&gt;</description></item><item><title>re: Improving Visual Studio 2010 performance</title><link>http://blogs.microsoft.co.il/blogs/ysa/archive/2010/11/06/improving-visual-studio-2010-performance.aspx#959852</link><pubDate>Sat, 17 Dec 2011 03:02:20 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:959852</guid><dc:creator>Raj</dc:creator><description>&lt;p&gt;The only way I know to improve the performance is to disable Edit &amp;amp; Continue option.. Tools -&amp;gt; Options -&amp;gt; Debugging -&amp;gt; Edit &amp;amp; Continue (uncheck the option) &amp;amp; your performance is going to be improved by 200% ... :-) Enjoy&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=959852" width="1" height="1"&gt;</description></item><item><title>My new ideal workplace</title><link>http://blogs.microsoft.co.il/blogs/ysa/archive/2011/06/10/moving-on.aspx#902588</link><pubDate>Sun, 18 Sep 2011 19:54:12 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:902588</guid><dc:creator>YsA.Net</dc:creator><description>&lt;p&gt;In my last post (which was way too long ago), I&amp;amp;#39;ve wrote what is my ideal workplace. After a while&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=902588" width="1" height="1"&gt;</description></item><item><title>re: Creating a geographic view in SDE</title><link>http://blogs.microsoft.co.il/blogs/ysa/archive/2007/11/09/creating-a-geographic-view-in-sde.aspx#888229</link><pubDate>Wed, 24 Aug 2011 14:07:21 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:888229</guid><dc:creator>mohsen</dc:creator><description>&lt;p&gt;1- I have encountered a problem relating with sde commands for creating &amp;nbsp;sde_ view and also &amp;nbsp;sde_table . I used appropriate codes but an error massage occured during execution.&lt;/p&gt;
&lt;p&gt;the related codes:&lt;/p&gt;
&lt;p&gt;sdetable -o create -t table22 -d&amp;quot;name string(20), value integer(5)&amp;quot; -i service -u username -p password -s server_name -q&lt;/p&gt;
&lt;p&gt;the error is:&lt;/p&gt;
&lt;p&gt;opration failed(-1)&lt;/p&gt;
&lt;p&gt;cannot get configuration information&lt;/p&gt;
&lt;p&gt;2- I would like to know is it possible to create a spatial sde view ,register it by &amp;quot;-o register&amp;quot; ,from an existing gdb, and replace it with the original attribute table of a feature class? I am looking for a possible solution to retain relationships belong to the related feature class.I need an updatable view being produced for esri products. I have done this with arcinfo toolbox extentions(with out relationships) .If yes how it is possible? &lt;/p&gt;
&lt;p&gt;The current enviroment is sde9.2, sql server 2008, arcgis9.3.&lt;/p&gt;
&lt;p&gt; email: mpgis89@gmail.com&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=888229" width="1" height="1"&gt;</description></item><item><title>Vbscript copyfiles | Selvaganesh</title><link>http://blogs.microsoft.co.il/blogs/ysa/archive/2010/10/16/using-vbscript-to-copy-files-to-a-folder-in-a-msi-setup-project.aspx#885384</link><pubDate>Tue, 16 Aug 2011 20:12:50 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:885384</guid><dc:creator>Vbscript copyfiles | Selvaganesh</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Vbscript copyfiles | Selvaganesh&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=885384" width="1" height="1"&gt;</description></item><item><title>re: FreeTextBox and Asp.net 4 request validation</title><link>http://blogs.microsoft.co.il/blogs/ysa/archive/2010/10/17/freetextbox-and-asp-net-4-request-validation.aspx#882196</link><pubDate>Tue, 09 Aug 2011 20:27:32 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:882196</guid><dc:creator>Marco Polo</dc:creator><description>&lt;p&gt;it kind of defeat the purpose if you have to &amp;lt;httpRuntime requestValidationMode=&amp;quot;2.0&amp;quot; /&amp;gt; &amp;nbsp;. &amp;nbsp;I wish there will be a way that you can do something as basic as making a content managment type of application without having to &amp;quot;go back&amp;quot; to 2.0 validation mode&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=882196" width="1" height="1"&gt;</description></item><item><title>re: Moving on…</title><link>http://blogs.microsoft.co.il/blogs/ysa/archive/2011/06/10/moving-on.aspx#844726</link><pubDate>Tue, 21 Jun 2011 16:19:37 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:844726</guid><dc:creator>Moti Karmona</dc:creator><description>&lt;p&gt;Good Luck! ;)&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=844726" width="1" height="1"&gt;</description></item><item><title>re: Moving on…</title><link>http://blogs.microsoft.co.il/blogs/ysa/archive/2011/06/10/moving-on.aspx#842566</link><pubDate>Mon, 13 Jun 2011 14:44:18 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:842566</guid><dc:creator>David Kossoglyad</dc:creator><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;I'll be very glad to talk with you ASAP. Call me please.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;David Kossoglyad&lt;/p&gt;
&lt;p&gt;CEO at LogoUI&lt;/p&gt;
&lt;p&gt;052 395 74 34&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=842566" width="1" height="1"&gt;</description></item><item><title>re: Windows 7 Service Pack 1 installation trouble</title><link>http://blogs.microsoft.co.il/blogs/ysa/archive/2011/03/21/windows-7-service-pack-1-installation-trouble.aspx#836198</link><pubDate>Wed, 18 May 2011 10:48:44 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:836198</guid><dc:creator>Pär</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Just wanted to say that I also had this problem, and that your tutorial worked perfectly. Currently Windows is installing 61 updates...&lt;/p&gt;
&lt;p&gt;Regards, P&amp;#228;r&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=836198" width="1" height="1"&gt;</description></item><item><title>re: Horizontal ListBox in Silverlight</title><link>http://blogs.microsoft.co.il/blogs/ysa/archive/2011/05/13/horizontal-listbox-in-silverlight.aspx#835035</link><pubDate>Fri, 13 May 2011 14:56:20 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:835035</guid><dc:creator>Leeran Yarhi</dc:creator><description>&lt;p&gt;Very elegant solution!&lt;/p&gt;
&lt;p&gt;I suppose you can define the ItemsPanel as a user control resouce, along with the ItemTemplate, and use it in your ListBox via binding - That would make it even more elegant.&lt;/p&gt;
&lt;p&gt;Nice :)&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=835035" width="1" height="1"&gt;</description></item><item><title>re: FreeTextBox and Asp.net 4 request validation</title><link>http://blogs.microsoft.co.il/blogs/ysa/archive/2010/10/17/freetextbox-and-asp-net-4-request-validation.aspx#834470</link><pubDate>Wed, 11 May 2011 03:03:43 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:834470</guid><dc:creator>Ratan Saha</dc:creator><description>&lt;p&gt;once I put &amp;lt;httpRuntime requestValidationMode=&amp;quot;2.0&amp;quot; /&amp;gt; in web config, it&amp;#39;s not showing error message &amp;quot;potentially dangerous....&amp;quot;. But save button is not working. In fact, the event is not fired. While I debug it&amp;#39;s not going into that event. But it&amp;#39;s working perfectly with .Net framework 2.0.&lt;/p&gt;
&lt;p&gt;Any help will be appreciated.&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=834470" width="1" height="1"&gt;</description></item><item><title>re: FreeTextBox and Asp.net 4 request validation</title><link>http://blogs.microsoft.co.il/blogs/ysa/archive/2010/10/17/freetextbox-and-asp-net-4-request-validation.aspx#804928</link><pubDate>Sat, 12 Mar 2011 18:50:34 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:804928</guid><dc:creator>ysa</dc:creator><description>&lt;p&gt;httpRuntime section sits under the system.web section in your web config.&lt;/p&gt;
&lt;p&gt;Simply add the requestValidationMode attribute in that section and everything will work prefectlly&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=804928" width="1" height="1"&gt;</description></item><item><title>re: FreeTextBox and Asp.net 4 request validation</title><link>http://blogs.microsoft.co.il/blogs/ysa/archive/2010/10/17/freetextbox-and-asp-net-4-request-validation.aspx#804072</link><pubDate>Fri, 11 Mar 2011 12:58:26 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:804072</guid><dc:creator>shiva</dc:creator><description>&lt;p&gt;where to add this code in asp.net step by step&lt;/p&gt;
&lt;p&gt;and the location where to add this code&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=804072" width="1" height="1"&gt;</description></item><item><title>re: Adopt the Symptom</title><link>http://blogs.microsoft.co.il/blogs/ysa/archive/2011/02/12/adopt-the-symptom.aspx#785416</link><pubDate>Sat, 12 Feb 2011 21:18:32 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:785416</guid><dc:creator>Shani</dc:creator><description>&lt;p&gt;love it, keep the good job.&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=785416" width="1" height="1"&gt;</description></item><item><title>re: Improving Visual Studio 2010 performance</title><link>http://blogs.microsoft.co.il/blogs/ysa/archive/2010/11/06/improving-visual-studio-2010-performance.aspx#778664</link><pubDate>Mon, 31 Jan 2011 09:41:13 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:778664</guid><dc:creator>Raj Aththanayake</dc:creator><description>&lt;p&gt;Great article. I find it very useful for developers to &lt;/p&gt;
&lt;p&gt;diagnose IDE performances. &lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=778664" width="1" height="1"&gt;</description></item></channel></rss>
