You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Kasnacheev (Jira)" <ji...@apache.org> on 2021/04/30 11:33:00 UTC

[jira] [Created] (IGNITE-14674) Assembly conflict when using POCO classes in compute of different peer-loaded version

Ilya Kasnacheev created IGNITE-14674:
----------------------------------------

             Summary: Assembly conflict when using POCO classes in compute of different peer-loaded version
                 Key: IGNITE-14674
                 URL: https://issues.apache.org/jira/browse/IGNITE-14674
             Project: Ignite
          Issue Type: Bug
          Components: platforms
            Reporter: Ilya Kasnacheev
            Assignee: Pavel Tupitsyn


System.InvalidCastException: [A]DataTypes.ValueType cannot be cast to [B]DataTypes.ValueType. Type A originates from 'DataTypes, Version=1.0.0.1, Culture=neutral, PublicKeyToken=null' in the context 'Default' in a byte array. Type B originates from 'DataTypes, Version=1.0.0.2, Culture=neutral, PublicKeyToken=null' in the context 'Default' in a byte array.

Is it possible to load the correct one? This assumes the type is identical but assembly is different.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)