<?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>Ankit Jain &#187; visual studio</title>
	<atom:link href="http://ankitjain.info/ankit/tag/visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://ankitjain.info/ankit</link>
	<description>» It’s all about Ankit and Web! «</description>
	<lastBuildDate>Mon, 28 Jun 2010 06:28:54 +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>Visual Studio &#8211; Database Project Not Loading</title>
		<link>http://ankitjain.info/ankit/2008/05/05/visual-studio-database-project-not-loading/</link>
		<comments>http://ankitjain.info/ankit/2008/05/05/visual-studio-database-project-not-loading/#comments</comments>
		<pubDate>Mon, 05 May 2008 14:50:51 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Programming/Code]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://ankitjain.info/ankit/2008/05/05/visual-studio-database-project-not-loading</guid>
		<description><![CDATA[Have you ever created a Database project and after some time you are not able to load it in the Visual Studio? Probably you might be getting following error: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">Have you ever created a Database project and after some time you are not able to load it in the Visual Studio?  Probably you might be getting following error:</p>
<blockquote>
<p class="MsoNormal">An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 &#8211; Error Locating Server/Instance Specified)</p>
</blockquote>
<p class="MsoNormal">The database project requires an active database connection to load at design time. Probably it uses that to compile/verify scripts. The problem here is Visual Studio is not able to connect to any such instance. Following are few solutions (these worked for me)</p>
<ol type="1" style="margin-top: 0in" start="1">
<li class="MsoNormal">Make sure the instance to which you want to connect is running and allows remote connections.</li>
<li class="MsoNormal">After performing step 1, if it is still not loading then you may need to start the SQL Browser Service. Make sure it&#8217;s running.</li>
<li class="MsoNormal">If the problem is still there, it has to be fixed from Visual Studio itself. Actually database project do not store to which instance it can connect. It&#8217;s a Visual Studio setting.In VS2008 go to Tool > Options > Database Tools > Design-time Validation Database > Connection Options. Specify your instance name here like &#8220;\SQLEXPRESS&#8221;</li>
</ol>
<p class="MsoNormal">If the problem is still there post it to <a title="Visual Studio Team System - Database Professionals" target="_blank" href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=725&#038;SiteID=1">MSDN forums</a> <img src='http://ankitjain.info/ankit/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="MsoNormal">Ankit</p>
]]></content:encoded>
			<wfw:commentRss>http://ankitjain.info/ankit/2008/05/05/visual-studio-database-project-not-loading/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Useful add-ons (plugins) for Visual Studio 2005</title>
		<link>http://ankitjain.info/ankit/2007/03/18/useful-add-ons-for-visual-studio-2005/</link>
		<comments>http://ankitjain.info/ankit/2007/03/18/useful-add-ons-for-visual-studio-2005/#comments</comments>
		<pubDate>Sun, 18 Mar 2007 13:32:02 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[Quick Tricks]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://ankitjain.info/ankit/2007/03/18/useful-add-ons-for-visual-studio-2005</guid>
		<description><![CDATA[Extensibility of Visual Studio 2005 made developers to write custom tools, aka plugins, making your everyday tasks simpler. Here are few must have tools: Visual Studio Add-Ins Every Developer Should Download Now, SmartPaster is very handful Create a Debugger Visualizer in 10 Lines of Code: Explains writing debug visualizer. If you cannot read article, downloading [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial">Extensibility of Visual Studio 2005 made developers to write custom tools, aka plugins, making your everyday tasks simpler. Here are few must have  tools:</span></font></p>
<ol type="1" style="margin-top: 0in">
<li class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial"><a title="blocked::http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/default.aspx" href="http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/default.aspx">Visual  Studio Add-Ins Every Developer Should Download Now</a>, <a title="blocked::http://weblogs.asp.net/alex_papadimoulis/archive/2004/05/25/Smart-Paster-1.1-Add-In---StringBuilder-and-Better-C_2300_-Handling.aspx" href="http://weblogs.asp.net/alex_papadimoulis/archive/2004/05/25/Smart-Paster-1.1-Add-In---StringBuilder-and-Better-C_2300_-Handling.aspx">SmartPaster</a>  is very handful </span></font></li>
<li class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial"><a title="blocked::http://www.codeproject.com/csharp/ImageVisualizer.asp" href="http://www.codeproject.com/csharp/ImageVisualizer.asp">Create a Debugger  Visualizer in 10 Lines of Code</a>: Explains writing debug visualizer. If you  cannot read article, downloading binaries and installing the image visualizer  would be surely helpful.</span></font></li>
<li class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial"><a title="blocked::http://www.codeproject.com/useritems/LineCounterAddin.asp" href="http://www.codeproject.com/useritems/LineCounterAddin.asp">Line  Counter</a></span></font></li>
<li class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial">Opening solution  folder, See class definition on MSDN2, Search in Google â€“ All of these available  at <a title="blocked::http://www.codeproject.com/csharp/Explorer.asp" href="http://www.codeproject.com/csharp/Explorer.asp">single right click</a>,  </span></font></li>
<li class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial"><a title="blocked::http://www.codeproject.com/macro/VSHelper.asp" href="http://www.codeproject.com/macro/VSHelper.asp">Visual Studio IDE  enhancements</a>: Switch between C/CPP and H files, find document in the  Solution Explorer, Cut and copy (plain text only) </span></font></li>
<li class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial"><a title="blocked::http://www.codeproject.com/showcase/slickedit_gadgets.asp" href="http://www.codeproject.com/showcase/slickedit_gadgets.asp">Free SlickEditÂ®  Gadgets</a>: Auto-copy selection, Line ruler, Indentation  guide</span></font></li>
<li class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial"><a title="blocked::http://www.codeproject.com/csharp/zipstudio.asp" href="http://www.codeproject.com/csharp/zipstudio.asp">ZipStudio</a>: Create Zip  of you solution with single right click</span></font></li>
<li class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial">Visual Studio 2005  add-in for <a title="blocked::http://www.codeplex.com/ImportsSorter/Release/ProjectReleases.aspx" href="http://www.codeplex.com/ImportsSorter/Release/ProjectReleases.aspx">sorting  imports/using blocks</a></span></font></li>
<li class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial"><a title="blocked::http://www.codeplex.com/ResourceRefactoring/Release/ProjectReleases.aspx" href="http://www.codeplex.com/ResourceRefactoring/Release/ProjectReleases.aspx">Resource  Refactoring Tool</a>: provides developers an easy way to extract hard coded  strings from the code to resource files (donkey work <img src='http://ankitjain.info/ankit/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </span></font><font size="2" face="Wingdings"><span style="font-size: 10pt; font-family: Wingdings" /></font><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial">)</span></font> <span style="font-size: 10pt; font-family: Arial" /></li>
<li class="MsoNormal"><span style="font-size: 10pt; font-family: Arial"><a target="_blank" href="http://blogs.msdn.com/keiths/archive/2007/02/02/refactor-for-asp-net-2-0.aspx">Refactor! for ASP.NET 2.0</a><font face="Arial"> : 25 advanced refactoring  tools in one package.</font></span></li>
</ol>
<p>- Ankit</p>
]]></content:encoded>
			<wfw:commentRss>http://ankitjain.info/ankit/2007/03/18/useful-add-ons-for-visual-studio-2005/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
