<?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; Visual</title>
	<atom:link href="http://jack-fx.com/dotnetqa/tag/visual/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>PRB: Exception Code 0xE06D7363 When Calling Win32 SEH APIs</title>
		<link>http://jack-fx.com/dotnetqa/2011/03/22/prb-exception-code-0xe06d7363-when-calling-win32-seh-apis/</link>
		<comments>http://jack-fx.com/dotnetqa/2011/03/22/prb-exception-code-0xe06d7363-when-calling-win32-seh-apis/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 11:31:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ascii values]]></category>
		<category><![CDATA[c exceptions]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[exception]]></category>
		<category><![CDATA[microsoft visual c]]></category>
		<category><![CDATA[mnemonic device]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[visual c compiler]]></category>
		<category><![CDATA[Win]]></category>

		<guid isPermaLink="false">http://jack-fx.com/dotnetqa/2011/03/22/prb-exception-code-0xe06d7363-when-calling-win32-seh-apis/</guid>
		<description><![CDATA[SymptomsWhen you call Win32 Structured Exception Handling (SEH) APIs, such asGetExceptionCode() and GetExceptionInformation(), sometimes the systemreports the following exception code: 
0xE06D7363 Sometimes GetLastError() also returnsthis value. This exception code will be used for any error that is raised by the Microsoft Visual C++ compiler through a call to &#8220;throw&#8221;.ResolutionAll Visual C++ exceptions thrown from code [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/dotnetqa/2011/03/22/prb-exception-code-0xe06d7363-when-calling-win32-seh-apis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FIX: A System.NullReferenceException exception occurs when you deploy a composite database project in Microsoft Visual Studio Team System 2008 Database Edition GDR</title>
		<link>http://jack-fx.com/dotnetqa/2010/11/07/fix-a-system-nullreferenceexception-exception-occurs-when-you-deploy-a-composite-database-project-in-microsoft-visual-studio-team-system-2008-database-edition-gdr/</link>
		<comments>http://jack-fx.com/dotnetqa/2010/11/07/fix-a-system-nullreferenceexception-exception-occurs-when-you-deploy-a-composite-database-project-in-microsoft-visual-studio-team-system-2008-database-edition-gdr/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 15:51:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microsoft knowledge base]]></category>
		<category><![CDATA[microsoft visual studio]]></category>
		<category><![CDATA[object reference not set to an instance]]></category>
		<category><![CDATA[Studio]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[target database]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[visual studio team system]]></category>

		<guid isPermaLink="false">http://jack-fx.com/dotnetqa/2010/11/07/fix-a-system-nullreferenceexception-exception-occurs-when-you-deploy-a-composite-database-project-in-microsoft-visual-studio-team-system-2008-database-edition-gdr/</guid>
		<description><![CDATA[SymptomsConsider the following scenario in Microsoft Visual		Studio Team System 2008 Database Edition GDR: 		You have a database project that includes				tables.You have another database project that includes				constraints for the tables in the same solution and you add a reference to				the database project that includes tables.You connect both projects to the same target database on a				server.Then, you [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/dotnetqa/2010/11/07/fix-a-system-nullreferenceexception-exception-occurs-when-you-deploy-a-composite-database-project-in-microsoft-visual-studio-team-system-2008-database-edition-gdr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FIX: A System.ArgumentException exception occurs when you try to create a Windows form that inherits from a Windows form that contains a dataset</title>
		<link>http://jack-fx.com/dotnetqa/2010/10/25/fix-a-system-argumentexception-exception-occurs-when-you-try-to-create-a-windows-form-that-inherits-from-a-windows-form-that-contains-a-dataset/</link>
		<comments>http://jack-fx.com/dotnetqa/2010/10/25/fix-a-system-argumentexception-exception-occurs-when-you-try-to-create-a-windows-form-that-inherits-from-a-windows-form-that-contains-a-dataset/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 08:12:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[constraint]]></category>
		<category><![CDATA[DataSet]]></category>
		<category><![CDATA[exception error]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[microsoft visual studio]]></category>
		<category><![CDATA[Studio]]></category>
		<category><![CDATA[unhandled exception]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jack-fx.com/dotnetqa/2010/10/25/fix-a-system-argumentexception-exception-occurs-when-you-try-to-create-a-windows-form-that-inherits-from-a-windows-form-that-contains-a-dataset/</guid>
		<description><![CDATA[SymptomsWhen you try to		create a Windows form that inherits from a Windows form that contains a		dataset in Microsoft Visual Studio .NET 2003, you may receive the following exception error message:
An		unhandled exception of type &#8216;System.ArgumentException&#8217; occurred in		system.data.dllAdditional information: Cannot add primary key constraint		since primary key is already set for the table.ResolutionIf the dataset contains nested datatables, [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/dotnetqa/2010/10/25/fix-a-system-argumentexception-exception-occurs-when-you-try-to-create-a-windows-form-that-inherits-from-a-windows-form-that-contains-a-dataset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error message when you use CommandBuilder: &#8220;An unhandled exception of type &#8216;System.NullReferenceException&#8217; occurred&#8221;</title>
		<link>http://jack-fx.com/dotnetqa/2010/05/03/error-message-when-you-use-commandbuilder-an-unhandled-exception-of-type-system-nullreferenceexception-occurred/</link>
		<comments>http://jack-fx.com/dotnetqa/2010/05/03/error-message-when-you-use-commandbuilder-an-unhandled-exception-of-type-system-nullreferenceexception-occurred/#comments</comments>
		<pubDate>Mon, 03 May 2010 23:25:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code cb]]></category>
		<category><![CDATA[CommandBuilder]]></category>
		<category><![CDATA[DataAdapter]]></category>
		<category><![CDATA[information object]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[object reference not set to an instance]]></category>
		<category><![CDATA[unhandled exception]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[visual c]]></category>

		<guid isPermaLink="false">http://jack-fx.com/dotnetqa/2010/05/03/error-message-when-you-use-commandbuilder-an-unhandled-exception-of-type-system-nullreferenceexception-occurred/</guid>
		<description><![CDATA[Symptoms If you use the CommandBuilder object to explicitly get commands for the DataAdapter object as follows: 
da.InsertCommand = cb.GetInsertCommand				 and then run the following Visual Basic .NET code 
cb.DataAdapter = Nothing				 or the following Visual C# .NET code 
cb.DataAdapter = null;				 the commands that you add to the DataAdapter are deleted, and you receive [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/dotnetqa/2010/05/03/error-message-when-you-use-commandbuilder-an-unhandled-exception-of-type-system-nullreferenceexception-occurred/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BUG: You receive a COMException exception when you pass late-bound parameters to methods of Office objects in Visual Basic 2005 or in Visual Basic .NET</title>
		<link>http://jack-fx.com/dotnetqa/2010/01/30/bug-you-receive-a-comexception-exception-when-you-pass-late-bound-parameters-to-methods-of-office-objects-in-visual-basic-2005-or-in-visual-basic-net/</link>
		<comments>http://jack-fx.com/dotnetqa/2010/01/30/bug-you-receive-a-comexception-exception-when-you-pass-late-bound-parameters-to-methods-of-office-objects-in-visual-basic-2005-or-in-visual-basic-net/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 02:07:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[exception]]></category>
		<category><![CDATA[accessor]]></category>
		<category><![CDATA[component object model]]></category>
		<category><![CDATA[information property]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microsoft net framework]]></category>
		<category><![CDATA[microsoft visualbasic]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[property]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[visual basic compiler]]></category>

		<guid isPermaLink="false">http://jack-fx.com/dotnetqa/2010/01/30/bug-you-receive-a-comexception-exception-when-you-pass-late-bound-parameters-to-methods-of-office-objects-in-visual-basic-2005-or-in-visual-basic-net/</guid>
		<description><![CDATA[SymptomsIn a Microsoft Visual Basic 2005 or Microsoft Visual Basic .NET application, when you pass		late-bound parameters to methods of Microsoft Office objects, you may receive COMException exceptions. For example, when you pass the Name property of a late-bound UserProperty object to the UserProperties.Items method, you may receive the following error message:
An unhandled exception of type		&#8216;System.Runtime.InteropServices.COMException&#8217; [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/dotnetqa/2010/01/30/bug-you-receive-a-comexception-exception-when-you-pass-late-bound-parameters-to-methods-of-office-objects-in-visual-basic-2005-or-in-visual-basic-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BUG: You receive a &#8220;System.Runtime.InteropServices.COMException&#8221; message when you bind an ImageList ActiveX control to a CoolBar ActiveX control</title>
		<link>http://jack-fx.com/dotnetqa/2010/01/29/bug-you-receive-a-system-runtime-interopservices-comexception-message-when-you-bind-an-imagelist-activex-control-to-a-coolbar-activex-control/</link>
		<comments>http://jack-fx.com/dotnetqa/2010/01/29/bug-you-receive-a-system-runtime-interopservices-comexception-message-when-you-bind-an-imagelist-activex-control-to-a-coolbar-activex-control/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 01:18:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[exception]]></category>
		<category><![CDATA[ActiveX]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[coolbar]]></category>
		<category><![CDATA[ImageList]]></category>
		<category><![CDATA[imagelist property]]></category>
		<category><![CDATA[microsoft visual c]]></category>
		<category><![CDATA[microsoft visual studio]]></category>
		<category><![CDATA[property]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[visual studio 2005]]></category>

		<guid isPermaLink="false">http://jack-fx.com/dotnetqa/2010/01/29/bug-you-receive-a-system-runtime-interopservices-comexception-message-when-you-bind-an-imagelist-activex-control-to-a-coolbar-activex-control/</guid>
		<description><![CDATA[SymptomsIn Microsoft Visual Studio 2005 or in Microsoft Visual Studio .NET, when you set the ImageList property of the CoolBar ActiveX control to the ImageList ActiveX		control, and then you run the application, you receive the following		exception: 
An unhandled exception of type		&#8216;System.Runtime.InteropServices.COMException&#8217; occurred in axinterop.comctl3.dll		Additional information: Invalid property value. Note You cannot set the ImageList property [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/dotnetqa/2010/01/29/bug-you-receive-a-system-runtime-interopservices-comexception-message-when-you-bind-an-imagelist-activex-control-to-a-coolbar-activex-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BUG: Starting Word Manually Uses Same Instance as Automation</title>
		<link>http://jack-fx.com/dotnetqa/2010/01/25/bug-starting-word-manually-uses-same-instance-as-automation/</link>
		<comments>http://jack-fx.com/dotnetqa/2010/01/25/bug-starting-word-manually-uses-same-instance-as-automation/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 02:48:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[object reference]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[automation error]]></category>
		<category><![CDATA[createobject function]]></category>
		<category><![CDATA[hidden instance]]></category>
		<category><![CDATA[instance]]></category>
		<category><![CDATA[microsoft word 97]]></category>
		<category><![CDATA[run time error]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://jack-fx.com/dotnetqa/2010/01/25/bug-starting-word-manually-uses-same-instance-as-automation/</guid>
		<description><![CDATA[SymptomsYou run a Visual Basic application that uses the CreateObject function tostart a hidden instance of Microsoft Word. The application is idle, but itstill maintains a reference to Word. Next, you manually start an instanceof Word. A separate instance of Word should open, but the same instancethat was created by the Visual Basic application is [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/dotnetqa/2010/01/25/bug-starting-word-manually-uses-same-instance-as-automation/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>
	</channel>
</rss>

