How can we help you today? How can we help you today?

Decompiling an assembly and one of its dependencies

It seem the "Assembly Decompilation" fails sometime (I have to admit it did not failed all the time) when it tries to process an Assembly and one of its dependencies at the same time. It always ends up with an OutOfMemory exception thrown by the system.runtime.serialization.Formatters.Binary.BinaryFormatter (serialize method).
Using build 222.
braibaud
0

Comments

3 comments

  • Alex D
    Hi braibaud,
    Do you have a stack trace that came with the error? Any more details about the assemblies that it happened on would be great so we can try to reproduce it.

    Thanks,
    Alex D
    0
  • braibaud
    Exception of type 'System.OutOfMemoryException' was thrown.

    System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
    at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Write(WriteObjectInfo objectInfo, NameInfo memberNameInfo, NameInfo typeNameInfo)
    at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.WriteArrayMember(WriteObjectInfo objectInfo, NameInfo arrayElemTypeNameInfo, Object data)
    at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.WriteArray(WriteObjectInfo objectInfo, NameInfo memberNameInfo, WriteObjectInfo memberObjectInfo)
    at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Write(WriteObjectInfo objectInfo, NameInfo memberNameInfo, NameInfo typeNameInfo)
    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 (Object , Stream , Object )
    at .„.()
    at .„.Dispose()
    at (Object )
    at .‡.(String , String ,
    braibaud
    0
  • Alex D
    Excellent, thanks. We've had that happen once as well, but couldn't reproduce it. We'll have it fixed soon.

    Cheers,
    Alex D
    0

Add comment

Please sign in to leave a comment.