<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>MVC ScriptManager</title><link>http://mvcscriptmanager.codeplex.com/project/feeds/rss</link><description>MvcScriptManager is aimed to port certain key features available in AjaxControlToolkit&amp;#39;s ToolkitScriptManager  into  the current ASP.NET MVC Framework. You will be able to use it as a control in your ASP.NET MVC application.</description><item><title>New Post: where is the sample web project?</title><link>http://mvcscriptmanager.codeplex.com/discussions/429307</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Readme mentions the sample, but I cannot find it? Only dll and pdb in the download?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;/div&gt;</description><author>dferraro44</author><pubDate>Fri, 11 Jan 2013 16:32:57 GMT</pubDate><guid isPermaLink="false">New Post: where is the sample web project? 20130111043257P</guid></item><item><title>New Post: Embedded Scripts</title><link>http://mvcscriptmanager.codeplex.com/discussions/54471</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;We really do need support for embedded scripts.&amp;nbsp; For large projects, with multiple functional areas, we need the encapsulation and separation of concerns that assemblies provide.&amp;nbsp; For example, my team provides mapping support for a several large projects.&amp;nbsp; It is much cleaner to publish DLLs with all of our functionality that the applications can consume via an assembly reference.&amp;nbsp; Mapping is pretty much all JavaScript, with a few related resources such as CSS and html files, but with hardly any C#.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We don't want to have to deploy an assembly, plus a bunch of scripts and other resources.&amp;nbsp; That is too messy.&amp;nbsp; Much better to embed the scripts in the assembly, and then have a method of serving those scripts.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Besides, if my team changes any of our scripts, there would be a new DLL anyway, which already requires a rebuild.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for the consideration.&lt;/p&gt;
&lt;p&gt;Aaron&lt;/p&gt;&lt;/div&gt;</description><author>aedwards</author><pubDate>Fri, 02 Nov 2012 23:47:18 GMT</pubDate><guid isPermaLink="false">New Post: Embedded Scripts 20121102114718P</guid></item><item><title>Source code checked in, #76924</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/changeset/changes/76924</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:29:18 GMT</pubDate><guid isPermaLink="false">Source code checked in, #76924 20121001092918P</guid></item><item><title>Source code checked in, #76923</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/changeset/changes/76923</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:23:54 GMT</pubDate><guid isPermaLink="false">Source code checked in, #76923 20121001092354P</guid></item><item><title>New Post: Unrecognized namespace 'mvc'</title><link>http://mvcscriptmanager.codeplex.com/discussions/361870</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I did everything the manual said, but when I add this:&lt;/p&gt;
&lt;p&gt;&amp;lt;mvc:ScriptManager runat=&amp;quot;server&amp;quot;&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Scripts&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mvc:ScriptReference Path=&amp;quot;~/Scripts/jquery-1.2.6.js&amp;quot; /&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mvc:ScriptReference Path=&amp;quot;~/Scripts/Sample.js&amp;quot;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;EnableCrunching=&amp;quot;true&amp;quot; ResourceAssembly=&amp;quot;SampleWeb&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ResourceName=&amp;quot;SampleWeb.Sample&amp;quot; ResourceTypeName=&amp;quot;Sample&amp;quot; /&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Scripts&amp;gt;&amp;nbsp; &amp;nbsp; &amp;lt;/mvc:ScriptManager&amp;gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I get: Recognized namespace 'mvc', that as if I were not recognizing the reference MvcScriptManager.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Why can this be happening?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks!&lt;/p&gt;
&lt;/div&gt;</description><author>SolidEiEn</author><pubDate>Tue, 03 Jul 2012 19:52:08 GMT</pubDate><guid isPermaLink="false">New Post: Unrecognized namespace 'mvc' 20120703075208P</guid></item><item><title>Source code checked in, #70816</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/changeset/changes/70816</link><description>Add the ability to change the HTTP cacheablity settings, as under some circumstance it is suitable to modify these. The previous default was Public which cached in both the server and in the client. The client received the header Cache-Control&amp;#58;public, which meant that browsers did not always make a request to the server to see if the file had changed. This can cause problems with websites with rolling upgrades.</description><author>ollycodeplex</author><pubDate>Fri, 04 Nov 2011 13:20:51 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70816 20111104012051P</guid></item><item><title>Created Issue: BUG: New 'DisableCombiningWhileDebugging' logic completely disregards any localized assembly script resource embedding [6321]</title><link>http://mvcscriptmanager.codeplex.com/workitem/6321</link><description>The new DisableCombiningWhileDebugging property from Changeset &amp;#35;62488 logic complete ignores any assembly resources and thus renders them unusable.&lt;br /&gt;&lt;br /&gt;If you have a script reference like&lt;br /&gt;&amp;#60;mvc&amp;#58;ScriptReference Path&amp;#61;&amp;#34;&amp;#126;&amp;#47;somescript.js&amp;#34; ResourceAssembly&amp;#61;&amp;#34;YourAssembly&amp;#34; ResourceName&amp;#61;&amp;#34;YourAssemblyNamespace.ResourceTypeName&amp;#34; ResourceTypeName&amp;#61;&amp;#34;JsResourceTypeName&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;And an appropriate string resources defined &amp;#40;possibly for multiple cultures&amp;#41; for that type &amp;#40;YourAssemblyNamespace.ResourceTypeName&amp;#41; like&lt;br /&gt;&amp;#91;en&amp;#93; MessageValue&amp;#61;&amp;#34;Hello World&amp;#34;&lt;br /&gt;&amp;#91;no&amp;#93; MessageValue&amp;#61;&amp;#34;hello verden&amp;#34;&lt;br /&gt;&amp;#91;cn&amp;#93; MessageValue&amp;#61;&amp;#34;你好世界&amp;#34;&lt;br /&gt;&lt;br /&gt;this is &amp;#42;supposed&amp;#42; to embed a js block like for the culture &amp;#91;en&amp;#93;&lt;br /&gt;JsResourceTypeName&amp;#61;&amp;#123;&amp;#34;MessageValue&amp;#34;&amp;#58;&amp;#34;Hello World&amp;#34;&amp;#125;&amp;#59;&lt;br /&gt;or if the current culture is &amp;#91;no&amp;#93;&lt;br /&gt;JsResourceTypeName&amp;#61;&amp;#123;&amp;#34;MessageValue&amp;#34;&amp;#58;&amp;#34;hello verden&amp;#34;&amp;#125;&amp;#59;&lt;br /&gt;&lt;br /&gt;The &amp;#39;new&amp;#39; debug split logic completely ignores any such assembly based embedded script resources. So the scriptmanager all of a sudden no longer works when certain features are used...&lt;br /&gt;&lt;br /&gt;I&amp;#39;d suggest removing this new &amp;#39;feature&amp;#39; until you can retain backward compatibility or adding a workaround that at least renders inline script tags containing these definitions before respective external script reference tags.&lt;br /&gt;</description><author>DoctorVanGogh</author><pubDate>Mon, 14 Mar 2011 05:31:20 GMT</pubDate><guid isPermaLink="false">Created Issue: BUG: New 'DisableCombiningWhileDebugging' logic completely disregards any localized assembly script resource embedding [6321] 20110314053120A</guid></item><item><title>New Post: Add routes.IgnoreRoute to readme</title><link>http://mvcscriptmanager.codeplex.com/discussions/55861</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have everything in the readme in my web.config, and the system.webServer one mentioned here, but I am still getting 404 errors on /CombineScriptHandler.aspx. &amp;nbsp;I put the dlls in the bin directory and added references to them. &amp;nbsp;I also have&amp;nbsp;&lt;br /&gt;&lt;span&gt; &lt;/span&gt;routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); in my global.asax.cs file in&amp;nbsp;RegisterRoutes. &amp;nbsp;I'm not sure what I am missing. &amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>idiot</author><pubDate>Wed, 09 Mar 2011 15:49:36 GMT</pubDate><guid isPermaLink="false">New Post: Add routes.IgnoreRoute to readme 20110309034936P</guid></item><item><title>Commented Issue: update documentation to support iis 6 [3904]</title><link>http://mvcscriptmanager.codeplex.com/workitem/3904</link><description>Hi.&lt;br /&gt;&lt;br /&gt;Thank you for MVC ScriptManager Oct 2009.&lt;br /&gt;&lt;br /&gt;I wanted to request that the documentation be updated to indicate support for iis 6.&lt;br /&gt;&lt;br /&gt;In order to support running in iis 6, the following httpHandler needs to be added to web.config.&lt;br /&gt;&lt;br /&gt;&amp;#60;system.web&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;httpHandlers&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;add verb&amp;#61;&amp;#34;&amp;#42;&amp;#34; path&amp;#61;&amp;#34;CombineScriptHandler.aspx&amp;#34; type&amp;#61;&amp;#34;MvcScriptManager.CombineScriptHandler, MvcScriptManager, Version&amp;#61;1.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;6eb4f344e8972dc6&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;&amp;#47;httpHandlers&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;system.web&amp;#62;&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;Comments: Associated with changeset 63251.</description><author>ollycodeplex</author><pubDate>Wed, 02 Mar 2011 23:04:58 GMT</pubDate><guid isPermaLink="false">Commented Issue: update documentation to support iis 6 [3904] 20110302110458P</guid></item><item><title>Source code checked in, #63251</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/changeset/changes/63251</link><description>Update documentation to include settings to use MVC Script Manager with IIS 6.0. Also add documentation for DisableCombiningWhileDebugging setting and update copyright date.</description><author>ollycodeplex</author><pubDate>Wed, 02 Mar 2011 23:04:56 GMT</pubDate><guid isPermaLink="false">Source code checked in, #63251 20110302110456P</guid></item><item><title>Commented Issue: Update to the latest version of Yahoo! UI Library [6087]</title><link>http://mvcscriptmanager.codeplex.com/workitem/6087</link><description>You should compile and update binaries with the latest version of Yahoo&amp;#33; UI Library&amp;#58; YUI Compressor for .Net, latest is 1.4.1.0 and you are using 1.2.2.0.&lt;br /&gt;There are some major bugs they fixed in the new version.&lt;br /&gt;It should not break the build, I did it for my project and there were no problems.&lt;br /&gt;Thank you for the great work.&lt;br /&gt;Cheers.&lt;br /&gt;Comments: Associated with changeset 63243.</description><author>ollycodeplex</author><pubDate>Wed, 02 Mar 2011 22:14:57 GMT</pubDate><guid isPermaLink="false">Commented Issue: Update to the latest version of Yahoo! UI Library [6087] 20110302101457P</guid></item><item><title>Source code checked in, #63243</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/changeset/changes/63243</link><description>Update the Yahoo Yui Compressor .Net libraries to latest version &amp;#40;1.5.0.0&amp;#41;. This fixes a few issues with minification.</description><author>ollycodeplex</author><pubDate>Wed, 02 Mar 2011 22:14:55 GMT</pubDate><guid isPermaLink="false">Source code checked in, #63243 20110302101455P</guid></item><item><title>Source code checked in, #63242</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/changeset/changes/63242</link><description>Fix for compiler warning caused by unescaped &amp;#60; and &amp;#62; characters in the XML summary comment</description><author>ollycodeplex</author><pubDate>Wed, 02 Mar 2011 21:59:08 GMT</pubDate><guid isPermaLink="false">Source code checked in, #63242 20110302095908P</guid></item><item><title>New Post: Enhancements and patches welcome</title><link>http://mvcscriptmanager.codeplex.com/discussions/246432</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;MVCScriptManager has proven very useful for the project I am working on. There are, however a couple of issues that could do with fixing. The XHTML compliance for the script tag is the first of them. If anybody has local branches of the code base and wants
 the functionality to be included in the next release, please do feedback via issue tracker, patch system or the mailing list.&lt;/p&gt;
&lt;p&gt;It is very kind of Ting Huang to give me access to his excellent code base to apply these patches. I look forward to the next release.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Olly&lt;/p&gt;
&lt;/div&gt;</description><author>ollycodeplex</author><pubDate>Thu, 17 Feb 2011 09:21:09 GMT</pubDate><guid isPermaLink="false">New Post: Enhancements and patches welcome 20110217092109A</guid></item><item><title>Source code checked in, #62488</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/changeset/changes/62488</link><description>Applied modified Patch &amp;#35;5218 to allow the supression of combining scripts for debugging purposes via new propertyDisableCombiningWhileDebugging. Also added type attribute on script elements for XHTML compliance &amp;#40;Work item &amp;#35;3224&amp;#41; . Thanks to alban for the patch.</description><author>ollycodeplex</author><pubDate>Thu, 17 Feb 2011 09:12:23 GMT</pubDate><guid isPermaLink="false">Source code checked in, #62488 20110217091223A</guid></item><item><title>New Post: MvcScriptManager.ScriptManager.WriteScripts(String[] scriptKeys, TextWriter outputWriter, HttpContext context) throws "An unhandled exception has occurred"</title><link>http://mvcscriptmanager.codeplex.com/Thread/View.aspx?ThreadId=237096</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;It's the yahoo script compressor that requires this dll. Check out the following project if you need more detail:&lt;/p&gt;
&lt;p&gt;http://yuicompressor.codeplex.com&lt;/p&gt;
&lt;/div&gt;</description><author>thuang</author><pubDate>Fri, 28 Jan 2011 19:53:08 GMT</pubDate><guid isPermaLink="false">New Post: MvcScriptManager.ScriptManager.WriteScripts(String[] scriptKeys, TextWriter outputWriter, HttpContext context) throws "An unhandled exception has occurred" 20110128075308P</guid></item><item><title>New Post: MvcScriptManager.ScriptManager.WriteScripts(String[] scriptKeys, TextWriter outputWriter, HttpContext context) throws "An unhandled exception has occurred"</title><link>http://mvcscriptmanager.codeplex.com/Thread/View.aspx?ThreadId=237096</link><description>&lt;div style="line-height: normal;"&gt;
&lt;blockquote style="border:solid .1em #ccc; font-style:italic; margin:.25em 1em 0 1em; padding:0 .25em 0 .25em"&gt;
&lt;strong&gt;thuang wrote:&lt;/strong&gt;&lt;br&gt;
&lt;p&gt;Without looking in detail...it seems like you are missing one dll.&lt;/p&gt;
&lt;p&gt;Please include the missing dll in your bin folder (the dll should be in the download zip file).&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In Production server, we replace &lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;compilation&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;debug&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;&lt;span&gt;false&lt;/span&gt;&amp;quot;&lt;span&gt;&amp;gt; with&amp;nbsp;&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;compilation&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;debug&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;&lt;span&gt;true&lt;/span&gt;&amp;quot;&lt;span&gt;&amp;gt;
 in web.config, and&amp;nbsp;surprisingly the application works well now!&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Actually I checked the Test Server and there is no &amp;quot;EcmaScript.NET.modified.dll&amp;quot;&amp;nbsp;in it (Neither in bin folder nor GAC).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have any explanation?&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;definitely want to turn of debug mode in Production Server to improve performance. Can I do that with out adding this EcmaScript.NET.modified.dll to the web application's bin folder?&lt;/p&gt;
&lt;/div&gt;</description><author>tohidazizi</author><pubDate>Fri, 28 Jan 2011 18:41:59 GMT</pubDate><guid isPermaLink="false">New Post: MvcScriptManager.ScriptManager.WriteScripts(String[] scriptKeys, TextWriter outputWriter, HttpContext context) throws "An unhandled exception has occurred" 20110128064159P</guid></item><item><title>New Post: MvcScriptManager.ScriptManager.WriteScripts(String[] scriptKeys, TextWriter outputWriter, HttpContext context) throws "An unhandled exception has occurred"</title><link>http://mvcscriptmanager.codeplex.com/Thread/View.aspx?ThreadId=237096</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Without looking in detail...it seems like you are missing one dll.&lt;/p&gt;
&lt;p&gt;Please include the missing dll in your bin folder (the dll should be in the download zip file).&lt;/p&gt;
&lt;/div&gt;</description><author>thuang</author><pubDate>Thu, 27 Jan 2011 23:04:59 GMT</pubDate><guid isPermaLink="false">New Post: MvcScriptManager.ScriptManager.WriteScripts(String[] scriptKeys, TextWriter outputWriter, HttpContext context) throws "An unhandled exception has occurred" 20110127110459P</guid></item><item><title>New Post: MvcScriptManager.ScriptManager.WriteScripts(String[] scriptKeys, TextWriter outputWriter, HttpContext context) throws "An unhandled exception has occurred"</title><link>http://mvcscriptmanager.codeplex.com/Thread/View.aspx?ThreadId=237096</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;OK.&lt;/p&gt;
&lt;p&gt;After 2 months test, we moved the application from Test Server to Production Server (Windows 2003R2 &amp;#43; IIS6, .Net 3.5). The Production Server configuration is as the same as Test Server.&lt;/p&gt;
&lt;p&gt;The only difference between application's web.config file in Test and Prod Server, is:&lt;/p&gt;
&lt;p&gt;In the Test environment, web.config contains:&amp;nbsp;&lt;span style="color:blue; font-size:9.5pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515; font-size:9.5pt"&gt;compilation&lt;/span&gt;&lt;span style="color:blue; font-size:9.5pt"&gt;
&lt;/span&gt;&lt;span style="color:red; font-size:9.5pt"&gt;debug&lt;/span&gt;&lt;span style="color:blue; font-size:9.5pt"&gt;=&lt;/span&gt;&lt;span style="font-size:9.5pt"&gt;&amp;quot;&lt;span style="color:blue"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;but in Prod, it contains:
&lt;span style="color:blue; font-size:9.5pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515; font-size:9.5pt"&gt;compilation&lt;/span&gt;&lt;span style="color:blue; font-size:9.5pt"&gt;
&lt;/span&gt;&lt;span style="color:red; font-size:9.5pt"&gt;debug&lt;/span&gt;&lt;span style="color:blue; font-size:9.5pt"&gt;=&lt;/span&gt;&lt;span style="font-size:9.5pt"&gt;&amp;quot;&lt;span style="color:#0000ff"&gt;false&lt;/span&gt;&amp;quot;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Now, we get the following error in the error log:&lt;/p&gt;
&lt;p&gt;Event log entry:&lt;/p&gt;
&lt;p&gt;Event Type:&amp;nbsp;Warning&lt;br&gt;
Event Source:&amp;nbsp;ASP.NET 2.0.50727.0&lt;br&gt;
Event Category:&amp;nbsp;Web Event &lt;br&gt;
Event ID:&amp;nbsp;1309&lt;br&gt;
Date:&amp;nbsp;&amp;nbsp;1/26/2011&lt;br&gt;
Time:&amp;nbsp;&amp;nbsp;4:29:03 PM&lt;br&gt;
User:&amp;nbsp;&amp;nbsp;N/A&lt;/p&gt;
&lt;p&gt;Computer:&amp;nbsp;********&lt;br&gt;
Description:&lt;br&gt;
&amp;nbsp;Event code: 3005 &lt;br&gt;
&amp;nbsp;Event message: An unhandled exception has occurred. &lt;br&gt;
&amp;nbsp;Event time: 1/26/2011 4:29:03 PM &lt;br&gt;
&amp;nbsp;Event time (UTC): 1/26/2011 9:29:03 PM &lt;br&gt;
&amp;nbsp;Event ID: 0c60976abfaf4b5e81d86a2f465ca8e5 &lt;br&gt;
&amp;nbsp;Event sequence: 14 Event occurrence: 1 Event detail code: 0&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Application information:&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application domain: /**/W3SVC/319344391/Root/***-2-129405509275644752&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trust level: Full&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application Virtual Path: /***&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application Path: *:\********\*******\***\&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Machine name: **-*****&lt;/p&gt;
&lt;p&gt;Process information:&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Process ID: 4404&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Process name: w3wp.exe&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Account name: ******\svcIISpool&lt;/p&gt;
&lt;p&gt;Exception information:&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Exception type: &lt;span style="color:#ff0000"&gt;FileNotFoundException&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Exception message: &lt;span style="color:#ff0000"&gt;Could not load file or assembly
&lt;strong&gt;'EcmaScript.NET.modified, Version=0.1.1.0, Culture=neutral,&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#ff0000"&gt;&lt;strong&gt;PublicKeyToken=7d53ba4f537753a5'&lt;/strong&gt; or one of its dependencies. The system cannot find the file specified.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Request information:&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Request URL: &lt;a href="http://**********.******.com/***/CombineScriptHandler.aspx"&gt;
http://**********.******.com/***/CombineScriptHandler.aspx&lt;/a&gt;?s=L2Ntcy9Db250ZW50L2pzL2ZpcmVidWd4LmpzfE58fHw1/26/2011 4:29:03&lt;/p&gt;
&lt;p&gt;PMd1/26/2011 4:29:03 PMbL2Ntcy9Db250ZW50L2pzL3V0aWwvdHlwZS5vZi5qc3xOfHx81/26/2011 4:29:03
&lt;br&gt;
PMbL2Ntcy9Db250ZW50L2pzL3V0aWwvdXRpbGl0aWVzLmpzfFl8fHw1/26/2011 4:29:03 PMd1/26/2011 4:29:03
&lt;br&gt;
PMbL2Ntcy9Db250ZW50L2pzL3V0aWwvZGF0ZUZvcm1hdC5qc3xZfHx81/26/2011 4:29:03 &lt;br&gt;
PMbL2Ntcy9Db250ZW50L2pzL2pxdWVyeS9qcXVlcnkuaWZyYW1lci5qc3xZfHx81/26/2011 4:29:03 &lt;br&gt;
PMbL2Ntcy9Db250ZW50L2pzL2pxdWVyeS9qcXVlcnkucXRpcC0xLjAuMC1yYzMubWluLmpzfFl8fHw1/26/2011 4:29:03
&lt;br&gt;
PMd1/26/2011 4:29:03 PMbL2Ntcy9Db250ZW50L2pzL0FqYXhTZXR0aW5ncy5qc3xZfHx81/26/2011 4:29:03
&lt;br&gt;
PMbL2Ntcy9Db250ZW50L2pzL0dsb2JhbE1hbmlwdWxhdGlvbi5qc3xZfHx81/26/2011 4:29:03 &lt;br&gt;
PMbL2Ntcy9Db250ZW50L2pzL0NvbnRlbnRSZXBvcnQuanN8WXx8fA1/26/2011 4:29:03 PMd1/26/2011 4:29:03
&lt;br&gt;
PMd&amp;amp;es=1&amp;amp;c=1&amp;amp;e=1&amp;amp;ed=0&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Request path: /***/CombineScriptHandler.aspx&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; User host address: 172.16.1.26&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; User: [WHY IT IS EMPTY?]&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is authenticated: False [SHOULD BE TRUE]&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Authentication Type: [?]&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thread account name: ******\svcIISpool&lt;/p&gt;
&lt;p&gt;Thread information:&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thread ID: 7&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thread account name: ******\svcIISpool&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is impersonating: False&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stack trace:&amp;nbsp;&amp;nbsp;&amp;nbsp; at Yahoo.Yui.Compressor.JavaScriptCompressor..ctor(String javaScript, Boolean isVerboseLogging,&lt;/p&gt;
&lt;p&gt;Encoding encoding)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at Yahoo.Yui.Compressor.JavaScriptCompressor.Compress(String javaScript, Boolean isVerboseLogging, Boolean&lt;/p&gt;
&lt;p&gt;isObfuscateJavascript, Boolean preserveAllSemicolons, Boolean disableOptimizations, Encoding encoding)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at Yahoo.Yui.Compressor.JavaScriptCompressor.Compress(String javaScript, Boolean isVerboseLogging)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at MvcScriptManager.YuiJavaScriptCompressor.Minify(String source)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at MvcScriptManager.ScriptManager.GetScript(String scriptKey, HttpContext context, IUniqueKeyEncoder&lt;/p&gt;
&lt;p&gt;uniqueKeyEncoder)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at MvcScriptManager.ScriptManager.WriteScripts(IEnumerable`1 scriptKeys, TextWriter outputWriter, HttpContext&lt;/p&gt;
&lt;p&gt;context, IUniqueKeyEncoder uniqueKeyEncoder)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at MvcScriptManager.ScriptManager.OutputCombinedScriptFile(HttpContext context)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at MvcScriptManager.CombineScriptHandler.ProcessRequest(HttpContext context)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()&lt;br&gt;
&amp;nbsp;&amp;nbsp; at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp;amp; completedSynchronously)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; Custom event details: &lt;br&gt;
For more information, see Help and Support Center at &lt;a href="http://go.microsoft.com/fwlink/events.asp"&gt;
http://go.microsoft.com/fwlink/events.asp&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;______________________________________________________________________________________________&lt;/p&gt;
&lt;pre&gt;Have any idea what's &amp;quot;EcmaScript.NET.modified.DLL&amp;quot; and what's the solution?&lt;/pre&gt;
&lt;pre&gt;Regards&lt;/pre&gt;
&lt;/div&gt;</description><author>tohidazizi</author><pubDate>Thu, 27 Jan 2011 22:31:57 GMT</pubDate><guid isPermaLink="false">New Post: MvcScriptManager.ScriptManager.WriteScripts(String[] scriptKeys, TextWriter outputWriter, HttpContext context) throws "An unhandled exception has occurred" 20110127103157P</guid></item><item><title>Created Issue: Update to the latest version of Yahoo! UI Library [6087]</title><link>http://mvcscriptmanager.codeplex.com/workitem/6087</link><description>You should compile and update binaries with the latest version of Yahoo&amp;#33; UI Library&amp;#58; YUI Compressor for .Net, latest is 1.4.1.0 and you are using 1.2.2.0.&lt;br /&gt;There are some major bugs they fixed in the new version.&lt;br /&gt;It should not break the build, I did it for my project and there were no problems.&lt;br /&gt;Thank you for the great work.&lt;br /&gt;Cheers.&lt;br /&gt;</description><author>van_bele</author><pubDate>Fri, 14 Jan 2011 10:34:46 GMT</pubDate><guid isPermaLink="false">Created Issue: Update to the latest version of Yahoo! UI Library [6087] 20110114103446A</guid></item></channel></rss>