<?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>BLOGS@DiGiTSS &#187; Visual Studio</title>
	<atom:link href="http://blogs.digitss.com/category/microsoft/visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.digitss.com</link>
	<description>DiGiTSS Team&#039;s Programming experience with PHP, MySQL, Ajax, Javascript, jQuery, C# and Microsoft technologies</description>
	<lastBuildDate>Sat, 13 Aug 2011 06:26:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Kill all instances of Cassini aka WebDev.WebServer.exe</title>
		<link>http://blogs.digitss.com/microsoft/visual-studio/kill-all-instances-of-cassini-aka-webdev-webserver-exe/</link>
		<comments>http://blogs.digitss.com/microsoft/visual-studio/kill-all-instances-of-cassini-aka-webdev-webserver-exe/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 12:04:25 +0000</pubDate>
		<dc:creator>Gajjar Gaurav</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=565</guid>
		<description><![CDATA[I was working on a project which had many Web-Applications &#38; Web-Services so when I debug there will be many instances of Cassini aka WebDev.WebServer.exe which was fine but I also came across a need to really kill/stop them all and doing it from system tray was real pain. Everyone would come up with a [...]]]></description>
			<content:encoded><![CDATA[<p>I was working on a project which had many <strong>Web-Applications</strong> &amp; <strong>Web-Services</strong> so when I <strong>debug</strong> there will be many <strong>instances of Cassini</strong> aka <strong>WebDev.WebServer.exe</strong> which was fine but I also came across a need to really kill/stop them all and doing it from system tray was real pain.</p>
<p>Everyone would come up with a simple solution to run a command that can kill all!</p>
<p>To do that I just Created a simple batch file that will <strong>kill all instances</strong> which is attached with this post. I hope that will be usefull to many.<br />
<a href="http://blogs.digitss.com/wp-content/uploads/2011/03/KillCassini.zip"><strong>Download KillCassini</strong></a><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://blogs.digitss.com/php/my-experiences-with-soap-web-service-php-vs-net/" rel="bookmark" title="March 21, 2008">My experiences with SOAP Web-service PHP vs .NET</a></li>
<li><a href="http://blogs.digitss.com/microsoft/silverlight-microsoft/the-following-module-was-built-either-with-optimizations-enabled-or-without-debug-information-silverlight/" rel="bookmark" title="September 2, 2009">The following module was built either with optimizations enabled or without debug information + Silverlight</a></li>
<li><a href="http://blogs.digitss.com/microsoft/silverlight-microsoft/not-able-to-debug-silverlight-20-application-in-visual-studio-2008/" rel="bookmark" title="April 21, 2009">Not able to Debug Silverlight 2.0 application in Visual Studio 2008</a></li>
<li><a href="http://blogs.digitss.com/microsoft/how-to-auto-restart-windows-service-upon-failure/" rel="bookmark" title="February 20, 2011">How to auto-restart Windows Service upon failure</a></li>
<li><a href="http://blogs.digitss.com/apache/openssl/generating-2048-bit-csr-with-openssl/" rel="bookmark" title="December 6, 2009">Generating 2048-bit CSR with OpenSSL</a></li>
</ul>
<p><!-- Similar Posts took 14.466 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.digitss.com/microsoft/visual-studio/kill-all-instances-of-cassini-aka-webdev-webserver-exe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The following module was built either with optimizations enabled or without debug information + Silverlight</title>
		<link>http://blogs.digitss.com/microsoft/silverlight-microsoft/the-following-module-was-built-either-with-optimizations-enabled-or-without-debug-information-silverlight/</link>
		<comments>http://blogs.digitss.com/microsoft/silverlight-microsoft/the-following-module-was-built-either-with-optimizations-enabled-or-without-debug-information-silverlight/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 11:53:01 +0000</pubDate>
		<dc:creator>Gajjar Gaurav</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=286</guid>
		<description><![CDATA[While coding with VS 2005/2008 you may encounter with an exception that " The following module was built either with optimizations enabled or without debug information" . To Resolve this, first thing you can do is enable full debug info on your project. to do this, - Right Click the Project which is giving the [...]]]></description>
			<content:encoded><![CDATA[<p>While coding with VS 2005/2008 you may encounter with an exception that " The following module was built either with optimizations enabled or without debug information" .</p>
<p>To Resolve this, first thing you can do is enable full debug info on your project. to do this,</p>
<p>- Right Click the Project which is giving the exception and Go to Properties</p>
<p>- Under the Build tab go to the Advance option</p>
<p>- Set Debug Info to Full as shown below ,</p>
<p><a href="http://blogs.digitss.com/wp-content/uploads/2009/09/Advance-Settings.JPG"><img class="aligncenter size-full wp-image-303" title="Advance Settings" src="http://blogs.digitss.com/wp-content/uploads/2009/09/Advance-Settings.JPG" alt="Advance Settings" width="431" height="314" /></a></p>
<p>If this doesnt resolve you problem,</p>
<p>Please remove all the project references from your project that gives this exception.</p>
<p>- Remove all files from the bin folder of your project.</p>
<p>- If bin folder file attributes are read only , remove the read only attributes on bin folder.</p>
<p>- Add the existing project references again</p>
<p>- Rebuild the project</p>
<p>This should resolve your problem.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://blogs.digitss.com/microsoft/net-microsoft/request-for-the-permission-of-type-system-data-failed/" rel="bookmark" title="January 16, 2010">Request for the permission of type &#8216;System.Data&#8230;&#8217; failed</a></li>
<li><a href="http://blogs.digitss.com/php/truncate-last-n-lines-of-a-file-using-php/" rel="bookmark" title="April 23, 2011">Truncate last N lines of a file using PHP</a></li>
<li><a href="http://blogs.digitss.com/microsoft/silverlight-microsoft/not-able-to-debug-silverlight-20-application-in-visual-studio-2008/" rel="bookmark" title="April 21, 2009">Not able to Debug Silverlight 2.0 application in Visual Studio 2008</a></li>
<li><a href="http://blogs.digitss.com/microsoft/visual-studio/kill-all-instances-of-cassini-aka-webdev-webserver-exe/" rel="bookmark" title="March 10, 2011">Kill all instances of Cassini aka WebDev.WebServer.exe</a></li>
<li><a href="http://blogs.digitss.com/virtualization/vmware-workstation-this-virtual-machine-appears-to-be-in-use/" rel="bookmark" title="October 10, 2009">VMWare Workstation: This virtual machine appears to be in use.</a></li>
</ul>
<p><!-- Similar Posts took 29.280 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.digitss.com/microsoft/silverlight-microsoft/the-following-module-was-built-either-with-optimizations-enabled-or-without-debug-information-silverlight/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.565 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2011-08-13 12:33:43 -->

