Gallery photos won't fully load when selected

Discussion in 'ASP.NET / ASP.NET Core' started by tcorneto, Dec 8, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I?m using Jeremy Wadsworth extended starter kit for ASP.NET. I?ve posted about a very frustrating problem I?m having in every forum I can find yet no one has an answer. </o:p>
    </o:p>
    When you click on an image in my Gallery to open it up it only loads the top half or so of the image. This doesn't happen with each photo but seemingly random with about 80% of them. </o:p>
    </o:p>
    I turned off Lightbox in the global settings. This problem occurs whether that is toggled on or off so I don't see it being the problem. </o:p>
    </o:p>
    I've purposely tested sizing the photos small, medium and large thinking it?s the size of the photo but that also doesn't seem to matter. The problem still occurs. </o:p>
    </o:p>
    The last bizarre thing is there are a handful of computers out there where this is not a problem. For example my work desktop zips through them all with no problem while my laptop fails. Both are on the same broadband connection with fast processors. </o:p>


    TEST:</o:p>


    I blew away all the stuff on my hosting account, downloaded a brand new installation of Jeremy Wadsworths extended starter kit that I hadn't modified.</o:p>


    I downloaded 5 images from http://jeremywadsworth.com/gallery and uploaded them to my hosting server. Even HIS images only load halfway. </o:p>
    So he and I are using the same code base, the same images (in this example). All the images in the gallery on his site work fine and open completely. What am I leaving out of this equation?


    My site is www.corneto.com if someone would like to look at this.</o:p>


    Thank you.</o:p>
     
  2. Problem Solved...........sort of.


    It's a browser issue. Something changed in the latest version of IE that causes the pictures to not load. I wish I knew what THAT problem was because now I have to direct peopletoward an older version of IE or to Firefox.


    Here is what I found:
    WORKS:
    Firefox latest version
    2.0.0.11
    work desktop
    7.0.5730.11
    sons desktop
    7.0.5730.11


    DOES NOT WORK:
    daughters desktop
    6.0.2600.00
    home desktop
    7.0.6000.16546
    wife desktop
    7.0.6000.16546
     
  3. Good to see you on top of it bro.
    I got your upload so keep me posted.
    Salute,
    Mark

    PS - Didn't have any Marine funerals today.
    More of a good thing, Honor Guard for WW2 Vets in the Sevierville TN Parade. Ooh Rah! [​IMG]
     
  4. I did follow the thread, very cool, congrats bro.
    Salute,
    Mark
     
  5. Ok here is the real and final solution to this problem.
    A very helpful person rewrote the handler in a way that is a little more forgiving to latency in the database. This fixed the photo problem across ALL browsers and versions! Instead of copying the code here I'll link you guys to the post:

    http://forums.asp.net/t/1190608.aspx

    Enjoy!
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page