Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Maximus 1 post 21 karma points
    May 29, 2010 @ 01:18
    Maximus
    0

    error when running the default.aspx after installing latest Umbraco

    Hi all, some help here please:

    This is from Application log:
    --------------------------------------------------
    Event Type: Error
    Event Source: ASP.NET 2.0.50727.0
    Event Category: None
    Event ID: 1334
    Date:  5/28/2010
    Time:  6:08:32 PM
    User:  N/A
    Computer: xxxxxxxx
    Description: An unhandled exception occurred and the process was terminated.

    Application ID: DefaultDomain
    Process ID: 2256
    Exception: System.Runtime.Serialization.SerializationException

    Message: Type 'umbraco.DataLayer.SqlHelperException' in Assembly 'umbraco.DataLayer, Version=0.3.0.0, Culture=neutral, PublicKeyToken=null' is not marked as serializable.

    StackTrace:    at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitSerialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter)
       at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.Serialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter)
       at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Serialize(Object graph, Header[] inHeaders, __BinaryWriter serWriter, Boolean fCheck)
       at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph, Header[] headers, Boolean fCheck)
       at System.Runtime.Remoting.Channels.CrossAppDomainSerializer.SerializeObject(Object obj, MemoryStream stm)
       at System.AppDomain.Serialize(Object o)
       at System.AppDomain.MarshalObject(Object o)

    Any ideas?

     

    Thank you

    M

     

     

  • Aaron Powell 1708 posts 3046 karma points c-trib
    May 29, 2010 @ 02:23
    Aaron Powell
    0

    The problem is most likely that your site can't connect to its database, that is why the error is being produced.

    Check your connection string.

Please Sign in or register to post replies

Write your reply to:

Draft