<?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 Max &#187; ASP.Net</title>
	<atom:link href="http://www.dotnetmax.org/tag/asp-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotnetmax.org</link>
	<description>Conhecimento na Nuvem...</description>
	<lastBuildDate>Mon, 24 Oct 2011 18:25:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Problema ao Utilizar o SQLCe no ASP.NET</title>
		<link>http://www.dotnetmax.org/2010/02/10/problema-ao-utilizar-o-sqlce-no-asp-net/</link>
		<comments>http://www.dotnetmax.org/2010/02/10/problema-ao-utilizar-o-sqlce-no-asp-net/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 21:24:02 +0000</pubDate>
		<dc:creator>Guilherme Bacellar</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[SqlServer]]></category>
		<guid isPermaLink="false">http://www.dotnetmax.org/?p=887</guid>
		<description><![CDATA[Se você receber a mensagem &#8220;SQL Server Compact is not intended for ASP.NET development.&#8221; ao usar o SQL Server CE no ASP.NET, a solução é bem simples. No global.asax, em Application_Start adicione a linha abaixo: AppDomain.CurrentDomain.SetData(&#8220;SQLServerCompactEditionUnderWebHosting&#8221;, true); Exemplo completo: // // Hack para Ativação do SQLServer CE no ASP.NET // protected void Application_Start(object sender, EventArgs [...]
Posts Relacionados:<ol><li><a href='http://www.dotnetmax.org/2009/07/08/session-viewstate-ou-cache-o-que-utilizar/' rel='bookmark' title='Session, ViewState ou Cache o que utilizar?'>Session, ViewState ou Cache o que utilizar?</a></li>
<li><a href='http://www.dotnetmax.org/2009/07/13/configurando-e-utilizando-a-session/' rel='bookmark' title='Configurando e Utilizando a Session'>Configurando e Utilizando a Session</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.dotnetmax.org/2010/02/10/problema-ao-utilizar-o-sqlce-no-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

