<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Natty Gur - All Comments</title><link>http://weblogs.asp.net/ngur/default.aspx</link><description>.Net from enterprise architect point of view.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: Getting “Could not find any resources “error while using some resource files to make the internationalization of a ASP.NET application</title><link>http://weblogs.asp.net/ngur/archive/2003/12/28/46219.aspx#6631442</link><pubDate>Thu, 18 Sep 2008 07:01:11 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6631442</guid><dc:creator>Saima Riaz</dc:creator><description>&lt;p&gt;use &lt;/p&gt;
&lt;p&gt;new ResourceManager(Resources._string.ResourceManager.BaseName, Assembly.GetExecutingAssembly())&lt;/p&gt;
&lt;p&gt;instaed of &lt;/p&gt;
&lt;p&gt; New ResourceManager(&amp;quot;TextRes.fr.resx&amp;quot;, Assembly.GetExecutingAssembly())&lt;/p&gt;
&lt;p&gt;it works for me....&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6631442" width="1" height="1"&gt;</description></item><item><title>binocular comparison</title><link>http://weblogs.asp.net/ngur/archive/2004/06/16/157212.aspx#6631230</link><pubDate>Thu, 18 Sep 2008 04:08:17 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6631230</guid><dc:creator>binocular comparison</dc:creator><description>&lt;p&gt;We all know what those are. And when it comes to binoculars it’s no different.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6631230" width="1" height="1"&gt;</description></item><item><title>re: Another cause to "Error while trying to run project: unable to start debugging on the server" for ASP.NET application.</title><link>http://weblogs.asp.net/ngur/archive/2004/05/26/142414.aspx#6627811</link><pubDate>Tue, 16 Sep 2008 21:15:52 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6627811</guid><dc:creator>Monica</dc:creator><description>&lt;p&gt;tanks it works! :)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6627811" width="1" height="1"&gt;</description></item><item><title>re: "The process cannot access the file because it is being used by another process"</title><link>http://weblogs.asp.net/ngur/archive/2004/02/23/78184.aspx#6618583</link><pubDate>Thu, 11 Sep 2008 10:04:45 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6618583</guid><dc:creator>Bappa Malakar</dc:creator><description>&lt;p&gt;I saw this error message when i was trying to upload an image using Dot Net File Up loader The error message is like &amp;quot;The process cannot access the file 'D:\project\Blog\User\UserPic\rosemerry.jpeg' because it is being used by another process.&amp;quot;. Right now i don't know how to fix it.&lt;/p&gt;
&lt;p&gt;Bappa Malakar&lt;/p&gt;
&lt;p&gt;ibmbappa@gmail.com&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6618583" width="1" height="1"&gt;</description></item><item><title>re: "The breakpoint will not currently be hit. No symbols have been loaded for this document." Webgarden can cause it too.</title><link>http://weblogs.asp.net/ngur/archive/2004/06/16/157212.aspx#6509322</link><pubDate>Tue, 12 Aug 2008 18:16:32 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6509322</guid><dc:creator>mohammad amro</dc:creator><description>&lt;p&gt; set the &amp;quot;generate debuging information&amp;quot; to true in project properties. and debug information format in c++ to Program Database (/Zi)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6509322" width="1" height="1"&gt;</description></item><item><title>re: Loading dynamic user controls from Page_Load cause ViewState problems.</title><link>http://weblogs.asp.net/ngur/archive/2004/05/17/133340.aspx#6457718</link><pubDate>Tue, 29 Jul 2008 17:37:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6457718</guid><dc:creator>Greg</dc:creator><description>&lt;p&gt;Moving the load control the page load event solved my problem. &amp;nbsp;I found this in the URL above. &amp;nbsp;Not sure why every site I visit says to use the page init event.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6457718" width="1" height="1"&gt;</description></item><item><title>re: Loading dynamic user controls from Page_Load cause ViewState problems.</title><link>http://weblogs.asp.net/ngur/archive/2004/05/17/133340.aspx#6457381</link><pubDate>Tue, 29 Jul 2008 15:28:02 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6457381</guid><dc:creator>Greg</dc:creator><description>&lt;p&gt;VS2005, when I add my user control dynamically at page init event, I am still missing the viewstate after the 1st post back. &amp;nbsp;Subsequent postbacks, it does accurately preserve the values as I've changed them in the user control. &amp;nbsp;I can not figure out what is different from the 1st postback??&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6457381" width="1" height="1"&gt;</description></item><item><title>re: "The breakpoint will not currently be hit. No symbols have been loaded for this document." Webgarden can cause it too.</title><link>http://weblogs.asp.net/ngur/archive/2004/06/16/157212.aspx#6456747</link><pubDate>Tue, 29 Jul 2008 11:36:48 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6456747</guid><dc:creator>Dutt</dc:creator><description>&lt;p&gt;How can we set &amp;quot;generate debuging information&amp;quot; to true in VS2005?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6456747" width="1" height="1"&gt;</description></item><item><title>top10 web directories</title><link>http://weblogs.asp.net/ngur/archive/2003/12/23/45487.aspx#6448015</link><pubDate>Sun, 27 Jul 2008 00:58:05 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6448015</guid><dc:creator>top10 web directories</dc:creator><description>&lt;p&gt;If you are currently in the process is getting your website known to the world, then you should definitely not overlook the benefits of using a web directory. Web directories help you to promote your website, while providing backlinks to your site, as&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6448015" width="1" height="1"&gt;</description></item><item><title>re: Connection pooling and Oracle.</title><link>http://weblogs.asp.net/ngur/archive/2004/01/21/61207.aspx#6439374</link><pubDate>Thu, 24 Jul 2008 14:59:12 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6439374</guid><dc:creator>Sri</dc:creator><description>&lt;p&gt;Question:&lt;/p&gt;
&lt;p&gt;We are using Oracle 11+ version with ODP.net for connection pooling. The impersonate option is not working. It is always returning the first login.&lt;/p&gt;
&lt;p&gt;Eg: If we login first time with vUserId then next login with xUserID, still it is returning the vUserID. &amp;nbsp;Any thoughts???&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6439374" width="1" height="1"&gt;</description></item></channel></rss>