<?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; Type</title>
	<atom:link href="http://jack-fx.com/dotnetqa/tag/type/feed/" rel="self" type="application/rss+xml" />
	<link>http://jack-fx.com/dotnetqa</link>
	<description>.NET Questions and Solutions, .Net QA</description>
	<lastBuildDate>Fri, 03 Feb 2012 05:36:41 +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>BUG: You receive a &#8220;Type mismatch&#8221; error message when you assign a value type variable to a property through COM InterOp in Visual Basic .NET or in Visual Basic 2005</title>
		<link>http://jack-fx.com/dotnetqa/2010/01/30/bug-you-receive-a-type-mismatch-error-message-when-you-assign-a-value-type-variable-to-a-property-through-com-interop-in-visual-basic-net-or-in-visual-basic-2005/</link>
		<comments>http://jack-fx.com/dotnetqa/2010/01/30/bug-you-receive-a-type-mismatch-error-message-when-you-assign-a-value-type-variable-to-a-property-through-com-interop-in-visual-basic-net-or-in-visual-basic-2005/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 00:07:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[nullreferenceexception]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[component object model]]></category>
		<category><![CDATA[information type]]></category>
		<category><![CDATA[mismatch resolution]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[property]]></category>
		<category><![CDATA[Type]]></category>
		<category><![CDATA[type mismatch]]></category>
		<category><![CDATA[unhandled exception]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://jack-fx.com/dotnetqa/2010/01/30/bug-you-receive-a-type-mismatch-error-message-when-you-assign-a-value-type-variable-to-a-property-through-com-interop-in-visual-basic-net-or-in-visual-basic-2005/</guid>
		<description><![CDATA[Symptoms When you assign a value to a property of a Component Object		Model (COM) object in .NET, you may receive the following error message when		you run your application: 
 An unhandled exception of type		&#8216;System.Runtime.InteropServices.COMException&#8217; occurred in		InterOpDemo.exe Additional information: Type mismatch		Resolution The problem occurs if all of the following conditions are		true: 		You are using the COM [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/dotnetqa/2010/01/30/bug-you-receive-a-type-mismatch-error-message-when-you-assign-a-value-type-variable-to-a-property-through-com-interop-in-visual-basic-net-or-in-visual-basic-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BUG: PInvoke method with System.GUID return type raises exception error</title>
		<link>http://jack-fx.com/dotnetqa/2010/01/22/bug-pinvoke-method-with-system-guid-return-type-raises-exception-error/</link>
		<comments>http://jack-fx.com/dotnetqa/2010/01/22/bug-pinvoke-method-with-system-guid-return-type-raises-exception-error/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 17:24:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[exception]]></category>
		<category><![CDATA[exception error]]></category>
		<category><![CDATA[invocation]]></category>
		<category><![CDATA[PInvoke]]></category>
		<category><![CDATA[s type]]></category>
		<category><![CDATA[Symptoms]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Type]]></category>
		<category><![CDATA[type signature]]></category>
		<category><![CDATA[unhandled exception]]></category>

		<guid isPermaLink="false">http://jack-fx.com/dotnetqa/2010/01/22/bug-pinvoke-method-with-system-guid-return-type-raises-exception-error/</guid>
		<description><![CDATA[Symptoms When you run Platform Invocation Services (PInvoke) with System.GUID as the return type, the process is unsuccessful and you receive		the following exception error message: 
 An unhandled		exception of type &#8216;System.Runtime.InteropServices.MarshalDirectiveException&#8217;		occurred in TestPInvoke.exe Additional information: Method&#8217;s type signature is		not PInvoke compatible.ResolutionMicrosoft has confirmed that this is a			 problem in Visual Studio .NET.
]]></description>
		<wfw:commentRss>http://jack-fx.com/dotnetqa/2010/01/22/bug-pinvoke-method-with-system-guid-return-type-raises-exception-error/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>BUG: &#8220;A reference to &#8216;&lt;typeLibrary&gt;&#8217; could not be added&#8221; error message when you try to add a project reference to a COM DLL</title>
		<link>http://jack-fx.com/dotnetqa/2010/01/10/bug-a-reference-to-typelibrary-could-not-be-added-error-message-when-you-try-to-add-a-project-reference-to-a-com-dll/</link>
		<comments>http://jack-fx.com/dotnetqa/2010/01/10/bug-a-reference-to-typelibrary-could-not-be-added-error-message-when-you-try-to-add-a-project-reference-to-a-com-dll/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 18:51:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[object reference]]></category>
		<category><![CDATA[base interface]]></category>
		<category><![CDATA[component object model]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[interface method]]></category>
		<category><![CDATA[method implementation]]></category>
		<category><![CDATA[microsoft visual studio]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[Type]]></category>

		<guid isPermaLink="false">http://jack-fx.com/dotnetqa/2010/01/10/bug-a-reference-to-typelibrary-could-not-be-added-error-message-when-you-try-to-add-a-project-reference-to-a-com-dll/</guid>
		<description><![CDATA[SymptomsWhen you try to add a project reference to a Component		Object Model (COM) DLL in Microsoft Visual Studio .NET, you may receive an		error message that is similar to the following:
A reference to &#8216;C:\MyCOMDLL\Debug\MyCOMDLL.dll&#8217; could not be		added. Converting the type library to a .NET assembly failed. Could not load		type MyCOMDLLLib.MyClassClass from assembly Interop.MyCOMDLLLib,		Version=1.0.0.0.Additionally, when you try [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/dotnetqa/2010/01/10/bug-a-reference-to-typelibrary-could-not-be-added-error-message-when-you-try-to-add-a-project-reference-to-a-com-dll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Binary serialization exceptions occur when you serialize or deserialize the DateTimeFormatInfo class or the TextInfo class between different versions of the .NET Framework</title>
		<link>http://jack-fx.com/dotnetqa/2010/01/08/binary-serialization-exceptions-occur-when-you-serialize-or-deserialize-the-datetimeformatinfo-class-or-the-textinfo-class-between-different-versions-of-the-net-framework/</link>
		<comments>http://jack-fx.com/dotnetqa/2010/01/08/binary-serialization-exceptions-occur-when-you-serialize-or-deserialize-the-datetimeformatinfo-class-or-the-textinfo-class-between-different-versions-of-the-net-framework/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 13:59:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[exception]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[FormatterTypeStyle]]></category>
		<category><![CDATA[microsoft net framework]]></category>
		<category><![CDATA[microsoft net framework 2]]></category>
		<category><![CDATA[performance reasons]]></category>
		<category><![CDATA[Serialization]]></category>
		<category><![CDATA[service pack]]></category>
		<category><![CDATA[sp1 version]]></category>
		<category><![CDATA[Type]]></category>

		<guid isPermaLink="false">http://jack-fx.com/dotnetqa/2010/01/08/binary-serialization-exceptions-occur-when-you-serialize-or-deserialize-the-datetimeformatinfo-class-or-the-textinfo-class-between-different-versions-of-the-net-framework/</guid>
		<description><![CDATA[SymptomsWhen you serialize or deserialize the DateTimeFormatInfo class or the TextInfo class between a computer that is running the Microsoft .NET Framework 2.0 Service Pack 1 (SP1) and a computer that is running a pre-SP1 version of the .NET Framework 2.0, you receive one of the following binary serialization exceptions:Exception 1
Exception type: System.Runtime.Serialization.SerializationExceptionMessage: Binary stream [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/dotnetqa/2010/01/08/binary-serialization-exceptions-occur-when-you-serialize-or-deserialize-the-datetimeformatinfo-class-or-the-textinfo-class-between-different-versions-of-the-net-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An exception error is generated after you run a Set-AttachmentfilterListConfig command together with the ExceptionConnectors option on an Exchange 2007 SP1-based server</title>
		<link>http://jack-fx.com/dotnetqa/2009/12/25/an-exception-error-is-generated-after-you-run-a-set-attachmentfilterlistconfig-command-together-with-the-exceptionconnectors-option-on-an-exchange-2007-sp1-based-server/</link>
		<comments>http://jack-fx.com/dotnetqa/2009/12/25/an-exception-error-is-generated-after-you-run-a-set-attachmentfilterlistconfig-command-together-with-the-exceptionconnectors-option-on-an-exchange-2007-sp1-based-server/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 08:32:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[exception]]></category>
		<category><![CDATA[error event]]></category>
		<category><![CDATA[event type error]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[General Event]]></category>
		<category><![CDATA[M.E.M.M.A.SetAttachmentFilterListConfig]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[Rollup]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[service pack 1]]></category>
		<category><![CDATA[Type]]></category>
		<category><![CDATA[type microsoft]]></category>
		<category><![CDATA[Watson]]></category>

		<guid isPermaLink="false">http://jack-fx.com/dotnetqa/2009/12/25/an-exception-error-is-generated-after-you-run-a-set-attachmentfilterlistconfig-command-together-with-the-exceptionconnectors-option-on-an-exchange-2007-sp1-based-server/</guid>
		<description><![CDATA[SymptomsWhen you run the		Set-AttachmentfilterListConfig command together with the -ExceptionConnectors option on an Exchange Server 2007-based server,		the command doesnot run successfully. Additionally, an exception is generated. For example,		you may run the following command:Set-AttachmentfilterListConfig -ExceptionConnectors d18f518a-38e3-4349-9697-bc2ac318461f  When you run this command, you receive the following error message: 
 WARNING: An unexpected error has occurred and debug		information [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/dotnetqa/2009/12/25/an-exception-error-is-generated-after-you-run-a-set-attachmentfilterlistconfig-command-together-with-the-exceptionconnectors-option-on-an-exchange-2007-sp1-based-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACC2000: VBA Functions Break in Database with Missing References</title>
		<link>http://jack-fx.com/dotnetqa/2009/12/23/acc2000-vba-functions-break-in-database-with-missing-references/</link>
		<comments>http://jack-fx.com/dotnetqa/2009/12/23/acc2000-vba-functions-break-in-database-with-missing-references/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 08:26:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[object reference]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[database type]]></category>
		<category><![CDATA[error message]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[procedure]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[Type]]></category>
		<category><![CDATA[type library]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://jack-fx.com/dotnetqa/2009/12/23/acc2000-vba-functions-break-in-database-with-missing-references/</guid>
		<description><![CDATA[SymptomsIf you have a procedure that contains a Visual Basic for Applicationsfunction, and your database contains a reference to a missing objectlibrary or type library, you may receive the following error message whenyou compile your modules or run the procedure:
Compile Error:Can&#8217;t find project or libraryResolutionYour database contains a reference to a database, type library, or [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/dotnetqa/2009/12/23/acc2000-vba-functions-break-in-database-with-missing-references/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACC2000: How to Use Collections to Manage Class Objects in VBA</title>
		<link>http://jack-fx.com/dotnetqa/2009/12/22/acc2000-how-to-use-collections-to-manage-class-objects-in-vba/</link>
		<comments>http://jack-fx.com/dotnetqa/2009/12/22/acc2000-how-to-use-collections-to-manage-class-objects-in-vba/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 08:23:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Collections]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[ClassID]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[implied warranties]]></category>
		<category><![CDATA[microsoft support engineers]]></category>
		<category><![CDATA[multiuser skills]]></category>
		<category><![CDATA[object models]]></category>
		<category><![CDATA[Private This]]></category>
		<category><![CDATA[property]]></category>
		<category><![CDATA[theclass]]></category>
		<category><![CDATA[Type]]></category>

		<guid isPermaLink="false">http://jack-fx.com/dotnetqa/2009/12/22/acc2000-how-to-use-collections-to-manage-class-objects-in-vba/</guid>
		<description><![CDATA[SymptomsAdvanced: Requires expert coding, interoperability, and multiuser skills.This article shows you how to use collections in Visual Basic forApplications to manage references to class objects in Access 2000.This technique allows your class objects to persist, and enables you tocontrol the individual properties of those objects by using the familiarcollection syntax used in Microsoft Access for [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/dotnetqa/2009/12/22/acc2000-how-to-use-collections-to-manage-class-objects-in-vba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

