<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>.NET Questions and Solutions &#187; Collection</title>
	<atom:link href="http://jack-fx.com/dotnetqa/tag/collection/feed/" rel="self" type="application/rss+xml" />
	<link>http://jack-fx.com/dotnetqa</link>
	<description>.NET Questions and Solutions, .Net QA</description>
	<lastBuildDate>Sat, 26 May 2012 07:20:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cannot View Subcollections on Child Sites</title>
		<link>http://jack-fx.com/dotnetqa/2010/02/02/cannot-view-subcollections-on-child-sites/</link>
		<comments>http://jack-fx.com/dotnetqa/2010/02/02/cannot-view-subcollections-on-child-sites/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 00:58:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Collections]]></category>
		<category><![CDATA[Administrator]]></category>
		<category><![CDATA[child]]></category>
		<category><![CDATA[Collection]]></category>
		<category><![CDATA[evaluator]]></category>
		<category><![CDATA[server sms]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[sql tables]]></category>
		<category><![CDATA[systems management server]]></category>

		<guid isPermaLink="false">http://jack-fx.com/dotnetqa/2010/02/02/cannot-view-subcollections-on-child-sites/</guid>
		<description><![CDATA[SymptomsWhen you view subcollections on child sites, some subcollections may be shown in the Systems Management Server (SMS) Administrator console, and others may not appear. For example, one child site may have a specific subcollection, while another child site does not. Note that the missing subcollections are the subcollections that are created from a parent [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/dotnetqa/2010/02/02/cannot-view-subcollections-on-child-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BUG: Removing Collection Elements Takes Longer Than Expected</title>
		<link>http://jack-fx.com/dotnetqa/2010/01/23/bug-removing-collection-elements-takes-longer-than-expected/</link>
		<comments>http://jack-fx.com/dotnetqa/2010/01/23/bug-removing-collection-elements-takes-longer-than-expected/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 01:46:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Collections]]></category>
		<category><![CDATA[Collection]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[elements]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[SymptomsIn]]></category>
		<category><![CDATA[thebeginning]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[visual basic 6]]></category>

		<guid isPermaLink="false">http://jack-fx.com/dotnetqa/2010/01/23/bug-removing-collection-elements-takes-longer-than-expected/</guid>
		<description><![CDATA[SymptomsIn Visual Basic 6.0, removing elements from the end of a collection takeslonger than removing elements from the beginning.ResolutionWhen removing an element from a collection, Visual Basic 6.0 begins at thebeginning of the collection and traverses the collection until the desiredelement is reached, then that element is removed.
]]></description>
		<wfw:commentRss>http://jack-fx.com/dotnetqa/2010/01/23/bug-removing-collection-elements-takes-longer-than-expected/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BUG: Error message when you try to pass a Collection object from Visual Basic 6.0 components to Visual Basic 2005 or to Visual Basic .NET: &#8220;System.InvalidCastException&#8221;</title>
		<link>http://jack-fx.com/dotnetqa/2010/01/18/bug-error-message-when-you-try-to-pass-a-collection-object-from-visual-basic-6-0-components-to-visual-basic-2005-or-to-visual-basic-net-system-invalidcastexception/</link>
		<comments>http://jack-fx.com/dotnetqa/2010/01/18/bug-error-message-when-you-try-to-pass-a-collection-object-from-visual-basic-6-0-components-to-visual-basic-2005-or-to-visual-basic-net-system-invalidcastexception/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 20:12:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[object reference]]></category>
		<category><![CDATA[Collection]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microsoft visual c]]></category>
		<category><![CDATA[microsoft visual studio]]></category>
		<category><![CDATA[microsoft visual studio 2005]]></category>
		<category><![CDATA[microsoft visualbasic]]></category>
		<category><![CDATA[Type]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[visual studio 2005]]></category>

		<guid isPermaLink="false">http://jack-fx.com/dotnetqa/2010/01/18/bug-error-message-when-you-try-to-pass-a-collection-object-from-visual-basic-6-0-components-to-visual-basic-2005-or-to-visual-basic-net-system-invalidcastexception/</guid>
		<description><![CDATA[Symptoms When you try to pass a Collection object fromMicrosoft Visual Basic 6.0 components to Microsoft Visual Basic 2005 or to Microsoft Visual Basic .NET, you may receive an error message. In Microsoft Visual Studio 2005, you receive the following error message: 
An unhandled exception of type &#8216;System.InvalidCastException&#8217; occurred in ApplicationName.exeAdditional information: Unable to cast [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/dotnetqa/2010/01/18/bug-error-message-when-you-try-to-pass-a-collection-object-from-visual-basic-6-0-components-to-visual-basic-2005-or-to-visual-basic-net-system-invalidcastexception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACC2000: Properties Collection Returns Error for CurrentProject and CurrentData Objects</title>
		<link>http://jack-fx.com/dotnetqa/2009/12/23/acc2000-properties-collection-returns-error-for-currentproject-and-currentdata-objects/</link>
		<comments>http://jack-fx.com/dotnetqa/2009/12/23/acc2000-properties-collection-returns-error-for-currentproject-and-currentdata-objects/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 08:26:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Collections]]></category>
		<category><![CDATA[Collection]]></category>
		<category><![CDATA[CurrentData]]></category>
		<category><![CDATA[CurrentProject]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[error message]]></category>
		<category><![CDATA[expression]]></category>
		<category><![CDATA[object collections]]></category>
		<category><![CDATA[Properties]]></category>
		<category><![CDATA[run time error]]></category>

		<guid isPermaLink="false">http://jack-fx.com/dotnetqa/2009/12/23/acc2000-properties-collection-returns-error-for-currentproject-and-currentdata-objects/</guid>
		<description><![CDATA[SymptomsAll object collections under the CurrentProject and CurrentData objects contain a Properties collection. However, when you try to refer to the Properties collection of any object in a collection under the CurrentProject or CurrentData object, you may receive the following error message:
Run-time error &#8216;2467&#8242;:The expression you entered refers to an object that is closed or [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/dotnetqa/2009/12/23/acc2000-properties-collection-returns-error-for-currentproject-and-currentdata-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACC2000: How to Create a Collection of Collections</title>
		<link>http://jack-fx.com/dotnetqa/2009/12/22/acc2000-how-to-create-a-collection-of-collections/</link>
		<comments>http://jack-fx.com/dotnetqa/2009/12/22/acc2000-how-to-create-a-collection-of-collections/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 08:23:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Collections]]></category>
		<category><![CDATA[Collection]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[elements]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[insideCollection]]></category>
		<category><![CDATA[Item]]></category>
		<category><![CDATA[KEY]]></category>
		<category><![CDATA[microsoft visual basic]]></category>
		<category><![CDATA[second element]]></category>
		<category><![CDATA[visual basic for applications]]></category>

		<guid isPermaLink="false">http://jack-fx.com/dotnetqa/2009/12/22/acc2000-how-to-create-a-collection-of-collections/</guid>
		<description><![CDATA[SymptomsA limitation of the Microsoft Visual Basic for Applications Collection object is that it cannot contain a user-defined data type. You can achieve similar functionality, however, by creating a collection that contains the elements that you would normally define in your user-defined data type, and then storing that collection in a second collection. This article [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/dotnetqa/2009/12/22/acc2000-how-to-create-a-collection-of-collections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

