Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/26/09 10:42:56 (15 years ago)
Author:
epitzer
Message:

Use version invariant assembly qualified name and update plug-in assembly name. (#506)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/New Persistence Exploration/Persistence/Persistence/Core/DeSerializer.cs

    r1420 r1425  
    8989        throw new ApplicationException(String.Format(
    9090          "No suitable method for deserialization of type \"{0}\" found.",
    91           type.FullName));
     91          type.VersionInvariantName()));
    9292      }
    9393      if ( start.Id != null )
     
    111111        throw new ApplicationException(String.Format(
    112112          "No suitable method for deserialization of type \"{0}\" found.",
    113           type.FullName));
     113          type.VersionInvariantName()));
    114114      }
    115115    }
Note: See TracChangeset for help on using the changeset viewer.