<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>NotesForGallery Issue Tracker Rss Feed</title><link>http://notesforgallery.codeplex.com/WorkItem/List.aspx</link><description>NotesForGallery Issue Tracker Rss Description</description><item><title>Created Issue: Demo does not work [7141]</title><link>http://notesforgallery.codeplex.com/workitem/7141</link><description>I get a Root Item is missing and the great yellow .Net Error Screen&lt;br /&gt;</description><author>IceEmQuick</author><pubDate>Tue, 25 Sep 2012 16:44:02 GMT</pubDate><guid isPermaLink="false">Created Issue: Demo does not work [7141] 20120925044402P</guid></item><item><title>Commented Issue: Image thumbnails are not displayed [6613]</title><link>http://notesforgallery.codeplex.com/workitem/6613</link><description>Hi, &lt;br /&gt;I used notes for gallery to retrieve image from the directories. It worked fined in my localhost or local server,but when i upload in the production server it does not show the thumbnails, instead it shows just small boxes in a straightline and continue outside the page. You can check it in the link below&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.langsningfc.com&amp;#47;ViewAlbums.aspx&amp;#63;albumName&amp;#61;Nowgong&amp;#37;20Independence&amp;#37;20Cup&lt;br /&gt;&lt;br /&gt;Please help me solve this matter ASAP&lt;br /&gt;THanks&lt;br /&gt;Hamar&lt;br /&gt;Comments: ** Comment from web user: javedbux ** &lt;p&gt;&lt;br /&gt;If you create the Handler in your web.config but in the &amp;#39;old&amp;#39; IIS section it will work but the thumbnails will not.&lt;/p&gt;&lt;p&gt;To get this working I simply moved the Handler to the IIS7 section like this&amp;#58;&lt;/p&gt;&lt;p&gt;&amp;#60;system.webServer&amp;#62;&lt;br /&gt;&amp;#60;handlers&amp;#62;&lt;br /&gt;&amp;#60;add name&amp;#61;&amp;#34;ThumbnailHandler&amp;#34; type&amp;#61;&amp;#34;NotesFor.ThumbnailHandler&amp;#34; verb&amp;#61;&amp;#34;&amp;#42;&amp;#34; path&amp;#61;&amp;#34;ThumbnailHandler.ashx&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;handlers&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;system.webServer&amp;#62;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>javedbux</author><pubDate>Mon, 30 Jul 2012 12:52:54 GMT</pubDate><guid isPermaLink="false">Commented Issue: Image thumbnails are not displayed [6613] 20120730125254P</guid></item><item><title>Commented Issue: StartIndex cannot be less than zero. Parameter name: startIndex [4981]</title><link>http://notesforgallery.codeplex.com/workitem/4981</link><description>I have this error when i host my APP, in develop mode work fine, but in the host i hav this error.&lt;br /&gt;&lt;br /&gt;StartIndex cannot be less than zero.&lt;br /&gt;Parameter name&amp;#58; startIndex&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Stack Trace&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#91;ArgumentOutOfRangeException&amp;#58; StartIndex cannot be less than zero.&lt;br /&gt;Parameter name&amp;#58; startIndex&amp;#93;&lt;br /&gt;   System.String.InternalSubStringWithChecks&amp;#40;Int32 startIndex, Int32 length, Boolean fAlwaysCopy&amp;#41; &amp;#43;7495151&lt;br /&gt;   System.String.Substring&amp;#40;Int32 startIndex&amp;#41; &amp;#43;17&lt;br /&gt;   NotesFor.Gallery.AddFileRecursively&amp;#40;List&amp;#96;1 fileNames, DirectoryInfo directory, Boolean recursive&amp;#41; &amp;#43;224&lt;br /&gt;   NotesFor.Gallery.get_Files&amp;#40;&amp;#41; &amp;#43;132&lt;br /&gt;&lt;br /&gt;&amp;#91;TargetInvocationException&amp;#58; Property accessor &amp;#39;Files&amp;#39; on object &amp;#39;NotesFor.Gallery&amp;#39; threw the following exception&amp;#58;&amp;#39;StartIndex cannot be less than zero.&lt;br /&gt;Parameter name&amp;#58; startIndex&amp;#39;&amp;#93;&lt;br /&gt;   System.ComponentModel.ReflectPropertyDescriptor.GetValue&amp;#40;Object component&amp;#41; &amp;#43;390&lt;br /&gt;   NotesFor.ScriptDescriptorHelper.GetScriptDescriptors&amp;#40;Control control&amp;#41; &amp;#43;195&lt;br /&gt;   NotesFor.Gallery.System.Web.UI.IScriptControl.GetScriptDescriptors&amp;#40;&amp;#41; &amp;#43;32&lt;br /&gt;   System.Web.UI.ScriptControlManager.RegisterScriptDescriptors&amp;#40;IScriptControl scriptControl&amp;#41; &amp;#43;98&lt;br /&gt;   System.Web.UI.ScriptManager.RegisterScriptDescriptors&amp;#40;IScriptControl scriptControl&amp;#41; &amp;#43;21&lt;br /&gt;   NotesFor.Gallery.OnPreRender&amp;#40;EventArgs e&amp;#41; &amp;#43;90&lt;br /&gt;   System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &amp;#43;80&lt;br /&gt;   System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &amp;#43;171&lt;br /&gt;   System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &amp;#43;171&lt;br /&gt;   System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &amp;#43;171&lt;br /&gt;   System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &amp;#43;171&lt;br /&gt;   System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41; &amp;#43;842&lt;br /&gt;Comments: ** Comment from web user: bnmawroh ** &lt;p&gt;Please help me find a solution for this. As soon as i switched over from .net 2.0 to 3.5 and iis7 ,this error is displayed. I have a backup in iis6 and 2.0 framework and it runs smoothly.&lt;/p&gt;</description><author>bnmawroh</author><pubDate>Wed, 16 May 2012 11:04:53 GMT</pubDate><guid isPermaLink="false">Commented Issue: StartIndex cannot be less than zero. Parameter name: startIndex [4981] 20120516110453A</guid></item><item><title>Created Issue: Image thumbnails are not displayed [6613]</title><link>http://notesforgallery.codeplex.com/workitem/6613</link><description>Hi, &lt;br /&gt;I used notes for gallery to retrieve image from the directories. It worked fined in my localhost or local server,but when i upload in the production server it does not show the thumbnails, instead it shows just small boxes in a straightline and continue outside the page. You can check it in the link below&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.langsningfc.com&amp;#47;ViewAlbums.aspx&amp;#63;albumName&amp;#61;Nowgong&amp;#37;20Independence&amp;#37;20Cup&lt;br /&gt;&lt;br /&gt;Please help me solve this matter ASAP&lt;br /&gt;THanks&lt;br /&gt;Hamar&lt;br /&gt;</description><author>aragonhamz</author><pubDate>Sun, 20 Nov 2011 13:32:12 GMT</pubDate><guid isPermaLink="false">Created Issue: Image thumbnails are not displayed [6613] 20111120013212P</guid></item><item><title>Commented Issue: StartIndex cannot be less than zero. Parameter name: startIndex [4981]</title><link>http://notesforgallery.codeplex.com/workitem/4981</link><description>I have this error when i host my APP, in develop mode work fine, but in the host i hav this error.&lt;br /&gt;&lt;br /&gt;StartIndex cannot be less than zero.&lt;br /&gt;Parameter name&amp;#58; startIndex&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Stack Trace&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#91;ArgumentOutOfRangeException&amp;#58; StartIndex cannot be less than zero.&lt;br /&gt;Parameter name&amp;#58; startIndex&amp;#93;&lt;br /&gt;   System.String.InternalSubStringWithChecks&amp;#40;Int32 startIndex, Int32 length, Boolean fAlwaysCopy&amp;#41; &amp;#43;7495151&lt;br /&gt;   System.String.Substring&amp;#40;Int32 startIndex&amp;#41; &amp;#43;17&lt;br /&gt;   NotesFor.Gallery.AddFileRecursively&amp;#40;List&amp;#96;1 fileNames, DirectoryInfo directory, Boolean recursive&amp;#41; &amp;#43;224&lt;br /&gt;   NotesFor.Gallery.get_Files&amp;#40;&amp;#41; &amp;#43;132&lt;br /&gt;&lt;br /&gt;&amp;#91;TargetInvocationException&amp;#58; Property accessor &amp;#39;Files&amp;#39; on object &amp;#39;NotesFor.Gallery&amp;#39; threw the following exception&amp;#58;&amp;#39;StartIndex cannot be less than zero.&lt;br /&gt;Parameter name&amp;#58; startIndex&amp;#39;&amp;#93;&lt;br /&gt;   System.ComponentModel.ReflectPropertyDescriptor.GetValue&amp;#40;Object component&amp;#41; &amp;#43;390&lt;br /&gt;   NotesFor.ScriptDescriptorHelper.GetScriptDescriptors&amp;#40;Control control&amp;#41; &amp;#43;195&lt;br /&gt;   NotesFor.Gallery.System.Web.UI.IScriptControl.GetScriptDescriptors&amp;#40;&amp;#41; &amp;#43;32&lt;br /&gt;   System.Web.UI.ScriptControlManager.RegisterScriptDescriptors&amp;#40;IScriptControl scriptControl&amp;#41; &amp;#43;98&lt;br /&gt;   System.Web.UI.ScriptManager.RegisterScriptDescriptors&amp;#40;IScriptControl scriptControl&amp;#41; &amp;#43;21&lt;br /&gt;   NotesFor.Gallery.OnPreRender&amp;#40;EventArgs e&amp;#41; &amp;#43;90&lt;br /&gt;   System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &amp;#43;80&lt;br /&gt;   System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &amp;#43;171&lt;br /&gt;   System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &amp;#43;171&lt;br /&gt;   System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &amp;#43;171&lt;br /&gt;   System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &amp;#43;171&lt;br /&gt;   System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41; &amp;#43;842&lt;br /&gt;Comments: ** Comment from web user: Icculus05505 ** &lt;p&gt;same issue here.  Not sure why...&lt;/p&gt;</description><author>Icculus05505</author><pubDate>Mon, 29 Aug 2011 22:24:52 GMT</pubDate><guid isPermaLink="false">Commented Issue: StartIndex cannot be less than zero. Parameter name: startIndex [4981] 20110829102452P</guid></item><item><title>Commented Issue: Gallery Renders In Single Column IE9 [6079]</title><link>http://notesforgallery.codeplex.com/workitem/6079</link><description>When I view my site in FIrefox or IE8, it looks good.  But when I view in IE9, the gallery is rendered as a single column of thumbnails, centered on the page.  Clicking on a thumbnail &amp;#40;only in IE9&amp;#41; doesn&amp;#39;t seem to do anything.&lt;br /&gt;Comments: ** Comment from web user: cmivey ** &lt;p&gt;I found a similar issue and found this fix...&lt;/p&gt;&lt;p&gt;Check out this thread&lt;/p&gt;&lt;p&gt;http&amp;#58;&amp;#47;&amp;#47;notesforgallery.codeplex.com&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;212576&lt;/p&gt;</description><author>cmivey</author><pubDate>Sun, 03 Jul 2011 13:57:43 GMT</pubDate><guid isPermaLink="false">Commented Issue: Gallery Renders In Single Column IE9 [6079] 20110703015743P</guid></item><item><title>Commented Issue: Bad issue in IE9 [5404]</title><link>http://notesforgallery.codeplex.com/workitem/5404</link><description>The control loads totally scrambled in IE9 beta, IE9 standards&amp;#58; the F12 debugger shows 4 times the warning&amp;#58; &amp;#34;SEC7113&amp;#58; CSS was ignored due to mime type mismatch&amp;#34;. In fact, the CSS page in the debugger is empty.&lt;br /&gt;In IE8 standards my page renders well, then I created 4 CSS files from the CSS page of F12 debugger. I included them in my web site, then I manually added the HREFs in my page &amp;#60;head&amp;#62;. Back to IE9 standards, now the 4 warnings are still raised but the page is rendered well.&lt;br /&gt;Hope this helps to fix the issue.&lt;br /&gt;Comments: ** Comment from web user: Julian1986 ** &lt;p&gt;In the AssemblyInfo.cs look out for these lines&amp;#58;&lt;br /&gt;&amp;#91;assembly&amp;#58; WebResource&amp;#40;&amp;#34;NotesFor.css.gallery.css&amp;#34;, &amp;#34;text-css&amp;#34;, PerformSubstitution &amp;#61; true&amp;#41;&amp;#93;&lt;br /&gt;&amp;#91;assembly&amp;#58; WebResource&amp;#40;&amp;#34;NotesFor.css.nf.lightbox.css&amp;#34;, &amp;#34;text-css&amp;#34;, PerformSubstitution &amp;#61; true&amp;#41;&amp;#93;&lt;br /&gt;&amp;#91;assembly&amp;#58; WebResource&amp;#40;&amp;#34;NotesFor.css.album.css&amp;#34;, &amp;#34;text-css&amp;#34;&amp;#41;&amp;#93;&lt;/p&gt;&lt;p&gt;and change them to&amp;#58;&lt;br /&gt;&amp;#91;assembly&amp;#58; WebResource&amp;#40;&amp;#34;NotesFor.css.gallery.css&amp;#34;, &amp;#34;text&amp;#47;css&amp;#34;, PerformSubstitution &amp;#61; true&amp;#41;&amp;#93;&lt;br /&gt;&amp;#91;assembly&amp;#58; WebResource&amp;#40;&amp;#34;NotesFor.css.nf.lightbox.css&amp;#34;, &amp;#34;text&amp;#47;css&amp;#34;, PerformSubstitution &amp;#61; true&amp;#41;&amp;#93;&lt;br /&gt;&amp;#91;assembly&amp;#58; WebResource&amp;#40;&amp;#34;NotesFor.css.album.css&amp;#34;, &amp;#34;text&amp;#47;css&amp;#34;&amp;#41;&amp;#93;&lt;/p&gt;&lt;p&gt;That fixed the IE9 issues for me.&lt;br /&gt;&lt;/p&gt;</description><author>Julian1986</author><pubDate>Mon, 23 May 2011 18:20:27 GMT</pubDate><guid isPermaLink="false">Commented Issue: Bad issue in IE9 [5404] 20110523062027P</guid></item><item><title>Commented Issue: Gallery Renders In Single Column IE9 [6079]</title><link>http://notesforgallery.codeplex.com/workitem/6079</link><description>When I view my site in FIrefox or IE8, it looks good.  But when I view in IE9, the gallery is rendered as a single column of thumbnails, centered on the page.  Clicking on a thumbnail &amp;#40;only in IE9&amp;#41; doesn&amp;#39;t seem to do anything.&lt;br /&gt;Comments: ** Comment from web user: racole41 ** &lt;p&gt;I am experiencing the same issue.  With IE8 it works fine but not with IE9.&lt;/p&gt;</description><author>racole41</author><pubDate>Thu, 05 May 2011 21:21:37 GMT</pubDate><guid isPermaLink="false">Commented Issue: Gallery Renders In Single Column IE9 [6079] 20110505092137P</guid></item><item><title>Created Issue: Gallery Renders In Single Column IE9 [6079]</title><link>http://notesforgallery.codeplex.com/workitem/6079</link><description>When I view my site in FIrefox or IE8, it looks good.  But when I view in IE9, the gallery is rendered as a single column of thumbnails, centered on the page.  Clicking on a thumbnail &amp;#40;only in IE9&amp;#41; doesn&amp;#39;t seem to do anything.&lt;br /&gt;</description><author>seldenm</author><pubDate>Sat, 23 Apr 2011 00:56:24 GMT</pubDate><guid isPermaLink="false">Created Issue: Gallery Renders In Single Column IE9 [6079] 20110423125624A</guid></item><item><title>Created Issue: Bug on Gallery Class if website have an application path [5896]</title><link>http://notesforgallery.codeplex.com/workitem/5896</link><description>If we use your project on a sub web site &amp;#58;&lt;br /&gt;Root site &amp;#58; http&amp;#58;&amp;#47;&amp;#47;sss.com&amp;#47;&lt;br /&gt;SubWebSIte &amp;#58; http&amp;#58;&amp;#47;&amp;#47;sss.com&amp;#47;myGallery&lt;br /&gt;&lt;br /&gt;The gallery class throw an exception on the Get Files property.&lt;br /&gt;&lt;br /&gt;Source of the problem &amp;#58;&lt;br /&gt;Class Gallery - function AddFileRecursively&lt;br /&gt;&lt;br /&gt;you are using these lines &amp;#58;&lt;br /&gt; int index &amp;#61; directory.FullName.Replace&amp;#40;&amp;#34;&amp;#92;&amp;#92;&amp;#34;, &amp;#34;&amp;#47;&amp;#34;&amp;#41;.IndexOf&amp;#40;this.FolderUrl&amp;#41;&amp;#59;&lt;br /&gt; fileNames.Add&amp;#40;&amp;#40;directory.FullName.Replace&amp;#40;&amp;#34;&amp;#92;&amp;#92;&amp;#34;, &amp;#34;&amp;#47;&amp;#34;&amp;#41;.Substring&amp;#40;index&amp;#41; &amp;#43; &amp;#34;&amp;#47;&amp;#34; &amp;#43; fi.Name&amp;#41;.Replace&amp;#40;&amp;#34;&amp;#47;&amp;#47;&amp;#34;, &amp;#34;&amp;#47;&amp;#34;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;instead of that, use this &amp;#58; &lt;br /&gt; declare these private members &amp;#58; String appPhysicalPath, appUrlPath &lt;br /&gt;Initialize them in the gallery constructor&lt;br /&gt;then, &lt;br /&gt;replace fileNames.Add&amp;#40; ... &amp;#41; with&lt;br /&gt;fileNames.Add&amp;#40;fi.FullName.Replace&amp;#40;appPhysicalPath,appUrlPath&amp;#41;.Replace&amp;#40;&amp;#34;&amp;#92;&amp;#92;&amp;#34;, &amp;#34;&amp;#47;&amp;#34;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;See attach file for correcting bug.&lt;br /&gt;</description><author>benji_dv</author><pubDate>Sun, 06 Mar 2011 17:54:47 GMT</pubDate><guid isPermaLink="false">Created Issue: Bug on Gallery Class if website have an application path [5896] 20110306055447P</guid></item><item><title>Commented Issue: [SecurityException: That assembly does not allow partially trusted callers.] for NotesForGallery 2.0 [4956]</title><link>http://notesforgallery.codeplex.com/workitem/4956</link><description>Hello all. In my local environment NotesForGallery2.0 works fine. Very impressive to, it is awesome, kudos to codeplex. However, when I run it from GoDaddy&amp;#39;s servers I get&amp;#58;&lt;br /&gt;&amp;#91;SecurityException&amp;#58; That assembly does not allow partially trusted callers.&amp;#93;&lt;br /&gt;I put in a ticket with GoDaddy. They responded&amp;#58;&lt;br /&gt;Our ASP.NET 3.5 shared hosting servers use the default Medium trust level. &lt;br /&gt;I did some research and found out that, at least the way I understand it is that &amp;#60;assembly&amp;#58; System.Security.AllowPartiallyTrustedCallersAttribute&amp;#40;&amp;#41;&amp;#62; &lt;br /&gt; is needed to run in a medium security environment.&amp;#40;Which is what GoDaddy and Framework 3.5 require as default&amp;#41;.&lt;br /&gt;I downloaded the NotesForGallery2.0 Source Code and added&lt;br /&gt;using System.Security&amp;#59;&lt;br /&gt;&amp;#91;assembly&amp;#58; AllowPartiallyTrustedCallers&amp;#93;&lt;br /&gt;to the NotesForGalley&amp;#92;Properties&amp;#92;AssemblyInfo.cs file.&lt;br /&gt;Then copied the whole source code folder to a folder in my root of my site and got the same message. I also commented out &lt;br /&gt;&amp;#60;authentication mode&amp;#61;&amp;#34;Windows&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;because that was the first error I got.&lt;br /&gt;&lt;br /&gt;Any ideas. I think I am running uphill because If GoDaddy has there server set to medium trust level, I am not sure I can get around it, but I know there is a lot of ppl out there that know a whole lot more than me. If your one of those ppl, please help&amp;#33;&amp;#33;&amp;#33;&amp;#33;&lt;br /&gt;&lt;br /&gt;Here is my whole error page&amp;#58;&lt;br /&gt;&lt;br /&gt;Server Error in &amp;#39;&amp;#47;&amp;#39; Application.&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Security Exception &lt;br /&gt;Description&amp;#58; The application attempted to perform an operation not allowed by the security policy.  To grant this application the required permission please contact your system administrator or change the application&amp;#39;s trust level in the configuration file. &lt;br /&gt;&lt;br /&gt;Exception Details&amp;#58; System.Security.SecurityException&amp;#58; That assembly does not allow partially trusted callers.&lt;br /&gt;&lt;br /&gt;Source Error&amp;#58; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Line 23&amp;#58;         &amp;#60;&amp;#47;asp&amp;#58;ScriptManager&amp;#62;&lt;br /&gt;Line 24&amp;#58;         &amp;#60;b style&amp;#61;&amp;#34;font-size&amp;#58; 110&amp;#37;&amp;#59;&amp;#34;&amp;#62;Gallery &amp;#35;1&amp;#60;&amp;#47;b&amp;#62;&lt;br /&gt;Line 25&amp;#58;         &amp;#60;ctl&amp;#58;Gallery runat&amp;#61;&amp;#34;server&amp;#34; ID&amp;#61;&amp;#34;Gallery1&amp;#34; FolderUrl&amp;#61;&amp;#34;&amp;#126;&amp;#47;Images&amp;#47;1&amp;#34; Size&amp;#61;&amp;#34;100&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;Line 26&amp;#58;     &amp;#60;&amp;#47;div&amp;#62;&lt;br /&gt;Line 27&amp;#58; &amp;#60;&amp;#47;asp&amp;#58;Content&amp;#62;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Source File&amp;#58; d&amp;#58;&amp;#92;hosting&amp;#92;avoytas&amp;#92;NotesForGallery&amp;#92;TestNotesForGallery&amp;#92;Default.aspx    Line&amp;#58; 25 &lt;br /&gt;&lt;br /&gt;Stack Trace&amp;#58; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#91;SecurityException&amp;#58; That assembly does not allow partially trusted callers.&amp;#93;&lt;br /&gt;   ASP.notesforgallery_testnotesforgallery_default_aspx.__BuildControlGallery1&amp;#40;&amp;#41; in d&amp;#58;&amp;#92;hosting&amp;#92;avoytas&amp;#92;NotesForGallery&amp;#92;TestNotesForGallery&amp;#92;Default.aspx&amp;#58;25&lt;br /&gt;   ASP.notesforgallery_testnotesforgallery_default_aspx.__BuildControlContent2&amp;#40;Control __ctrl&amp;#41; in d&amp;#58;&amp;#92;hosting&amp;#92;avoytas&amp;#92;NotesForGallery&amp;#92;TestNotesForGallery&amp;#92;Default.aspx&amp;#58;20&lt;br /&gt;   System.Web.UI.CompiledTemplateBuilder.InstantiateIn&amp;#40;Control container&amp;#41; &amp;#43;12&lt;br /&gt;   ASP.masterpage_master.__BuildControlContentPlaceHolder1&amp;#40;&amp;#41; in d&amp;#58;&amp;#92;hosting&amp;#92;avoytas&amp;#92;MasterPage.master&amp;#58;43&lt;br /&gt;   ASP.masterpage_master.__BuildControlform1&amp;#40;&amp;#41; in d&amp;#58;&amp;#92;hosting&amp;#92;avoytas&amp;#92;MasterPage.master&amp;#58;11&lt;br /&gt;   ASP.masterpage_master.__BuildControlTree&amp;#40;masterpage_master __ctrl&amp;#41; in d&amp;#58;&amp;#92;hosting&amp;#92;avoytas&amp;#92;MasterPage.master&amp;#58;1&lt;br /&gt;   ASP.masterpage_master.FrameworkInitialize&amp;#40;&amp;#41; in d&amp;#58;&amp;#92;hosting&amp;#92;avoytas&amp;#92;MasterPage.master.cs&amp;#58;912308&lt;br /&gt;   System.Web.UI.UserControl.InitializeAsUserControlInternal&amp;#40;&amp;#41; &amp;#43;35&lt;br /&gt;   System.Web.UI.MasterPage.CreateMaster&amp;#40;TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection&amp;#41; &amp;#43;8665071&lt;br /&gt;   System.Web.UI.Page.get_Master&amp;#40;&amp;#41; &amp;#43;51&lt;br /&gt;   System.Web.UI.Page.ApplyMasterPage&amp;#40;&amp;#41; &amp;#43;15&lt;br /&gt;   System.Web.UI.Page.PerformPreInit&amp;#40;&amp;#41; &amp;#43;45&lt;br /&gt;   System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41; &amp;#43;6785&lt;br /&gt;   System.Web.UI.Page.ProcessRequest&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41; &amp;#43;242&lt;br /&gt;   System.Web.UI.Page.ProcessRequest&amp;#40;&amp;#41; &amp;#43;80&lt;br /&gt;   System.Web.UI.Page.ProcessRequestWithNoAssert&amp;#40;HttpContext context&amp;#41; &amp;#43;21&lt;br /&gt;   System.Web.UI.Page.ProcessRequest&amp;#40;HttpContext context&amp;#41; &amp;#43;49&lt;br /&gt;   ASP.notesforgallery_testnotesforgallery_default_aspx.ProcessRequest&amp;#40;HttpContext context&amp;#41; in App_Web_bsp-qdj9.4.cs&amp;#58;0&lt;br /&gt;   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute&amp;#40;&amp;#41; &amp;#43;181&lt;br /&gt;   System.Web.HttpApplication.ExecuteStep&amp;#40;IExecutionStep step, Boolean&amp;#38; completedSynchronously&amp;#41; &amp;#43;75&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;Version Information&amp;#58; Microsoft .NET Framework Version&amp;#58;2.0.50727.3603&amp;#59; ASP.NET Version&amp;#58;2.0.50727.3053&lt;br /&gt;Comments: ** Comment from web user: SouthendSupporter ** &lt;p&gt;Might this fix aslo resolve the issue I am having with thumbnails not generating&amp;#63;&amp;#63;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;notesforgallery.codeplex.com&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;240091 &lt;/p&gt;&lt;p&gt;I have tried applying it as below&amp;#58;&lt;br /&gt;&amp;#123;&lt;br /&gt;            ScriptControlDescriptor descriptor &amp;#61; new ScriptControlDescriptor&amp;#40;&amp;#34;NotesFor.Gallery&amp;#34;, this.ClientID&amp;#41;&amp;#59;&lt;br /&gt;            string path &amp;#61; HttpContext.Current.Server.MapPath&amp;#40;FolderUrl&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#47;&amp;#47; System.IO.DirectoryInfo di &amp;#61; new System.IO.DirectoryInfo&amp;#40;path&amp;#41;&amp;#59;&lt;br /&gt;            List&amp;#60;string&amp;#62; fileNames &amp;#61; new List&amp;#60;string&amp;#62;&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#47;&amp;#47;if &amp;#40;di.Exists&amp;#41;&lt;br /&gt;            &amp;#47;&amp;#47;&amp;#123;&lt;br /&gt;            &amp;#47;&amp;#47;foreach &amp;#40;System.IO.FileInfo fi in di.GetFiles&amp;#40;&amp;#41;&amp;#41;&lt;br /&gt;            &amp;#47;&amp;#47;&amp;#123;&lt;br /&gt;            &amp;#47;&amp;#47; string extension &amp;#61; fi.Extension.ToLower&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#47;&amp;#47; if &amp;#40;extension &amp;#61;&amp;#61; &amp;#34;.jpg&amp;#34; &amp;#124;&amp;#124; extension &amp;#61;&amp;#61; &amp;#34;.gif&amp;#34; &amp;#124;&amp;#124; extension &amp;#61;&amp;#61; &amp;#34;.png&amp;#34;&amp;#41;&lt;br /&gt;            &amp;#47;&amp;#47; fileNames.Add&amp;#40;fi.Name&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#47;&amp;#47; &amp;#125;&lt;br /&gt;            &amp;#47;&amp;#47;&amp;#125;&lt;/p&gt;&lt;p&gt;            if &amp;#40;Directory.Exists&amp;#40;path&amp;#41;&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                foreach &amp;#40;string filename in Directory.GetFiles&amp;#40;path, &amp;#34;&amp;#42;.JPG&amp;#34;&amp;#41;&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    string tmp &amp;#61; filename.Substring&amp;#40;filename.LastIndexOf&amp;#40;&amp;#34;&amp;#92;&amp;#92;&amp;#34;&amp;#41;&amp;#41;.Replace&amp;#40;&amp;#34;&amp;#92;&amp;#92;&amp;#34;, &amp;#34;&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;                    fileNames.Add&amp;#40;tmp&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;/p&gt;&lt;p&gt;            &amp;#125;&lt;/p&gt;&lt;p&gt;BUT I get an error &amp;#39;Name Directory does not existfor directory.exists and directory.GetFilePaths&amp;#63;&amp;#63;&amp;#63; And will thisa only work if the images are .jpgs&amp;#63;&amp;#63;&lt;/p&gt;</description><author>SouthendSupporter</author><pubDate>Fri, 07 Jan 2011 12:39:19 GMT</pubDate><guid isPermaLink="false">Commented Issue: [SecurityException: That assembly does not allow partially trusted callers.] for NotesForGallery 2.0 [4956] 20110107123919P</guid></item><item><title>Commented Issue: Very confused after receiving errors [5641]</title><link>http://notesforgallery.codeplex.com/workitem/5641</link><description>Hi&lt;br /&gt;I&amp;#39;m sorry if this is the wrong place for this but I am VERY confused.&lt;br /&gt;I am trying to to resolve an issue I have been experiencing with receiving errors - &lt;br /&gt;see thread....http&amp;#58;&amp;#47;&amp;#47;notesforgallery.codeplex.com&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;240091&lt;br /&gt;Trying to address this I decided to download the source again and &amp;#39;Start from Scratch&amp;#39;&lt;br /&gt;So I downloaded using the &amp;#39;Latest version&amp;#39; Download link from http&amp;#58;&amp;#47;&amp;#47;notesforgallery.codeplex.com&amp;#47;SourceControl&amp;#47;list&amp;#47;changesets&lt;br /&gt;The zip file contains NotesForGalleryFx2.0 and NotesForgalleryFx3.5  --- which should I be using&amp;#63;&lt;br /&gt;And in each there is a folder NotesforGallery and TestNotes for gallery&amp;#63;&amp;#63;&amp;#63;&amp;#63;&lt;br /&gt;&lt;br /&gt;And now excuse the really basic question -- If I want to rebuild the DLL, Do I open the NotesForgalleryFxn.n folder as a project in VWD, make changes, build the project and then use the .dll created&amp;#63;&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: SouthendSupporter ** &lt;p&gt;As all works Ok on my local PC but fails on the &amp;#39;Live System&amp;#39; I guess I still have a trust issue&amp;#63; the thunbnail generation is failing because it does not have enough permissions &amp;#47; trust&amp;#63;&amp;#63;&amp;#63;&amp;#63; &amp;#40;I still just get empty boxes&amp;#41;&lt;/p&gt;</description><author>SouthendSupporter</author><pubDate>Fri, 07 Jan 2011 12:20:08 GMT</pubDate><guid isPermaLink="false">Commented Issue: Very confused after receiving errors [5641] 20110107122008P</guid></item><item><title>Commented Issue: Very confused after receiving errors [5641]</title><link>http://notesforgallery.codeplex.com/workitem/5641</link><description>Hi&lt;br /&gt;I&amp;#39;m sorry if this is the wrong place for this but I am VERY confused.&lt;br /&gt;I am trying to to resolve an issue I have been experiencing with receiving errors - &lt;br /&gt;see thread....http&amp;#58;&amp;#47;&amp;#47;notesforgallery.codeplex.com&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;240091&lt;br /&gt;Trying to address this I decided to download the source again and &amp;#39;Start from Scratch&amp;#39;&lt;br /&gt;So I downloaded using the &amp;#39;Latest version&amp;#39; Download link from http&amp;#58;&amp;#47;&amp;#47;notesforgallery.codeplex.com&amp;#47;SourceControl&amp;#47;list&amp;#47;changesets&lt;br /&gt;The zip file contains NotesForGalleryFx2.0 and NotesForgalleryFx3.5  --- which should I be using&amp;#63;&lt;br /&gt;And in each there is a folder NotesforGallery and TestNotes for gallery&amp;#63;&amp;#63;&amp;#63;&amp;#63;&lt;br /&gt;&lt;br /&gt;And now excuse the really basic question -- If I want to rebuild the DLL, Do I open the NotesForgalleryFxn.n folder as a project in VWD, make changes, build the project and then use the .dll created&amp;#63;&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: SouthendSupporter ** &lt;p&gt;Sorry -- page doesnt display correctly as all the css is missing &amp;#58;&amp;#40; -- idiot&amp;#33;&lt;/p&gt;</description><author>SouthendSupporter</author><pubDate>Fri, 07 Jan 2011 10:02:24 GMT</pubDate><guid isPermaLink="false">Commented Issue: Very confused after receiving errors [5641] 20110107100224A</guid></item><item><title>Commented Issue: Very confused after receiving errors [5641]</title><link>http://notesforgallery.codeplex.com/workitem/5641</link><description>Hi&lt;br /&gt;I&amp;#39;m sorry if this is the wrong place for this but I am VERY confused.&lt;br /&gt;I am trying to to resolve an issue I have been experiencing with receiving errors - &lt;br /&gt;see thread....http&amp;#58;&amp;#47;&amp;#47;notesforgallery.codeplex.com&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;240091&lt;br /&gt;Trying to address this I decided to download the source again and &amp;#39;Start from Scratch&amp;#39;&lt;br /&gt;So I downloaded using the &amp;#39;Latest version&amp;#39; Download link from http&amp;#58;&amp;#47;&amp;#47;notesforgallery.codeplex.com&amp;#47;SourceControl&amp;#47;list&amp;#47;changesets&lt;br /&gt;The zip file contains NotesForGalleryFx2.0 and NotesForgalleryFx3.5  --- which should I be using&amp;#63;&lt;br /&gt;And in each there is a folder NotesforGallery and TestNotes for gallery&amp;#63;&amp;#63;&amp;#63;&amp;#63;&lt;br /&gt;&lt;br /&gt;And now excuse the really basic question -- If I want to rebuild the DLL, Do I open the NotesForgalleryFxn.n folder as a project in VWD, make changes, build the project and then use the .dll created&amp;#63;&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: SouthendSupporter ** &lt;p&gt;OK - I used the Notes for gallery FX3.5 - opened as a project and clicked on Build&amp;#62;Build NotesForGalleryt in VWD. A notesforgallery dll was created in the TestNotesForgallery Bin folder.&lt;br /&gt;I placed this in my website in the bin folder, deleted the reference to the old dll and added a reference to the new one.&lt;br /&gt;All works well on my test PC and I am reasonably confident I have changed what is there as the gallery now has a grey background and the images for next, prev etc have changed.&lt;br /&gt;Ehen I load it to my live site I get the attached page when I navigate to it. Clicking one of the empty boxes correctly displays the appropriate image as expected.&lt;/p&gt;</description><author>SouthendSupporter</author><pubDate>Fri, 07 Jan 2011 09:42:11 GMT</pubDate><guid isPermaLink="false">Commented Issue: Very confused after receiving errors [5641] 20110107094211A</guid></item><item><title>Created Issue: Very confused after receiving errors [5641]</title><link>http://notesforgallery.codeplex.com/workitem/5641</link><description>Hi&lt;br /&gt;I&amp;#39;m sorry if this is the wrong place for this but I am VERY confused.&lt;br /&gt;I am trying to to resolve an issue I have been experiencing with receiving errors - &lt;br /&gt;see thread....http&amp;#58;&amp;#47;&amp;#47;notesforgallery.codeplex.com&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;240091&lt;br /&gt;Trying to address this I decided to download the source again and &amp;#39;Start from Scratch&amp;#39;&lt;br /&gt;So I downloaded using the &amp;#39;Latest version&amp;#39; Download link from http&amp;#58;&amp;#47;&amp;#47;notesforgallery.codeplex.com&amp;#47;SourceControl&amp;#47;list&amp;#47;changesets&lt;br /&gt;The zip file contains NotesForGalleryFx2.0 and NotesForgalleryFx3.5  --- which should I be using&amp;#63;&lt;br /&gt;And in each there is a folder NotesforGallery and TestNotes for gallery&amp;#63;&amp;#63;&amp;#63;&amp;#63;&lt;br /&gt;&lt;br /&gt;And now excuse the really basic question -- If I want to rebuild the DLL, Do I open the NotesForgalleryFxn.n folder as a project in VWD, make changes, build the project and then use the .dll created&amp;#63;&amp;#63;&lt;br /&gt;</description><author>SouthendSupporter</author><pubDate>Fri, 07 Jan 2011 09:17:37 GMT</pubDate><guid isPermaLink="false">Created Issue: Very confused after receiving errors [5641] 20110107091737A</guid></item><item><title>Commented Issue: Chrome not supported [4524]</title><link>http://notesforgallery.codeplex.com/workitem/4524</link><description>Hi, first of all nice work, works really well in FF and IE.  My problem is that with my implementation and even your online demo, Chrome works awfully.  Instead of displaying a modal popup, the screen appears at bottom of the page with all buttons and picture separated.&lt;br /&gt;&lt;br /&gt;Do you think you could solve this issue please&amp;#63;  I&amp;#39;ve tried the online demo for Lightbox and it works with chrome but they don&amp;#39;t use modal window.  Maybe that&amp;#39;s the trick, I don&amp;#39;t know if it&amp;#39;s a general issue with chrome and my searches haven&amp;#39;t revealed anything looking like the mentioned problem.  &lt;br /&gt;&lt;br /&gt;I use version &amp;#58; 4.1.249.1064 unknown &amp;#40;45376&amp;#41;&lt;br /&gt;&lt;br /&gt;Thanks for your help.&lt;br /&gt;Comments: ** Comment from web user: sunnykhabrani ** &lt;p&gt;The solution which u have provided is for WebApplicaion, can u please provide the solution for Website, because in website i m not able to find AssemblyInfo.cs file.&lt;/p&gt;</description><author>sunnykhabrani</author><pubDate>Thu, 18 Nov 2010 15:26:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Chrome not supported [4524] 20101118032649P</guid></item><item><title>Created Issue: Bad issue in IE9 [5404]</title><link>http://notesforgallery.codeplex.com/workitem/5404</link><description>The control loads totally scrambled in IE9 beta, IE9 standards&amp;#58; the F12 debugger shows 4 times the warning&amp;#58; &amp;#34;SEC7113&amp;#58; CSS was ignored due to mime type mismatch&amp;#34;. In fact, the CSS page in the debugger is empty.&lt;br /&gt;In IE8 standards my page renders well, then I created 4 CSS files from the CSS page of F12 debugger. I included them in my web site, then I manually added the HREFs in my page &amp;#60;head&amp;#62;. Back to IE9 standards, now the 4 warnings are still raised but the page is rendered well.&lt;br /&gt;Hope this helps to fix the issue.&lt;br /&gt;</description><author>MicioDue</author><pubDate>Sun, 07 Nov 2010 11:21:23 GMT</pubDate><guid isPermaLink="false">Created Issue: Bad issue in IE9 [5404] 20101107112123A</guid></item><item><title>Created Issue: Image doesn't load after clicking on thumbnail. [5394]</title><link>http://notesforgallery.codeplex.com/workitem/5394</link><description>The Thumbnails show up great but when i click on one of the thumbnail it just opens up a frame on the foreground but the image doesn&amp;#39;t load. I don&amp;#39;t know what&amp;#39;s wrong. Or, which file this is coded in so that I can troubleshoot the issue.&lt;br /&gt;Please Help.&lt;br /&gt;</description><author>durgeshRani</author><pubDate>Thu, 04 Nov 2010 22:15:13 GMT</pubDate><guid isPermaLink="false">Created Issue: Image doesn't load after clicking on thumbnail. [5394] 20101104101513P</guid></item><item><title>Commented Issue: StartIndex cannot be less than zero. Parameter name: startIndex [4981]</title><link>http://notesforgallery.codeplex.com/workitem/4981</link><description>I have this error when i host my APP, in develop mode work fine, but in the host i hav this error.&lt;br /&gt;&lt;br /&gt;StartIndex cannot be less than zero.&lt;br /&gt;Parameter name&amp;#58; startIndex&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Stack Trace&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#91;ArgumentOutOfRangeException&amp;#58; StartIndex cannot be less than zero.&lt;br /&gt;Parameter name&amp;#58; startIndex&amp;#93;&lt;br /&gt;   System.String.InternalSubStringWithChecks&amp;#40;Int32 startIndex, Int32 length, Boolean fAlwaysCopy&amp;#41; &amp;#43;7495151&lt;br /&gt;   System.String.Substring&amp;#40;Int32 startIndex&amp;#41; &amp;#43;17&lt;br /&gt;   NotesFor.Gallery.AddFileRecursively&amp;#40;List&amp;#96;1 fileNames, DirectoryInfo directory, Boolean recursive&amp;#41; &amp;#43;224&lt;br /&gt;   NotesFor.Gallery.get_Files&amp;#40;&amp;#41; &amp;#43;132&lt;br /&gt;&lt;br /&gt;&amp;#91;TargetInvocationException&amp;#58; Property accessor &amp;#39;Files&amp;#39; on object &amp;#39;NotesFor.Gallery&amp;#39; threw the following exception&amp;#58;&amp;#39;StartIndex cannot be less than zero.&lt;br /&gt;Parameter name&amp;#58; startIndex&amp;#39;&amp;#93;&lt;br /&gt;   System.ComponentModel.ReflectPropertyDescriptor.GetValue&amp;#40;Object component&amp;#41; &amp;#43;390&lt;br /&gt;   NotesFor.ScriptDescriptorHelper.GetScriptDescriptors&amp;#40;Control control&amp;#41; &amp;#43;195&lt;br /&gt;   NotesFor.Gallery.System.Web.UI.IScriptControl.GetScriptDescriptors&amp;#40;&amp;#41; &amp;#43;32&lt;br /&gt;   System.Web.UI.ScriptControlManager.RegisterScriptDescriptors&amp;#40;IScriptControl scriptControl&amp;#41; &amp;#43;98&lt;br /&gt;   System.Web.UI.ScriptManager.RegisterScriptDescriptors&amp;#40;IScriptControl scriptControl&amp;#41; &amp;#43;21&lt;br /&gt;   NotesFor.Gallery.OnPreRender&amp;#40;EventArgs e&amp;#41; &amp;#43;90&lt;br /&gt;   System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &amp;#43;80&lt;br /&gt;   System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &amp;#43;171&lt;br /&gt;   System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &amp;#43;171&lt;br /&gt;   System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &amp;#43;171&lt;br /&gt;   System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &amp;#43;171&lt;br /&gt;   System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41; &amp;#43;842&lt;br /&gt;Comments: ** Comment from web user: durgeshRani ** &lt;p&gt;Did you find Solution to this&amp;#63; I have the same problem.&lt;/p&gt;</description><author>durgeshRani</author><pubDate>Thu, 04 Nov 2010 19:29:27 GMT</pubDate><guid isPermaLink="false">Commented Issue: StartIndex cannot be less than zero. Parameter name: startIndex [4981] 20101104072927P</guid></item><item><title>Commented Issue: [SecurityException: That assembly does not allow partially trusted callers.] for NotesForGallery 2.0 [4956]</title><link>http://notesforgallery.codeplex.com/workitem/4956</link><description>Hello all. In my local environment NotesForGallery2.0 works fine. Very impressive to, it is awesome, kudos to codeplex. However, when I run it from GoDaddy&amp;#39;s servers I get&amp;#58;&lt;br /&gt;&amp;#91;SecurityException&amp;#58; That assembly does not allow partially trusted callers.&amp;#93;&lt;br /&gt;I put in a ticket with GoDaddy. They responded&amp;#58;&lt;br /&gt;Our ASP.NET 3.5 shared hosting servers use the default Medium trust level. &lt;br /&gt;I did some research and found out that, at least the way I understand it is that &amp;#60;assembly&amp;#58; System.Security.AllowPartiallyTrustedCallersAttribute&amp;#40;&amp;#41;&amp;#62; &lt;br /&gt; is needed to run in a medium security environment.&amp;#40;Which is what GoDaddy and Framework 3.5 require as default&amp;#41;.&lt;br /&gt;I downloaded the NotesForGallery2.0 Source Code and added&lt;br /&gt;using System.Security&amp;#59;&lt;br /&gt;&amp;#91;assembly&amp;#58; AllowPartiallyTrustedCallers&amp;#93;&lt;br /&gt;to the NotesForGalley&amp;#92;Properties&amp;#92;AssemblyInfo.cs file.&lt;br /&gt;Then copied the whole source code folder to a folder in my root of my site and got the same message. I also commented out &lt;br /&gt;&amp;#60;authentication mode&amp;#61;&amp;#34;Windows&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;because that was the first error I got.&lt;br /&gt;&lt;br /&gt;Any ideas. I think I am running uphill because If GoDaddy has there server set to medium trust level, I am not sure I can get around it, but I know there is a lot of ppl out there that know a whole lot more than me. If your one of those ppl, please help&amp;#33;&amp;#33;&amp;#33;&amp;#33;&lt;br /&gt;&lt;br /&gt;Here is my whole error page&amp;#58;&lt;br /&gt;&lt;br /&gt;Server Error in &amp;#39;&amp;#47;&amp;#39; Application.&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Security Exception &lt;br /&gt;Description&amp;#58; The application attempted to perform an operation not allowed by the security policy.  To grant this application the required permission please contact your system administrator or change the application&amp;#39;s trust level in the configuration file. &lt;br /&gt;&lt;br /&gt;Exception Details&amp;#58; System.Security.SecurityException&amp;#58; That assembly does not allow partially trusted callers.&lt;br /&gt;&lt;br /&gt;Source Error&amp;#58; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Line 23&amp;#58;         &amp;#60;&amp;#47;asp&amp;#58;ScriptManager&amp;#62;&lt;br /&gt;Line 24&amp;#58;         &amp;#60;b style&amp;#61;&amp;#34;font-size&amp;#58; 110&amp;#37;&amp;#59;&amp;#34;&amp;#62;Gallery &amp;#35;1&amp;#60;&amp;#47;b&amp;#62;&lt;br /&gt;Line 25&amp;#58;         &amp;#60;ctl&amp;#58;Gallery runat&amp;#61;&amp;#34;server&amp;#34; ID&amp;#61;&amp;#34;Gallery1&amp;#34; FolderUrl&amp;#61;&amp;#34;&amp;#126;&amp;#47;Images&amp;#47;1&amp;#34; Size&amp;#61;&amp;#34;100&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;Line 26&amp;#58;     &amp;#60;&amp;#47;div&amp;#62;&lt;br /&gt;Line 27&amp;#58; &amp;#60;&amp;#47;asp&amp;#58;Content&amp;#62;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Source File&amp;#58; d&amp;#58;&amp;#92;hosting&amp;#92;avoytas&amp;#92;NotesForGallery&amp;#92;TestNotesForGallery&amp;#92;Default.aspx    Line&amp;#58; 25 &lt;br /&gt;&lt;br /&gt;Stack Trace&amp;#58; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#91;SecurityException&amp;#58; That assembly does not allow partially trusted callers.&amp;#93;&lt;br /&gt;   ASP.notesforgallery_testnotesforgallery_default_aspx.__BuildControlGallery1&amp;#40;&amp;#41; in d&amp;#58;&amp;#92;hosting&amp;#92;avoytas&amp;#92;NotesForGallery&amp;#92;TestNotesForGallery&amp;#92;Default.aspx&amp;#58;25&lt;br /&gt;   ASP.notesforgallery_testnotesforgallery_default_aspx.__BuildControlContent2&amp;#40;Control __ctrl&amp;#41; in d&amp;#58;&amp;#92;hosting&amp;#92;avoytas&amp;#92;NotesForGallery&amp;#92;TestNotesForGallery&amp;#92;Default.aspx&amp;#58;20&lt;br /&gt;   System.Web.UI.CompiledTemplateBuilder.InstantiateIn&amp;#40;Control container&amp;#41; &amp;#43;12&lt;br /&gt;   ASP.masterpage_master.__BuildControlContentPlaceHolder1&amp;#40;&amp;#41; in d&amp;#58;&amp;#92;hosting&amp;#92;avoytas&amp;#92;MasterPage.master&amp;#58;43&lt;br /&gt;   ASP.masterpage_master.__BuildControlform1&amp;#40;&amp;#41; in d&amp;#58;&amp;#92;hosting&amp;#92;avoytas&amp;#92;MasterPage.master&amp;#58;11&lt;br /&gt;   ASP.masterpage_master.__BuildControlTree&amp;#40;masterpage_master __ctrl&amp;#41; in d&amp;#58;&amp;#92;hosting&amp;#92;avoytas&amp;#92;MasterPage.master&amp;#58;1&lt;br /&gt;   ASP.masterpage_master.FrameworkInitialize&amp;#40;&amp;#41; in d&amp;#58;&amp;#92;hosting&amp;#92;avoytas&amp;#92;MasterPage.master.cs&amp;#58;912308&lt;br /&gt;   System.Web.UI.UserControl.InitializeAsUserControlInternal&amp;#40;&amp;#41; &amp;#43;35&lt;br /&gt;   System.Web.UI.MasterPage.CreateMaster&amp;#40;TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection&amp;#41; &amp;#43;8665071&lt;br /&gt;   System.Web.UI.Page.get_Master&amp;#40;&amp;#41; &amp;#43;51&lt;br /&gt;   System.Web.UI.Page.ApplyMasterPage&amp;#40;&amp;#41; &amp;#43;15&lt;br /&gt;   System.Web.UI.Page.PerformPreInit&amp;#40;&amp;#41; &amp;#43;45&lt;br /&gt;   System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41; &amp;#43;6785&lt;br /&gt;   System.Web.UI.Page.ProcessRequest&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41; &amp;#43;242&lt;br /&gt;   System.Web.UI.Page.ProcessRequest&amp;#40;&amp;#41; &amp;#43;80&lt;br /&gt;   System.Web.UI.Page.ProcessRequestWithNoAssert&amp;#40;HttpContext context&amp;#41; &amp;#43;21&lt;br /&gt;   System.Web.UI.Page.ProcessRequest&amp;#40;HttpContext context&amp;#41; &amp;#43;49&lt;br /&gt;   ASP.notesforgallery_testnotesforgallery_default_aspx.ProcessRequest&amp;#40;HttpContext context&amp;#41; in App_Web_bsp-qdj9.4.cs&amp;#58;0&lt;br /&gt;   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute&amp;#40;&amp;#41; &amp;#43;181&lt;br /&gt;   System.Web.HttpApplication.ExecuteStep&amp;#40;IExecutionStep step, Boolean&amp;#38; completedSynchronously&amp;#41; &amp;#43;75&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;Version Information&amp;#58; Microsoft .NET Framework Version&amp;#58;2.0.50727.3603&amp;#59; ASP.NET Version&amp;#58;2.0.50727.3053&lt;br /&gt;Comments: ** Comment from web user: himanshudhami ** &lt;p&gt;Replace this in Gallery.cs&amp;#58;&lt;/p&gt;&lt;p&gt;&amp;#47;&amp;#47;System.IO.DirectoryInfo di &amp;#61; new System.IO.DirectoryInfo&amp;#40;path&amp;#41;&amp;#59;&lt;/p&gt;&lt;p&gt;             &amp;#47;&amp;#47;if &amp;#40;di.Exists&amp;#41;&lt;br /&gt;             &amp;#47;&amp;#47;&amp;#123;&lt;br /&gt;             &amp;#47;&amp;#47;    foreach &amp;#40;System.IO.FileInfo fi in di.GetFiles&amp;#40;&amp;#41;&amp;#41;&lt;br /&gt;             &amp;#47;&amp;#47;    &amp;#123;&lt;br /&gt;             &amp;#47;&amp;#47;        string extension &amp;#61; fi.Extension.ToLower&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;             &amp;#47;&amp;#47;        if &amp;#40;extension &amp;#61;&amp;#61; &amp;#34;.jpg&amp;#34; &amp;#124;&amp;#124; extension &amp;#61;&amp;#61; &amp;#34;.gif&amp;#34; &amp;#124;&amp;#124; extension &amp;#61;&amp;#61; &amp;#34;.png&amp;#34;&amp;#41;&lt;br /&gt;             &amp;#47;&amp;#47;            fileNames.Add&amp;#40;fi.Name&amp;#41;&amp;#59;&lt;br /&gt;             &amp;#47;&amp;#47;    &amp;#125;&lt;br /&gt;             &amp;#47;&amp;#47;&amp;#125;&lt;/p&gt;&lt;p&gt;with &lt;br /&gt; if &amp;#40;Directory.Exists&amp;#40;path&amp;#41;&amp;#41;&lt;br /&gt;             &amp;#123;&lt;br /&gt;                 foreach &amp;#40;string filename in Directory.GetFiles&amp;#40;path, &amp;#34;&amp;#42;.JPG&amp;#34;&amp;#41;&amp;#41;&lt;br /&gt;                 &amp;#123;&lt;br /&gt;                     string tmp&amp;#61;filename.Substring&amp;#40;filename.LastIndexOf&amp;#40;&amp;#34;&amp;#92;&amp;#92;&amp;#34;&amp;#41;&amp;#41;.Replace&amp;#40;&amp;#34;&amp;#92;&amp;#92;&amp;#34;,&amp;#34;&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;                     fileNames.Add&amp;#40;tmp&amp;#41;&amp;#59;&lt;br /&gt;                 &amp;#125;&lt;/p&gt;&lt;p&gt;             &amp;#125;&lt;/p&gt;&lt;p&gt;it works fine after that&lt;br /&gt;&lt;/p&gt;</description><author>himanshudhami</author><pubDate>Wed, 29 Sep 2010 06:50:39 GMT</pubDate><guid isPermaLink="false">Commented Issue: [SecurityException: That assembly does not allow partially trusted callers.] for NotesForGallery 2.0 [4956] 20100929065039A</guid></item></channel></rss>