<?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>Erwin's Blog - All Comments</title><link>http://weblogs.asp.net/erwingriekspoor/default.aspx</link><description>Developing with .NET</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: Intellisense not working in Visual Studio 2008 </title><link>http://weblogs.asp.net/erwingriekspoor/archive/2008/10/23/intellisense-not-working-in-visual-studio-2008.aspx#7249542</link><pubDate>Mon, 09 Nov 2009 06:11:34 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7249542</guid><dc:creator>bob</dc:creator><description>&lt;p&gt;clean the solution and rebuild it. It will work.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7249542" width="1" height="1"&gt;</description></item><item><title>re: Intellisense not working in Visual Studio 2008 </title><link>http://weblogs.asp.net/erwingriekspoor/archive/2008/10/23/intellisense-not-working-in-visual-studio-2008.aspx#7245796</link><pubDate>Tue, 03 Nov 2009 09:39:38 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7245796</guid><dc:creator>Peter H</dc:creator><description>&lt;p&gt;Hi All. I as having the same problem with my Intellisense not working in Visual Studio. It was working properly for some files but not for other. I may recommend two thing.&lt;/p&gt;
&lt;p&gt;1. Close your current Solution file&lt;/p&gt;
&lt;p&gt;2. Delete the .ncb file as I believe this is a database file for intellisense.&lt;/p&gt;
&lt;p&gt;3. Re-open your project&lt;/p&gt;
&lt;p&gt;4. ABSOLUTE MUST AND ESSENTIALLY PROBABLY THE CAUSE OF YOUR PROBLEMS&lt;/p&gt;
&lt;p&gt;Make sure your remove any circular dependencies.&lt;/p&gt;
&lt;p&gt;E.G let's say you have a header file called box1.h ENSURE that it does not have the statement #include &amp;quot;box1.h&amp;quot; in it as this would create a circular dependency.&lt;/p&gt;
&lt;p&gt;It may sound stupid but this was the case in my situation and probably yours as well.&lt;/p&gt;
&lt;p&gt;//Class box1.h head file&lt;/p&gt;
&lt;p&gt;#include &amp;quot;box1.h&amp;quot; //This line causes a problem as this source file itself is called box1.h&lt;/p&gt;
&lt;p&gt;class Box&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;public:&lt;/p&gt;
&lt;p&gt;int length;&lt;/p&gt;
&lt;p&gt;int width;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;Finally if this doesn't solve your problems try this website but ensure that this is the problem happening to your&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/kb/913377"&gt;support.microsoft.com/.../913377&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7245796" width="1" height="1"&gt;</description></item><item><title>re: Umbraco Demo</title><link>http://weblogs.asp.net/erwingriekspoor/archive/2009/04/17/umbraco-demo.aspx#7161625</link><pubDate>Wed, 05 Aug 2009 06:25:13 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7161625</guid><dc:creator>Saradhi</dc:creator><description>&lt;p&gt;Hi Erwin,&lt;/p&gt;
&lt;p&gt;Thanks for the post. Please post if you are having any samples on umbraco. This will help to all.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Saradhi&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7161625" width="1" height="1"&gt;</description></item><item><title>re: Convert string to byte array and byte array to string</title><link>http://weblogs.asp.net/erwingriekspoor/archive/2009/05/01/convert-string-to-byte-array-and-byte-array-to-string.aspx#7159805</link><pubDate>Sun, 02 Aug 2009 18:15:39 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7159805</guid><dc:creator>javad</dc:creator><description>&lt;p&gt;thanks 2 u&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7159805" width="1" height="1"&gt;</description></item><item><title>re: Creating a delimiter separated list from list of strings</title><link>http://weblogs.asp.net/erwingriekspoor/archive/2009/06/24/creating-a-delimiter-separated-list-from-list-of-strings.aspx#7133591</link><pubDate>Wed, 24 Jun 2009 16:56:26 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7133591</guid><dc:creator>Dave</dc:creator><description>&lt;p&gt;Simple enough but now re consume it back to the array? A split won&amp;#39;t work because we didn&amp;#39;t propose an escape character for commas.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7133591" width="1" height="1"&gt;</description></item><item><title>re: Creating a delimiter separated list from list of strings</title><link>http://weblogs.asp.net/erwingriekspoor/archive/2009/06/24/creating-a-delimiter-separated-list-from-list-of-strings.aspx#7133473</link><pubDate>Wed, 24 Jun 2009 13:29:50 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7133473</guid><dc:creator>Stephen Harrison</dc:creator><description>&lt;p&gt;You might also like to check out System.Configuration.CommaDelimitedStringCollection (and CommaDelimitedStringCollectionConverter)&lt;/p&gt;
&lt;p&gt;var collection = new CommaDelimitedStringCollection();&lt;/p&gt;
&lt;p&gt;collection.Add(&amp;quot;A&amp;quot;);&lt;/p&gt;
&lt;p&gt;collection.Add(&amp;quot;B&amp;quot;);&lt;/p&gt;
&lt;p&gt;Debug.WriteLine(collection.ToString());&lt;/p&gt;
&lt;p&gt;gives: A,B&lt;/p&gt;
&lt;p&gt;var converter = new CommaDelimitedStringCollectionConverter();&lt;/p&gt;
&lt;p&gt;Debug.WriteLine(converter.ConvertToString(collection));&lt;/p&gt;
&lt;p&gt;gives: A,B&lt;/p&gt;
&lt;p&gt;You can also use ConvertFromString(string) to get a collection from a comma seperated string.&lt;/p&gt;
&lt;p&gt;Although naturally it doesn&amp;#39;t have the flexibility to use different separators as the String.Join method has and the collection Add() blows up if the string already contains a comma which might be useful.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7133473" width="1" height="1"&gt;</description></item><item><title>re: Creating a delimiter separated list from list of strings</title><link>http://weblogs.asp.net/erwingriekspoor/archive/2009/06/24/creating-a-delimiter-separated-list-from-list-of-strings.aspx#7133322</link><pubDate>Wed, 24 Jun 2009 09:32:45 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7133322</guid><dc:creator>jalpesh vadgam</dc:creator><description>&lt;p&gt;Nice code..&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7133322" width="1" height="1"&gt;</description></item><item><title>re: Convert string to byte array and byte array to string</title><link>http://weblogs.asp.net/erwingriekspoor/archive/2009/05/01/convert-string-to-byte-array-and-byte-array-to-string.aspx#7131774</link><pubDate>Mon, 22 Jun 2009 04:12:04 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7131774</guid><dc:creator>prash</dc:creator><description>&lt;p&gt;thanks a lot ...........&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7131774" width="1" height="1"&gt;</description></item><item><title>re: Parse a html string with ASP.NET controls</title><link>http://weblogs.asp.net/erwingriekspoor/archive/2008/11/06/parse-a-html-string-with-asp-net-controls.aspx#7103536</link><pubDate>Sun, 31 May 2009 07:01:39 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7103536</guid><dc:creator>cheap propecia</dc:creator><description>&lt;p&gt;Excellent site, It was pleasant to me.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7103536" width="1" height="1"&gt;</description></item><item><title>re: Parse QueryString with the HttpUtility</title><link>http://weblogs.asp.net/erwingriekspoor/archive/2008/11/21/parse-querystring-with-the-httputility.aspx#7069660</link><pubDate>Fri, 01 May 2009 05:58:09 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7069660</guid><dc:creator>Adrian</dc:creator><description>&lt;p&gt;Thanks for this simple solution!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7069660" width="1" height="1"&gt;</description></item></channel></rss>