<?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>Mbah.Net &#187; visual Studio .Net</title>
	<atom:link href="http://mbah.net/category/visual-studio-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://mbah.net</link>
	<description>Blending life, nature and technology.</description>
	<lastBuildDate>Mon, 30 Aug 2010 05:57:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SQL Server 2008 R2 Express</title>
		<link>http://mbah.net/2010/07/29/sql-server-2008-r2-express/</link>
		<comments>http://mbah.net/2010/07/29/sql-server-2008-r2-express/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 16:13:42 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[visual Studio .Net]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows server 2008]]></category>
		<category><![CDATA[10Gb]]></category>
		<category><![CDATA[4Gb]]></category>
		<category><![CDATA[express]]></category>
		<category><![CDATA[sql server 2008 R2]]></category>

		<guid isPermaLink="false">http://mbah.net/?p=1086</guid>
		<description><![CDATA[Microsoft SQL Server 2008 R2 now has a maximum database size limit of 10Gb as opposed to the former limit of 4Gb. Small organizations and Microsoft Access migration will find this useful. Heres a link for downloading SQL 2008 R2 &#8230; <a href="http://mbah.net/2010/07/29/sql-server-2008-r2-express/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Microsoft SQL Server 2008 R2 now has a maximum database size limit of 10Gb as opposed to the former limit of 4Gb. Small organizations and Microsoft Access migration will find this useful.<br />
Heres a link for <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=8b3695d9-415e-41f0-a079-25ab0412424b&amp;displaylang=en">downloading SQL 2008 R2 Express</a></p>
<p>Heres an <a href="http://blogs.msdn.com/b/petersad/archive/2009/11/13/how-to-install-sql-server-2008-r2-express-edition-november-ctp.aspx">easy installation guide link</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mbah.net/2010/07/29/sql-server-2008-r2-express/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Azure sample database setup&#8230;.</title>
		<link>http://mbah.net/2009/12/29/azure-sample-database-setup/</link>
		<comments>http://mbah.net/2009/12/29/azure-sample-database-setup/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 18:57:57 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[visual Studio .Net]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows server 2008]]></category>
		<category><![CDATA[adventureworks]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[sql server 2008]]></category>

		<guid isPermaLink="false">http://mbah.net/?p=538</guid>
		<description><![CDATA[Notes on setting up the sample database &#8211; adventureworks [click here] for Microsoft&#8217;s cloud computing sql server called Azure: you need an account &#8211; get one from sql.azure.com - it takes some time for your access information to arrive by &#8230; <a href="http://mbah.net/2009/12/29/azure-sample-database-setup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Notes on setting up the sample database &#8211; <a href="http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=37304" target="_blank">adventureworks [click here]</a> for Microsoft&#8217;s cloud computing sql server called Azure:</p>
<ul>
<li>you need an account &#8211; get one from<a href="http://sql.azure.com/" target="_blank"> sql.azure.com </a>- it takes some time for your access information to arrive by email.</li>
<li>download the sample database using link above</li>
<li>extract/unzip to a known location</li>
<li>make sure you add your home/work/workstation actual external facing ip address to the firewall settings</li>
<li>wait for 5-10 mins for your ip address to be accepted by the azure online firewall system</li>
<li>run the script commands below</li>
</ul>
<p>See commands/reference pictures below:</p>
<p>Server Name:        serverx        serverx.database.windows.net<br />
Administrator Username:     userx<br />
Server Location:     South Central US<br />
db name: ankh</p>
<p>cd dw<br />
buildawdwaz.cmd tcp:serverx.database.windows.net userx@serverx passwordx</p>
<p>cd lt<br />
buildawltaz.cmd tcp:serverx.database.windows.net userx@serverx passwordx</p>
<p><a href="http://mbah.net/wp-content/uploads/2009/12/12-29-2009-11-35-04-AM11.jpg"><img class="alignleft size-full wp-image-550" title="12-29-2009 11-35-04 AM" src="http://mbah.net/wp-content/uploads/2009/12/12-29-2009-11-35-04-AM11.jpg" alt="" width="400" height="260" /></a></p>
<p><a href="http://mbah.net/wp-content/uploads/2009/12/12-29-2009-11-38-59-AM11.jpg"><img class="alignleft size-full wp-image-552" title="12-29-2009 11-38-59 AM" src="http://mbah.net/wp-content/uploads/2009/12/12-29-2009-11-38-59-AM11.jpg" alt="" width="400" height="242" /></a></p>

<a href='http://mbah.net/2009/12/29/azure-sample-database-setup/12-29-2009-10-27-41-am/' title='12-29-2009 10-27-41 AM'><img width="150" height="150" src="http://mbah.net/wp-content/uploads/2009/12/12-29-2009-10-27-41-AM11-150x150.jpg" class="attachment-thumbnail" alt="12-29-2009 10-27-41 AM" title="12-29-2009 10-27-41 AM" /></a>
<a href='http://mbah.net/2009/12/29/azure-sample-database-setup/12-29-2009-10-31-46-am/' title='12-29-2009 10-31-46 AM'><img width="150" height="150" src="http://mbah.net/wp-content/uploads/2009/12/12-29-2009-10-31-46-AM11-150x150.jpg" class="attachment-thumbnail" alt="12-29-2009 10-31-46 AM" title="12-29-2009 10-31-46 AM" /></a>
<a href='http://mbah.net/2009/12/29/azure-sample-database-setup/12-29-2009-10-32-47-am/' title='12-29-2009 10-32-47 AM'><img width="150" height="150" src="http://mbah.net/wp-content/uploads/2009/12/12-29-2009-10-32-47-AM11-150x150.jpg" class="attachment-thumbnail" alt="12-29-2009 10-32-47 AM" title="12-29-2009 10-32-47 AM" /></a>
<a href='http://mbah.net/2009/12/29/azure-sample-database-setup/12-29-2009-10-36-06-am/' title='12-29-2009 10-36-06 AM'><img width="150" height="150" src="http://mbah.net/wp-content/uploads/2009/12/12-29-2009-10-36-06-AM11-150x150.jpg" class="attachment-thumbnail" alt="12-29-2009 10-36-06 AM" title="12-29-2009 10-36-06 AM" /></a>
<a href='http://mbah.net/2009/12/29/azure-sample-database-setup/12-29-2009-10-42-44-am/' title='12-29-2009 10-42-44 AM'><img width="150" height="150" src="http://mbah.net/wp-content/uploads/2009/12/12-29-2009-10-42-44-AM11-150x150.jpg" class="attachment-thumbnail" alt="12-29-2009 10-42-44 AM" title="12-29-2009 10-42-44 AM" /></a>
<a href='http://mbah.net/2009/12/29/azure-sample-database-setup/12-29-2009-10-45-17-am/' title='12-29-2009 10-45-17 AM'><img width="150" height="150" src="http://mbah.net/wp-content/uploads/2009/12/12-29-2009-10-45-17-AM11-150x150.jpg" class="attachment-thumbnail" alt="12-29-2009 10-45-17 AM" title="12-29-2009 10-45-17 AM" /></a>
<a href='http://mbah.net/2009/12/29/azure-sample-database-setup/12-29-2009-11-35-04-am/' title='12-29-2009 11-35-04 AM'><img width="150" height="150" src="http://mbah.net/wp-content/uploads/2009/12/12-29-2009-11-35-04-AM11-150x150.jpg" class="attachment-thumbnail" alt="12-29-2009 11-35-04 AM" title="12-29-2009 11-35-04 AM" /></a>
<a href='http://mbah.net/2009/12/29/azure-sample-database-setup/12-29-2009-11-38-59-am/' title='12-29-2009 11-38-59 AM'><img width="150" height="150" src="http://mbah.net/wp-content/uploads/2009/12/12-29-2009-11-38-59-AM11-150x150.jpg" class="attachment-thumbnail" alt="12-29-2009 11-38-59 AM" title="12-29-2009 11-38-59 AM" /></a>

]]></content:encoded>
			<wfw:commentRss>http://mbah.net/2009/12/29/azure-sample-database-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Azure</title>
		<link>http://mbah.net/2009/12/06/sql-azure/</link>
		<comments>http://mbah.net/2009/12/06/sql-azure/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 09:49:13 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[visual Studio .Net]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[msdn]]></category>
		<category><![CDATA[northwind]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[wpf]]></category>

		<guid isPermaLink="false">http://mbah.net/?p=504</guid>
		<description><![CDATA[SQL Azure is a fully relational database in the cloud by Microsoft. See this link for the main website. For how to connect to Azure using ADO.Net heres a good link from msdn and another link which l&#8217;m currently using &#8230; <a href="http://mbah.net/2009/12/06/sql-azure/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>SQL Azure is a fully relational database in the cloud by Microsoft.</p>
<p>See this<a href="http://www.microsoft.com/windowsazure/?WT.srch=1"> link for the main </a>website.</p>
<p>For how to connect to Azure using ADO.Net heres a<a href="http://msdn.microsoft.com/en-us/library/ee336243.aspx"> good link from msdn</a> and <a href="http://geekswithblogs.net/ranganh/archive/2009/09/29/taking-your-northwind-database-to-sql-azure-and-binding-it.aspx">another link</a> which l&#8217;m currently using to work on plugging the northwind sample database to azure and using a WPF datagrid view to present the data.</p>
]]></content:encoded>
			<wfw:commentRss>http://mbah.net/2009/12/06/sql-azure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clickonce deployment issue&#8230;.</title>
		<link>http://mbah.net/2009/10/30/clickonce-deployment-issue/</link>
		<comments>http://mbah.net/2009/10/30/clickonce-deployment-issue/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 18:23:11 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[visual Studio .Net]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[clickonce]]></category>
		<category><![CDATA[gac]]></category>
		<category><![CDATA[global assembly cache]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://mbah.net/?p=463</guid>
		<description><![CDATA[While deploying a Visual Studio Winform application using clickonce, the publishing goes okay but when l tried to run the setup program, l get this error message: System Update required &#8211; The application requires that system.web.extensions version 1.0.61025.0 be installed &#8230; <a href="http://mbah.net/2009/10/30/clickonce-deployment-issue/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While deploying a Visual Studio Winform application using clickonce, the publishing goes okay but when l tried to run the setup program, l get this error message:<br />
System Update required &#8211; The application requires that system.web.extensions version 1.0.61025.0 be installed in the global assemble cache (GAC) first.&#8221;<br />
Clicking on the project properties in Visual Studio.Net, then references, l noticed this file exisits under C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025  &#8211; l copied this in a local \lib\ folder in my application source project folder, and referenced directly to it, rebuilt the application, republished it to our company shared folder and re-ran the setup.</p>
]]></content:encoded>
			<wfw:commentRss>http://mbah.net/2009/10/30/clickonce-deployment-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
