Message in Japanese (日本語)
リモート オブジェクト上で値型フィールドのアドレスを計算しようとしました。これは、この埋め込まれた値内でフィールドの値を直接 get または set しようとしたたことが原因として考えられます。この状況を避けるために、リモートでアクセスされるオブジェクト内の各フィールドに対してはアクセス メソッドを使用してください。
Unlocalized message
An attempt was made to calculate the address of a value type field on a remote object. This was likely caused by an attempt to directly get or set the value of a field within this embedded value type. Avoid this and instead provide and use access methods for each field in the object that will be accessed remotely.
Search by Google