<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>LightBox.NET</title><link>http://www.codeplex.com/lbnet/Project/ProjectRss.aspx</link><description>LightBox.NET is the packaging of Lightbox JS v2.0 into a .NET assembly along with two simple web controls to provide the &amp;#8220;lightbox&amp;#8221; support.  The first web control, ScriptManager, is used to instal...</description><item><title>New Post: Use with master pages?</title><link>http://www.codeplex.com/lbnet/Thread/View.aspx?ThreadId=34708</link><description>&lt;div style="line-height: normal;"&gt;Has anyone successfully used LightBox.NET with ASPX Master Pages?&amp;nbsp; &lt;br&gt;
&lt;br&gt;
I'm building a new ASPX 3.5 web site and need to use lightbox for some photos.&amp;nbsp; The site will be using Master Pages and .aspx pages in multiple sub-folders of the project directory.&amp;nbsp; I have been trying to use Lightbox 2.0 and Litebox but master pages and project sub-folders keep introducing problems so I'm considering LightBox.NET as an alternative solution.&lt;br&gt;
&lt;br&gt;
Does the scriptmanager control have to be defined in the master page?&amp;nbsp; My web site will only be using lightbox images on a few of our many web pages in the site.&amp;nbsp; I'd like to avoid executing the lightbox javascript for every page in the site.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Paul&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>PaulHuelskamp</author><pubDate>Mon, 01 Sep 2008 22:43:25 GMT</pubDate><guid isPermaLink="false">New Post: Use with master pages? 20080901104325P</guid></item><item><title>NEW POST: Problem with LightBox and UpdatePanel</title><link>http://www.codeplex.com/lbnet/Thread/View.aspx?ThreadId=24335</link><description>&lt;div class="wikidoc"&gt;
I've try to put a LightBox control inside an UpdatePanel.&lt;br /&gt;Into this Updatepanel i've put a Button, Label, LightBoxScriptManager and LightBoxHyperLink control.&lt;br /&gt; &lt;br /&gt;This work correctly on the first postack, i click on then LightBoxHyperLink control and i view the image.&lt;br /&gt;I click on the button and the page make a Ajax postback.&lt;br /&gt;After that when i click on then LightBoxHyperLink control the image is not viewing properly.&lt;br /&gt; &lt;br /&gt;This is my Test Page&lt;br /&gt; &lt;br /&gt;&amp;lt;%@ Page Language=&amp;quot;VB&amp;quot; AutoEventWireup=&amp;quot;false&amp;quot; CodeFile=&amp;quot;Default2.aspx.vb&amp;quot; Inherits=&amp;quot;Default2&amp;quot; %&amp;gt;&lt;br /&gt;&amp;lt;%@ Register TagPrefix=&amp;quot;LgtB&amp;quot; Assembly=&amp;quot;LightBox&amp;quot; Namespace=&amp;quot;LightBox&amp;quot; %&amp;gt;&lt;br /&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;head runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;    &amp;lt;title&amp;gt;Untitled&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;    &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;        &amp;lt;asp:ScriptManager ID=&amp;quot;ScriptManager1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;        &amp;lt;/asp:ScriptManager&amp;gt;&lt;br /&gt;                &amp;lt;asp:UpdatePanel ID=&amp;quot;UpdatePanel1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;                    &amp;lt;ContentTemplate&amp;gt;&lt;br /&gt;                        &amp;lt;asp:Button ID=&amp;quot;Btn1&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;quot;click&amp;quot; /&amp;gt;&lt;br /&gt;                        &amp;lt;asp:Label ID=&amp;quot;Lbl1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br /&gt;                        &amp;lt;hr /&amp;gt;&lt;br /&gt;                        &amp;lt;LgtB:ScriptManager ID=&amp;quot;ImgManager&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;&lt;br /&gt;                        &amp;lt;LgtB:HyperLink ID=&amp;quot;aaaa2&amp;quot; runat=&amp;quot;server&amp;quot; ImageUrl=&amp;quot;URLofLittleImage&amp;quot;&lt;br /&gt;                            NavigateUrl=&amp;quot;UrlOfFullImage&amp;quot;&amp;gt;&amp;lt;/LgtB:HyperLink&amp;gt;&lt;br /&gt;                    &amp;lt;/ContentTemplate&amp;gt;&lt;br /&gt;                &amp;lt;/asp:UpdatePanel&amp;gt;&lt;br /&gt;           &amp;lt;/form&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;/div&gt;</description><author>MarcoBosio</author><pubDate>Wed, 19 Mar 2008 15:44:51 GMT</pubDate><guid isPermaLink="false">NEW POST: Problem with LightBox and UpdatePanel 20080319034451P</guid></item><item><title>COMMENTED ISSUE: Medium Trust Environment</title><link>http://www.codeplex.com/lbnet/WorkItem/View.aspx?WorkItemId=13020</link><description>Let me first begin with thank you for developing and sharing this code.  I have use it for some time in a few galleries hosted with WebHost4LIfe, but do to slow response times with my DNN sites I moved to GoDaddy for hosting.  But now my galleries using LightBox.dll do not work.  GoDaddy support tells me...&lt;br /&gt; &lt;br /&gt;Our hosting administrators have determined that the assemblies are the issue, specifically lightbox.dll, which may not work as configured within a medium trust environment. Here is an example of the error&amp;#58;&lt;br /&gt; &lt;br /&gt;FileLoadException&amp;#58; Could not load file or assembly &amp;#39;LightBox, Version&amp;#61;0.1.2006.726, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;69adabc7dfa9ff4c&amp;#39; or one of its dependencies. Failed to grant minimum permission requests. &amp;#40;Exception from HRESULT&amp;#58; 0x80131417&amp;#41;&lt;br /&gt; &lt;br /&gt;Is this something that can be fixed so it can run in a Medium Trust Environment&amp;#63;  Not even sure what that means...&lt;br /&gt; &lt;br /&gt;Thank you for any help.&lt;br /&gt; &lt;br /&gt;Jim&lt;br /&gt;Comments: ** Comment from web user: deesnider ** &lt;p&gt;It&amp;#39;s one of the settings in the AssemblyInfo.cs file. I edited the file in my copy of the source code to comment out the following line &amp;#40;as shown&amp;#41;&amp;#58;&lt;/p&gt;&lt;p&gt;&amp;#47;&amp;#47;assembly&amp;#58; SecurityPermission&amp;#40;SecurityAction.RequestMinimum, SkipVerification &amp;#61; true&amp;#41;&lt;/p&gt;&lt;p&gt;Recompile the assembly, it should then work in a medium trust environment &amp;#40;does in mine&amp;#41;. HTH until a fix is implemented...&lt;/p&gt;</description><author>deesnider</author><pubDate>Sun, 09 Mar 2008 03:57:56 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Medium Trust Environment 20080309035756A</guid></item><item><title>NEW POST: Medium Trust Environment?</title><link>http://www.codeplex.com/lbnet/Thread/View.aspx?ThreadId=15674</link><description>&lt;div class="wikidoc"&gt;
It's one of the settings in the AssemblyInfo.cs file.  I edited the file in my copy of the source code to comment out the following line (as shown):&lt;br /&gt; &lt;br /&gt;//&lt;a href="http://www.codeplex.com/lbnet/Wiki/View.aspx?title=assembly%3a%20SecurityPermission%28SecurityAction.RequestMinimum%2c%20SkipVerification%20%3d%20true%29"&gt;assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Recompile the assembly, it should then work in a medium trust environment (does in mine).  HTH until a fix is implemented...&lt;br /&gt;
&lt;/div&gt;</description><author>deesnider</author><pubDate>Sun, 09 Mar 2008 03:13:49 GMT</pubDate><guid isPermaLink="false">NEW POST: Medium Trust Environment? 20080309031349A</guid></item><item><title>COMMENTED ISSUE: Medium Trust Environment</title><link>http://www.codeplex.com/lbnet/WorkItem/View.aspx?WorkItemId=13020</link><description>Let me first begin with thank you for developing and sharing this code.  I have use it for some time in a few galleries hosted with WebHost4LIfe, but do to slow response times with my DNN sites I moved to GoDaddy for hosting.  But now my galleries using LightBox.dll do not work.  GoDaddy support tells me...&lt;br /&gt; &lt;br /&gt;Our hosting administrators have determined that the assemblies are the issue, specifically lightbox.dll, which may not work as configured within a medium trust environment. Here is an example of the error&amp;#58;&lt;br /&gt; &lt;br /&gt;FileLoadException&amp;#58; Could not load file or assembly &amp;#39;LightBox, Version&amp;#61;0.1.2006.726, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;69adabc7dfa9ff4c&amp;#39; or one of its dependencies. Failed to grant minimum permission requests. &amp;#40;Exception from HRESULT&amp;#58; 0x80131417&amp;#41;&lt;br /&gt; &lt;br /&gt;Is this something that can be fixed so it can run in a Medium Trust Environment&amp;#63;  Not even sure what that means...&lt;br /&gt; &lt;br /&gt;Thank you for any help.&lt;br /&gt; &lt;br /&gt;Jim&lt;br /&gt;Comments: ** Comment from web user: mparter ** &lt;p&gt;Any news on when this will be fixed and released. This is a great project which unfortuantely I can&amp;#39;t use &amp;#40;and I iamgine many others&amp;#41; as my host uses a medium trust environment, as do most hosts.&lt;/p&gt;</description><author>mparter</author><pubDate>Fri, 11 Jan 2008 15:10:42 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Medium Trust Environment 20080111031042P</guid></item><item><title>Project License Changed</title><link>http://www.codeplex.com/lbnet/Project/License.aspx?LicenseHistoryId=7493</link><description>Copyright &amp;#40;c&amp;#41; 2007 Javier Lozano, http&amp;#58;&amp;#47;&amp;#47;blog.lozanotek.com&amp;#13;&amp;#10;&amp;#13;&amp;#10;Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files &amp;#40;the &amp;#34;Software&amp;#34;&amp;#41;, to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and&amp;#47;or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions&amp;#58;&amp;#13;&amp;#10;&amp;#13;&amp;#10;The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.&amp;#13;&amp;#10;&amp;#13;&amp;#10;THE SOFTWARE IS PROVIDED &amp;#34;AS IS&amp;#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</description><author></author><pubDate>Sun, 16 Dec 2007 20:51:26 GMT</pubDate><guid isPermaLink="false">Project License Changed 20071216085126P</guid></item><item><title>NEW POST: Hyperlink at runtime</title><link>http://www.codeplex.com/lbnet/Thread/View.aspx?ThreadId=18173</link><description>&lt;div class="wikidoc"&gt;
Well I found the problem, if you use ajax with LighBox.Net and into your usercontrol have a postback the component doesn't work!&lt;br /&gt;
&lt;/div&gt;</description><author>Azkaban</author><pubDate>Thu, 22 Nov 2007 13:21:37 GMT</pubDate><guid isPermaLink="false">NEW POST: Hyperlink at runtime 20071122012137P</guid></item><item><title>NEW POST: Hyperlink at runtime</title><link>http://www.codeplex.com/lbnet/Thread/View.aspx?ThreadId=18173</link><description>&lt;div class="wikidoc"&gt;
Hi to all, I'm trying to add hyperlinks images at runtime to a placeholder but it doesn't work.&lt;br /&gt;I reference to scritp manager in the page (&amp;lt;lbn:ScriptManager ID=&amp;quot;Scriptmanager1&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;) and than in codebehind I genereting hyperlinks........&lt;br /&gt; &lt;br /&gt;What's wrong?&lt;br /&gt; &lt;br /&gt;Thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>Azkaban</author><pubDate>Thu, 22 Nov 2007 09:22:18 GMT</pubDate><guid isPermaLink="false">NEW POST: Hyperlink at runtime 20071122092218A</guid></item><item><title>COMMENTED ISSUE: Issue Fixed with Lightbox linkbutton in Atlas UpdatePanel</title><link>http://www.codeplex.com/lbnet/WorkItem/View.aspx?WorkItemId=10099</link><description>hi,guys&amp;#33;&lt;br /&gt;&lt;br /&gt;this is my a function in my pagebase.js &amp;#59;&lt;br /&gt;After asyncpostback, ,the lightbox still work fine &amp;#59;&lt;br /&gt;&lt;br /&gt;if &amp;#40;typeof&amp;#40;Sys&amp;#41; &amp;#33;&amp;#61; &amp;#39;undefined&amp;#39;&amp;#41;&amp;#123;&lt;br /&gt;   if &amp;#40;typeof&amp;#40;Sys.WebForms.PageRequestManager&amp;#41;&amp;#33;&amp;#61; &amp;#39;undefined&amp;#39;&amp;#41;&amp;#123;&lt;br /&gt;       var prm &amp;#61; Sys.WebForms.PageRequestManager.getInstance&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;       prm.add_beginRequest&amp;#40;BeginRequestHandler&amp;#41;&amp;#59;&lt;br /&gt;       prm.add_endRequest&amp;#40;EndRequestHandler&amp;#41;&amp;#59;&lt;br /&gt;       &lt;br /&gt;       if &amp;#40;typeof&amp;#40;initLightbox&amp;#41; &amp;#33;&amp;#61; &amp;#39;undefined&amp;#39;&amp;#41;&amp;#123;&lt;br /&gt;           prm.add_endRequest&amp;#40;ReInitLightBox_EndRequestHandler&amp;#41;&amp;#59;&lt;br /&gt;       &amp;#125;   &lt;br /&gt;   &amp;#125;&lt;br /&gt;   &lt;br /&gt;   function ReInitLightBox_EndRequestHandler&amp;#40;sender, args&amp;#41;&amp;#123;&lt;br /&gt;       if &amp;#40;args.get_error&amp;#40;&amp;#41; &amp;#61;&amp;#61; null&amp;#41;&amp;#123;&lt;br /&gt;           initLightbox&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;       &amp;#125;&lt;br /&gt;    &amp;#125;&lt;br /&gt;&amp;#125;&lt;br /&gt;Comments: ** Comment from web user: maxdiable ** &lt;p&gt;how  to use this code &amp;#63;&lt;br /&gt;in a pages aspx &amp;#63;&lt;/p&gt;&lt;p&gt;please&lt;/p&gt;</description><author>maxdiable</author><pubDate>Wed, 07 Nov 2007 17:23:00 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Issue Fixed with Lightbox linkbutton in Atlas UpdatePanel 20071107052300P</guid></item><item><title>COMMENTED ISSUE: Flash Issue</title><link>http://www.codeplex.com/lbnet/WorkItem/View.aspx?WorkItemId=13021</link><description>Hi there,&lt;br /&gt; &lt;br /&gt;I have built a web site and used the lb.net.&lt;br /&gt; &lt;br /&gt;My site&amp;#39;s header section is Flash object. When I use the lb.net and flash at the same page, flash object over the gallery.&lt;br /&gt; &lt;br /&gt;Please look at the below url and attached file. You will understand waht i&amp;#39;m say. &amp;#58;&amp;#41;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;lbnet&amp;#47;WorkItem&amp;#47;View.aspx&amp;#63;WorkItemId&amp;#61;12501&lt;br /&gt; &lt;br /&gt;What can I do about this state&amp;#63;&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;Murat&lt;br/&gt;Comments: ** Comment from web user: jglozano ** &lt;p&gt;Murat,&lt;/p&gt;&lt;p&gt;I will look into the issue at my earliest convenience.   Right now there are some features&amp;#47;bugs i want to publish before looking into this one.&lt;/p&gt;&lt;p&gt;Thanks&amp;#33;&lt;/p&gt;&lt;p&gt;- Javier&lt;/p&gt;</description><author>jglozano</author><pubDate>Fri, 28 Sep 2007 23:04:51 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Flash Issue 20070928110451P</guid></item><item><title>NEW POST: Flash Issue</title><link>http://www.codeplex.com/lbnet/Thread/View.aspx?ThreadId=14639</link><description>&lt;div class="wikidoc"&gt;
This discussion has been copied to a work item. Click here to &lt;a href="http://www.codeplex.com/lbnet/WorkItem/View.aspx?WorkItemId=13021"&gt;go to the work item and continue the discussion&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>jglozano</author><pubDate>Fri, 28 Sep 2007 23:04:02 GMT</pubDate><guid isPermaLink="false">NEW POST: Flash Issue 20070928110402P</guid></item><item><title>CREATED ISSUE: Flash Issue</title><link>http://www.codeplex.com/lbnet/WorkItem/View.aspx?WorkItemId=13021</link><description>Hi there,&lt;br /&gt; &lt;br /&gt;I have built a web site and used the lb.net.&lt;br /&gt; &lt;br /&gt;My site&amp;#39;s header section is Flash object. When I use the lb.net and flash at the same page, flash object over the gallery.&lt;br /&gt; &lt;br /&gt;Please look at the below url and attached file. You will understand waht i&amp;#39;m say. &amp;#58;&amp;#41;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;lbnet&amp;#47;WorkItem&amp;#47;View.aspx&amp;#63;WorkItemId&amp;#61;12501&lt;br /&gt; &lt;br /&gt;What can I do about this state&amp;#63;&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;Murat&lt;br/&gt;</description><author>jglozano</author><pubDate>Fri, 28 Sep 2007 23:04:02 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Flash Issue 20070928110402P</guid></item><item><title>COMMENTED ISSUE: Medium Trust Environment</title><link>http://www.codeplex.com/lbnet/WorkItem/View.aspx?WorkItemId=13020</link><description>Let me first begin with thank you for developing and sharing this code.  I have use it for some time in a few galleries hosted with WebHost4LIfe, but do to slow response times with my DNN sites I moved to GoDaddy for hosting.  But now my galleries using LightBox.dll do not work.  GoDaddy support tells me...&lt;br /&gt; &lt;br /&gt;Our hosting administrators have determined that the assemblies are the issue, specifically lightbox.dll, which may not work as configured within a medium trust environment. Here is an example of the error&amp;#58;&lt;br /&gt; &lt;br /&gt;FileLoadException&amp;#58; Could not load file or assembly &amp;#39;LightBox, Version&amp;#61;0.1.2006.726, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;69adabc7dfa9ff4c&amp;#39; or one of its dependencies. Failed to grant minimum permission requests. &amp;#40;Exception from HRESULT&amp;#58; 0x80131417&amp;#41;&lt;br /&gt; &lt;br /&gt;Is this something that can be fixed so it can run in a Medium Trust Environment&amp;#63;  Not even sure what that means...&lt;br /&gt; &lt;br /&gt;Thank you for any help.&lt;br /&gt; &lt;br /&gt;Jim&lt;br/&gt;Comments: ** Comment from web user: jglozano ** &lt;p&gt;Sorry to say this, but I never tested it on a medium trust environment.  I will look into this and add it to the next release.  I&amp;#39;ve been pretty busy at home and haven&amp;#39;t had time to publish out the new code for everyone to enjoy.&lt;/p&gt;</description><author>jglozano</author><pubDate>Fri, 28 Sep 2007 23:02:23 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Medium Trust Environment 20070928110223P</guid></item><item><title>NEW POST: Medium Trust Environment?</title><link>http://www.codeplex.com/lbnet/Thread/View.aspx?ThreadId=15674</link><description>&lt;div class="wikidoc"&gt;
This discussion has been copied to a work item. Click here to &lt;a href="http://www.codeplex.com/lbnet/WorkItem/View.aspx?WorkItemId=13020"&gt;go to the work item and continue the discussion&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>jglozano</author><pubDate>Fri, 28 Sep 2007 23:00:40 GMT</pubDate><guid isPermaLink="false">NEW POST: Medium Trust Environment? 20070928110040P</guid></item><item><title>CREATED ISSUE: Medium Trust Environment</title><link>http://www.codeplex.com/lbnet/WorkItem/View.aspx?WorkItemId=13020</link><description>Let me first begin with thank you for developing and sharing this code.  I have use it for some time in a few galleries hosted with WebHost4LIfe, but do to slow response times with my DNN sites I moved to GoDaddy for hosting.  But now my galleries using LightBox.dll do not work.  GoDaddy support tells me...&lt;br /&gt; &lt;br /&gt;Our hosting administrators have determined that the assemblies are the issue, specifically lightbox.dll, which may not work as configured within a medium trust environment. Here is an example of the error&amp;#58;&lt;br /&gt; &lt;br /&gt;FileLoadException&amp;#58; Could not load file or assembly &amp;#39;LightBox, Version&amp;#61;0.1.2006.726, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;69adabc7dfa9ff4c&amp;#39; or one of its dependencies. Failed to grant minimum permission requests. &amp;#40;Exception from HRESULT&amp;#58; 0x80131417&amp;#41;&lt;br /&gt; &lt;br /&gt;Is this something that can be fixed so it can run in a Medium Trust Environment&amp;#63;  Not even sure what that means...&lt;br /&gt; &lt;br /&gt;Thank you for any help.&lt;br /&gt; &lt;br /&gt;Jim&lt;br/&gt;</description><author>jglozano</author><pubDate>Fri, 28 Sep 2007 23:00:36 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Medium Trust Environment 20070928110036P</guid></item><item><title>NEW POST: Medium Trust Environment?</title><link>http://www.codeplex.com/lbnet/Thread/View.aspx?ThreadId=15674</link><description>&lt;div class="wikidoc"&gt;
Let me first begin with thank you for developing and sharing this code.  I have use it for some time in a few galleries hosted with WebHost4LIfe, but do to slow response times with my DNN sites I moved to GoDaddy for hosting.  But now my galleries using LightBox.dll do not work.  GoDaddy support tells me...&lt;br /&gt; &lt;br /&gt;Our hosting administrators have determined that the assemblies are the issue, specifically lightbox.dll, which may not work as configured within a medium trust environment. Here is an example of the error:&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/lbnet/Wiki/View.aspx?title=FileLoadException%3a%20Could%20not%20load%20file%20or%20assembly%20%27LightBox%2c%20Version%3d0.1.2006.726%2c%20Culture%3dneutral%2c%20PublicKeyToken%3d69adabc7dfa9ff4c%27%20or%20one%20of%20its%20dependencies.%20Failed%20to%20grant%20minimum%20permission%20requests.%20%28Exception%20from%20HRESULT%3a%200x80131417%29"&gt;FileLoadException: Could not load file or assembly 'LightBox, Version=0.1.2006.726, Culture=neutral, PublicKeyToken=69adabc7dfa9ff4c' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Is this something that can be fixed so it can run in a Medium Trust Environment?  Not even sure what that means...&lt;br /&gt; &lt;br /&gt;Thank you for any help.&lt;br /&gt; &lt;br /&gt;Jim&lt;br /&gt;
&lt;/div&gt;</description><author>jrblack10</author><pubDate>Thu, 27 Sep 2007 00:54:26 GMT</pubDate><guid isPermaLink="false">NEW POST: Medium Trust Environment? 20070927125426A</guid></item><item><title>NEW POST: Flash Issue</title><link>http://www.codeplex.com/lbnet/Thread/View.aspx?ThreadId=14639</link><description>&lt;div class="wikidoc"&gt;
Hi there,&lt;br /&gt; &lt;br /&gt;I have built a web site and used the lb.net.&lt;br /&gt; &lt;br /&gt;My site's header section is Flash object. When I use the lb.net and flash at the same page, flash object over the gallery.&lt;br /&gt; &lt;br /&gt;Please look at the below url and attached file. You will understand waht i'm say. :)&lt;br /&gt;http://www.codeplex.com/lbnet/WorkItem/View.aspx?WorkItemId=12501&lt;br /&gt; &lt;br /&gt;What can I do about this state?&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;Murat&lt;br /&gt;
&lt;/div&gt;</description><author>murattyilmaz</author><pubDate>Mon, 03 Sep 2007 13:51:46 GMT</pubDate><guid isPermaLink="false">NEW POST: Flash Issue 20070903015146P</guid></item><item><title>CREATED ISSUE: Flash Issue</title><link>http://www.codeplex.com/lbnet/WorkItem/View.aspx?WorkItemId=12501</link><description>Hi there,&lt;br /&gt;&lt;br /&gt;I have built a web site and used the lb.net.&lt;br /&gt;&lt;br /&gt;My site&amp;#39;s header section is Flash object. When I use the lb.net and flash at the same page, flash object over the gallery.&lt;br /&gt;&lt;br /&gt;Please look at the attached image. you will understand waht i&amp;#39;m say. &amp;#58;&amp;#41;&lt;br /&gt;&lt;br /&gt;What can I do about this state&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Murat&lt;br/&gt;</description><author>murattyilmaz</author><pubDate>Wed, 29 Aug 2007 17:54:28 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Flash Issue 20070829055428P</guid></item><item><title>NEW POST: Asp repeater</title><link>http://www.codeplex.com/lbnet/Thread/View.aspx?ThreadId=14342</link><description>&lt;div class="wikidoc"&gt;
When I try to use this inside an ASP repeater inside a user control I get the error: &amp;quot;The Controls collection cannot be modified because the control contains code blocks (i.e. &amp;lt;% ... %&amp;gt;).&amp;quot;&lt;br /&gt; &lt;br /&gt;any suggestions? &lt;br /&gt;
&lt;/div&gt;</description><author>TorchTheMall</author><pubDate>Mon, 27 Aug 2007 01:08:17 GMT</pubDate><guid isPermaLink="false">NEW POST: Asp repeater 20070827010817A</guid></item><item><title>NEW POST: Just a quick FYI :: Lightbox2 2.03.3 is out</title><link>http://www.codeplex.com/lbnet/Thread/View.aspx?ThreadId=13297</link><description>&lt;div class="wikidoc"&gt;
Just wanted to let you know. :)&lt;br /&gt; &lt;br /&gt;Forgot the link...&lt;br /&gt; &lt;br /&gt;http://www.huddletogether.com/projects/lightbox2/&lt;br /&gt;
&lt;/div&gt;</description><author>GRiM</author><pubDate>Thu, 02 Aug 2007 12:07:24 GMT</pubDate><guid isPermaLink="false">NEW POST: Just a quick FYI :: Lightbox2 2.03.3 is out 20070802120724P</guid></item></channel></rss>