.NET Framework Developer Center > .NET Development Forums > 64-Bit .NET Framework Development. > Images (blobs) not displayed when running in 64 bit mode
Ask a questionAsk a question
 

QuestionImages (blobs) not displayed when running in 64 bit mode

  • Friday, October 30, 2009 12:25 PMCeessie Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    I run a dot.net website on windows 2008 R2 64bit with IIS 7.
    If I run the application pool in 32-bit mode everything is fine.
    When I run it in 64 bit mode my images are not displayed.
    The images are stored as blobs in a SQL 2005 database.

    Errormessage in the log:
    Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

    A clue anyone?