<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>visual studio Archives - Tips,tricks and Trends</title>
	<atom:link href="https://superpctricks.com/category/visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>https://superpctricks.com/category/visual-studio/</link>
	<description>A tech blog</description>
	<lastBuildDate>Sun, 03 Sep 2017 12:49:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://superpctricks.com/wp-content/uploads/2016/07/cropped-263234_115855601844635_3377947_n-32x32.jpg</url>
	<title>visual studio Archives - Tips,tricks and Trends</title>
	<link>https://superpctricks.com/category/visual-studio/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">113930239</site>	<item>
		<title>Test and Debug an ASP.NET MVC Application on an Android phone/iPhone while development in Visual Studio</title>
		<link>https://superpctricks.com/testing-debugging-asp-net-mvc-application-android-iphone-visual-studio/</link>
					<comments>https://superpctricks.com/testing-debugging-asp-net-mvc-application-android-iphone-visual-studio/#comments</comments>
		
		<dc:creator><![CDATA[Amar Pawar]]></dc:creator>
		<pubDate>Sun, 03 Sep 2017 12:49:52 +0000</pubDate>
				<category><![CDATA[visual studio]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[web development]]></category>
		<guid isPermaLink="false">http://superpctricks.com/?p=2505</guid>

					<description><![CDATA[<p>Visual Studio is a great tool for developing ASP.NET web applications. It has in-built support for IIS server which makes testing and debugging tasks very easy while developing web apps locally. However, there is an irritating problem I face while developing mobile web apps. Even for small design changes, I have to push the code [&#8230;]</p>
<p>The post <a href="https://superpctricks.com/testing-debugging-asp-net-mvc-application-android-iphone-visual-studio/">Test and Debug an ASP.NET MVC Application on an Android phone/iPhone while development in Visual Studio</a> appeared first on <a href="https://superpctricks.com">Tips,tricks and Trends</a>.</p>
]]></description>
		
					<wfw:commentRss>https://superpctricks.com/testing-debugging-asp-net-mvc-application-android-iphone-visual-studio/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2505</post-id>	</item>
		<item>
		<title>Sql Server Database Error : The underlying provider failed on Open</title>
		<link>https://superpctricks.com/sql-server-error-underlying-provider-failed-on-open/</link>
					<comments>https://superpctricks.com/sql-server-error-underlying-provider-failed-on-open/#comments</comments>
		
		<dc:creator><![CDATA[Amar pawar]]></dc:creator>
		<pubDate>Thu, 17 Jul 2014 21:11:00 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[visual studio]]></category>
		<guid isPermaLink="false">http://superpctricks.com/2014/07/sql-server-database-error-the-underlying-provider-failed-on-open.html</guid>

					<description><![CDATA[<p>This is quite common error in visual studio – The underlying provider failed on open. When you connect to database in the Sql Server Management studio, it gets connected. But when you try to run your application in visual studio, its throwing Exception like this &#8211; The underlying provider failed on Open.  If you view [&#8230;]</p>
<p>The post <a href="https://superpctricks.com/sql-server-error-underlying-provider-failed-on-open/">Sql Server Database Error : The underlying provider failed on Open</a> appeared first on <a href="https://superpctricks.com">Tips,tricks and Trends</a>.</p>
]]></description>
		
					<wfw:commentRss>https://superpctricks.com/sql-server-error-underlying-provider-failed-on-open/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">27</post-id>	</item>
		<item>
		<title>Visual Studio Error – Entity Data Model Wizard Not Responding</title>
		<link>https://superpctricks.com/visual-studio-2012-error-entity-data-model-wizard-not-responding/</link>
					<comments>https://superpctricks.com/visual-studio-2012-error-entity-data-model-wizard-not-responding/#comments</comments>
		
		<dc:creator><![CDATA[Amar pawar]]></dc:creator>
		<pubDate>Sat, 21 Jun 2014 10:20:00 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[visual studio]]></category>
		<guid isPermaLink="false">http://superpctricks.com/2014/06/visual-studio-error-entity-data-model-wizard-not-responding.html</guid>

					<description><![CDATA[<p>There is is a kind of bug in visual studio that is very annoying. While working with visual studio, When you try to add an entity data model through wizard, after the second wizard step (when it says choose your data connection), clicking Next makes the wizard window not responding and after a while the [&#8230;]</p>
<p>The post <a href="https://superpctricks.com/visual-studio-2012-error-entity-data-model-wizard-not-responding/">Visual Studio Error – Entity Data Model Wizard Not Responding</a> appeared first on <a href="https://superpctricks.com">Tips,tricks and Trends</a>.</p>
]]></description>
		
					<wfw:commentRss>https://superpctricks.com/visual-studio-2012-error-entity-data-model-wizard-not-responding/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">35</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: superpctricks.com @ 2026-06-05 10:28:32 by W3 Total Cache
-->