<?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; Silverlight</title>
	<atom:link href="http://blogs.digitss.com/category/microsoft/silverlight-microsoft/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>Cannot load HTML template: No launch page defined in template at c:\Program Files (x86)\Microsoft Expression\Encoder 4\Templates\en\&#8230;</title>
		<link>http://blogs.digitss.com/microsoft/silverlight-microsoft/cannot-load-html-template-no-launch-page-defined-in-template-at-cprogram-files-x86microsoft-expressionencoder-4templatesen/</link>
		<comments>http://blogs.digitss.com/microsoft/silverlight-microsoft/cannot-load-html-template-no-launch-page-defined-in-template-at-cprogram-files-x86microsoft-expressionencoder-4templatesen/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 11:25:18 +0000</pubDate>
		<dc:creator>Gajjar Gaurav</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=392</guid>
		<description><![CDATA[While trying my hands on Expression Encoder 4, I came across this issue that my template was not loading . When I checked my Activity log I found that: Cannot load HTML template: No launch page defined in template at c:\Program Files (x86)\Microsoft Expression\Encoder 4\Templates\en\SmoothStreamingMediaElement. Cannot load HTML template: No launch page defined in template [...]]]></description>
			<content:encoded><![CDATA[<p>While trying my hands on <strong>Expression Encoder 4</strong>, I came across this issue that my template was not loading . When I checked my Activity log I found that:</p>
<pre>Cannot load HTML template: No launch page defined in template at c:\Program  Files (x86)\Microsoft Expression\Encoder  4\Templates\en\SmoothStreamingMediaElement.
Cannot load HTML template: No  launch page defined in template at c:\Program Files (x86)\Microsoft  Expression\Encoder 4\Templates\en\PlugInMSSCtrl.
Cannot load HTML template:  No launch page defined in template at c:\Program Files (x86)\Microsoft  Expression\Encoder 4\Templates\en\OfflineShared.
Cannot load HTML template:  No launch page defined in template at c:\Program Files (x86)\Microsoft  Expression\Encoder 4\Templates\en\MediaPlayer.
Cannot load HTML template: No  launch page defined in template at c:\Program Files (x86)\Microsoft  Expression\Encoder 4\Templates\en\ExpressionPlayer.
&nbsp;</pre>
<p>The reason for this Error was due to the version change. In <strong>Expression Encoder 4</strong> &gt; <strong>Templates</strong> tab is separated from output tab. So simply I added the tab &amp; selected appropriate template I wanted &amp; the error was removed. It also created the necessary packages required</p>
<p>To Add the Templates Tab, simply go to Windows option and Click Templates.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://blogs.digitss.com/php/smarty-3-0-is-almost-here/" rel="bookmark" title="October 3, 2010">Smarty 3.0 is almost here..!</a></li>
<li><a href="http://blogs.digitss.com/database/alternate-to-find_in_set-for-non-mysql-databases/" rel="bookmark" title="March 6, 2011">Alternate to FIND_IN_SET for non-MySQL databases</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>
<li><a href="http://blogs.digitss.com/database/mysql/export-import-csv-files-with-mysql-no-external-tool-required/" rel="bookmark" title="November 14, 2009">Export/Import CSV files with MySQL &#8211; No external tool required</a></li>
<li><a href="http://blogs.digitss.com/programming/ag_e_parser_bad_property_value/" rel="bookmark" title="November 13, 2009">AG_E_PARSER_BAD_PROPERTY_VALUE</a></li>
</ul>
<p><!-- Similar Posts took 5.126 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.digitss.com/microsoft/silverlight-microsoft/cannot-load-html-template-no-launch-page-defined-in-template-at-cprogram-files-x86microsoft-expressionencoder-4templatesen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AG_E_PARSER_BAD_PROPERTY_VALUE</title>
		<link>http://blogs.digitss.com/programming/ag_e_parser_bad_property_value/</link>
		<comments>http://blogs.digitss.com/programming/ag_e_parser_bad_property_value/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 07:37:58 +0000</pubDate>
		<dc:creator>Gajjar Gaurav</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=317</guid>
		<description><![CDATA[Error Reporting in Silverlight is really bad. One of the most common error you see whiled developing a Silverlight application is AG_E_PARSER_BAD_PROPERTY_VALUE. This error mostly occurs due to following, Version Change in assemly while you are working in the same code (i.e. you used version x initially and later on you changed it to version [...]]]></description>
			<content:encoded><![CDATA[<p>Error Reporting in Silverlight is really bad. One of the most common error you see whiled developing a Silverlight application<br />
is AG_E_PARSER_BAD_PROPERTY_VALUE.<br />
This error mostly occurs due to following,</p>
<p>Version Change in assemly while you are working in the same code (i.e. you used version x initially and later on you changed it to version x + y ). Some Assemblies in 3rd party control when upgraded do not support few older properties or methods.</p>
<p>Your XAML code is referring to some event which is not present in the code behind file. Make sure that all XAML code has relevant code in code behind file. (Remove any unnecessary Events from XAML and CS files)</p>
<p>Your XAML code has repeated the same code again, causing a clash.</p>
<p>Hope this helps<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://blogs.digitss.com/microsoft/silverlight-microsoft/initializeerror-error-2104-in-control-silverlightcontrohost-could-not-download-the-silverlight-application/" rel="bookmark" title="April 21, 2009">InitializeError error #2104 in Control &#8216;silverlightControHost&#8217;. Could not download the Silverlight Application</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/silverlight-microsoft/cannot-load-html-template-no-launch-page-defined-in-template-at-cprogram-files-x86microsoft-expressionencoder-4templatesen/" rel="bookmark" title="July 7, 2010">Cannot load HTML template: No launch page defined in template at c:\Program Files (x86)\Microsoft Expression\Encoder 4\Templates\en\&#8230;</a></li>
<li><a href="http://blogs.digitss.com/php/curl-php/posting-or-uploading-files-using-curl-with-php/" rel="bookmark" title="March 6, 2011">Posting or Uploading Files using cURL with PHP</a></li>
<li><a href="http://blogs.digitss.com/apache/openssl/rsa-server-certificate-commonname-cn-does-not-match-server-name/" rel="bookmark" title="June 13, 2009">RSA server certificate CommonName (CN) does NOT match server name!?</a></li>
</ul>
<p><!-- Similar Posts took 3.655 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.digitss.com/programming/ag_e_parser_bad_property_value/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 3.254 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>
		<item>
		<title>Not able to Debug Silverlight 2.0 application in Visual Studio 2008</title>
		<link>http://blogs.digitss.com/microsoft/silverlight-microsoft/not-able-to-debug-silverlight-20-application-in-visual-studio-2008/</link>
		<comments>http://blogs.digitss.com/microsoft/silverlight-microsoft/not-able-to-debug-silverlight-20-application-in-visual-studio-2008/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 09:30:31 +0000</pubDate>
		<dc:creator>Gajjar Gaurav</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=230</guid>
		<description><![CDATA[This happens if you dont have the Silverlight Debugger Attached to the Web project in your solution. Right Click the Web Project and go to Web tab under properties. Please check the Silverligth Debugger as shown in the Image below, you will be able to Debug Similar Posts: The following module was built either with [...]]]></description>
			<content:encoded><![CDATA[<p>This happens if you dont have the Silverlight Debugger Attached to the Web project in your solution.</p>
<p>Right Click the Web Project and go to Web tab under properties. Please check the Silverligth Debugger as shown in the Image below, you will be able to Debug</p>
<p><div id="attachment_231" class="wp-caption aligncenter" style="width: 756px"><a href="http://blogs.digitss.com/wp-content/uploads/2009/04/21-04-2009-14-54-55.png"><img class="size-full wp-image-231  " title="21-04-2009-14-54-55" src="http://blogs.digitss.com/wp-content/uploads/2009/04/21-04-2009-14-54-55.png" alt="Enable Debuggin on VS 2008 for Silverlight" width="746" height="622" /></a><p class="wp-caption-text">Enable Debuggin on VS 2008 for Silverlight</p></div><strong>Similar Posts:</strong>
<ul class="similar-posts">
<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/initializeerror-error-2104-in-control-silverlightcontrohost-could-not-download-the-silverlight-application/" rel="bookmark" title="April 21, 2009">InitializeError error #2104 in Control &#8216;silverlightControHost&#8217;. Could not download the Silverlight Application</a></li>
<li><a href="http://blogs.digitss.com/programming/ag_e_parser_bad_property_value/" rel="bookmark" title="November 13, 2009">AG_E_PARSER_BAD_PROPERTY_VALUE</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/microsoft/silverlight-microsoft/cannot-load-html-template-no-launch-page-defined-in-template-at-cprogram-files-x86microsoft-expressionencoder-4templatesen/" rel="bookmark" title="July 7, 2010">Cannot load HTML template: No launch page defined in template at c:\Program Files (x86)\Microsoft Expression\Encoder 4\Templates\en\&#8230;</a></li>
</ul>
<p><!-- Similar Posts took 3.658 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.digitss.com/microsoft/silverlight-microsoft/not-able-to-debug-silverlight-20-application-in-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>InitializeError error #2104 in Control &#8216;silverlightControHost&#8217;. Could not download the Silverlight Application</title>
		<link>http://blogs.digitss.com/microsoft/silverlight-microsoft/initializeerror-error-2104-in-control-silverlightcontrohost-could-not-download-the-silverlight-application/</link>
		<comments>http://blogs.digitss.com/microsoft/silverlight-microsoft/initializeerror-error-2104-in-control-silverlightcontrohost-could-not-download-the-silverlight-application/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 09:18:44 +0000</pubDate>
		<dc:creator>Gajjar Gaurav</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=227</guid>
		<description><![CDATA[This exception comes due to simple reason that there are MIME Types missing for your silverlight Application which gives you following exception in your IE,         To reslove the same you simply need to add the MIME types to your WebSite on IIS. Select HTTP Headers Tab under the Properties. Click on [...]]]></description>
			<content:encoded><![CDATA[<p>This exception comes due to simple reason that there are MIME Types missing for your silverlight Application which gives you following exception in your IE,</p>
<div></div>
<p><span style="font-size: xx-small;"></p>
<div id="attachment_228" class="wp-caption aligncenter" style="width: 449px"><a href="http://blogs.digitss.com/wp-content/uploads/2009/04/21-04-2009-14-27-42.png"><img class="size-full wp-image-228" title="21-04-2009-14-27-42" src="http://blogs.digitss.com/wp-content/uploads/2009/04/21-04-2009-14-27-42.png" alt="Silverlight Object Exception" width="439" height="285" /></a><p class="wp-caption-text">Silverlight Object Exception</p></div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p></span></p>
<p>To reslove the same you simply need to add the MIME types to your WebSite on IIS. Select HTTP Headers Tab under the Properties. Click on MIME Types and add</p>
<p>   .xaml            application/xaml+xml</p>
<p>  .xap               application/octet-stream</p>
<p>You also need to enable the Content Expiration</p>
<p>Now your silverlight object will be loaded. If you still face problems try checking up on your permissions<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://blogs.digitss.com/programming/ag_e_parser_bad_property_value/" rel="bookmark" title="November 13, 2009">AG_E_PARSER_BAD_PROPERTY_VALUE</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/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/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/apache/faster-page-loads-with-apache-mod_deflate-output-filtering/" rel="bookmark" title="August 23, 2009">Faster Page Loads with Apache mod_deflate output filtering</a></li>
</ul>
<p><!-- Similar Posts took 4.538 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.digitss.com/microsoft/silverlight-microsoft/initializeerror-error-2104-in-control-silverlightcontrohost-could-not-download-the-silverlight-application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.879 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2011-08-20 00:28:52 -->

