<?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>Visual Basic Q&#38;A &#187; Server</title>
	<atom:link href="http://jack-fx.com/vbqa/tag/server/feed/" rel="self" type="application/rss+xml" />
	<link>http://jack-fx.com/vbqa</link>
	<description>Visual Basic Questions and Answers, VB QA</description>
	<lastBuildDate>Sat, 26 May 2012 06:38:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ASP.NET data binding overview</title>
		<link>http://jack-fx.com/vbqa/2011/06/22/asp-net-data-binding-overview/</link>
		<comments>http://jack-fx.com/vbqa/2011/06/22/asp-net-data-binding-overview/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 11:09:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cnn]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[DataSet]]></category>
		<category><![CDATA[declarative syntax]]></category>
		<category><![CDATA[expression syntax]]></category>
		<category><![CDATA[knowledge base article]]></category>
		<category><![CDATA[microsoft knowledge base]]></category>
		<category><![CDATA[microsoft knowledge base article]]></category>
		<category><![CDATA[Repeater]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2011/06/22/asp-net-data-binding-overview/</guid>
		<description><![CDATA[Symptoms This article provides an introduction to ASP.NET data		binding. For additional ASP.NET overviews, see the following		Microsoft Knowledge Base article: 		305140?(http://support.microsoft.com/kb/305140/) ASP.NET roadmapResolution With ASP.NET data binding, you can bind any server control		to simple properties, collections, expressions and/or methods. When you use		data binding, you have more flexibility when you use data from a database or		other means. [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2011/06/22/asp-net-data-binding-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PRB: Unexpected Error 40042119 with PDW: There Is No PostInfo File on the Server</title>
		<link>http://jack-fx.com/vbqa/2011/06/13/prb-unexpected-error-40042119-with-pdw-there-is-no-postinfo-file-on-the-server/</link>
		<comments>http://jack-fx.com/vbqa/2011/06/13/prb-unexpected-error-40042119-with-pdw-there-is-no-postinfo-file-on-the-server/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 13:31:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Execute]]></category>
		<category><![CDATA[incorrect location]]></category>
		<category><![CDATA[META]]></category>
		<category><![CDATA[microsoft visual studio]]></category>
		<category><![CDATA[package and deployment wizard]]></category>
		<category><![CDATA[physical directory]]></category>
		<category><![CDATA[PostInfo]]></category>
		<category><![CDATA[proper configuration]]></category>
		<category><![CDATA[Read]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2011/06/13/prb-unexpected-error-40042119-with-pdw-there-is-no-postinfo-file-on-the-server/</guid>
		<description><![CDATA[Symptoms When deploying to a Web server using the Package and		Deployment Wizard (PDW), you see the following error: 
		Unexpected error number 40042119 has occurred: There is no PostInfo file on the		server.  This error may occur if you have typed an incorrect URL or		if the URL does not refer to a correctly configured Web server. [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2011/06/13/prb-unexpected-error-40042119-with-pdw-there-is-no-postinfo-file-on-the-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PRB: Instantiating Object in .exe Starts Another .exe Instance</title>
		<link>http://jack-fx.com/vbqa/2011/01/30/prb-instantiating-object-in-exe-starts-another-exe-instance-2/</link>
		<comments>http://jack-fx.com/vbqa/2011/01/30/prb-instantiating-object-in-exe-starts-another-exe-instance-2/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 18:32:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[active server pages]]></category>
		<category><![CDATA[anonymous user]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[EXE]]></category>
		<category><![CDATA[implication]]></category>
		<category><![CDATA[instance]]></category>
		<category><![CDATA[lt machine]]></category>
		<category><![CDATA[process server]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2011/01/30/prb-instantiating-object-in-exe-starts-another-exe-instance-2/</guid>
		<description><![CDATA[SymptomsWhen you instantiate a COM component in an out-of-process server (.exe)from Active Server Pages (ASP), another instance of the .exe starts.ResolutionThe default Identity of a COM component in an .exe is the Launching User.The implication of this is that when the Active Server Pages page tries tocreate an instance of this object, it is doing [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2011/01/30/prb-instantiating-object-in-exe-starts-another-exe-instance-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PRB: Instantiating Object in .exe Starts Another .exe Instance</title>
		<link>http://jack-fx.com/vbqa/2010/12/07/prb-instantiating-object-in-exe-starts-another-exe-instance/</link>
		<comments>http://jack-fx.com/vbqa/2010/12/07/prb-instantiating-object-in-exe-starts-another-exe-instance/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 11:13:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[active server pages]]></category>
		<category><![CDATA[anonymous user]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[EXE]]></category>
		<category><![CDATA[implication]]></category>
		<category><![CDATA[instance]]></category>
		<category><![CDATA[lt machine]]></category>
		<category><![CDATA[process server]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2010/12/07/prb-instantiating-object-in-exe-starts-another-exe-instance/</guid>
		<description><![CDATA[SymptomsWhen you instantiate a COM component in an out-of-process server (.exe)from Active Server Pages (ASP), another instance of the .exe starts.ResolutionThe default Identity of a COM component in an .exe is the Launching User.The implication of this is that when the Active Server Pages page tries tocreate an instance of this object, it is doing [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2010/12/07/prb-instantiating-object-in-exe-starts-another-exe-instance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Connection string is invalid&#8221; error message when you preview data or generate a dataset control</title>
		<link>http://jack-fx.com/vbqa/2010/05/20/connection-string-is-invalid-error-message-when-you-preview-data-or-generate-a-dataset-control/</link>
		<comments>http://jack-fx.com/vbqa/2010/05/20/connection-string-is-invalid-error-message-when-you-preview-data-or-generate-a-dataset-control/#comments</comments>
		<pubDate>Thu, 20 May 2010 18:09:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[connection string]]></category>
		<category><![CDATA[dataadapter]]></category>
		<category><![CDATA[DataSet]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[Manager]]></category>
		<category><![CDATA[microsoft sql server]]></category>
		<category><![CDATA[microsoft visual studio]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[server explorer]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2010/05/20/connection-string-is-invalid-error-message-when-you-preview-data-or-generate-a-dataset-control/</guid>
		<description><![CDATA[SymptomsIf more than one connection exists in Microsoft Visual		Studio .NET Server Explorer, and if you cannot see Server Explorer in Visual		Studio .NET, you may receive the following error message when you click		Fill Dataset to preview the data in the Data Adapter Preview		window:
SqlDataAdapterName. The data adapter could not		return the data from the data source. The connection [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2010/05/20/connection-string-is-invalid-error-message-when-you-preview-data-or-generate-a-dataset-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PRB: Error When You Create SQL Server TEMP Tables Using Remote Data Objects (RDO)</title>
		<link>http://jack-fx.com/vbqa/2010/05/09/prb-error-when-you-create-sql-server-temp-tables-using-remote-data-objects-rdo/</link>
		<comments>http://jack-fx.com/vbqa/2010/05/09/prb-error-when-you-create-sql-server-temp-tables-using-remote-data-objects-rdo/#comments</comments>
		<pubDate>Sun, 09 May 2010 21:53:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[application programming interface]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[microsoft odbc]]></category>
		<category><![CDATA[odbc application]]></category>
		<category><![CDATA[odbc sql]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql server driver]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2010/05/09/prb-error-when-you-create-sql-server-temp-tables-using-remote-data-objects-rdo/</guid>
		<description><![CDATA[Symptoms When you create a SQL Server local temporary table using		the rdoConnection object by calling its .Execute method with default parameters, and then attempt to access the		table after the Remote Data Objects (RDO) method has run, you may receive one		of the following error messages: 
 Run-time error &#8216;40002&#8242;:		37000:[Microsoft][ODBC SQL Server Driver][SQL Server] Statement(s)could not be		prepared [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2010/05/09/prb-error-when-you-create-sql-server-temp-tables-using-remote-data-objects-rdo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

