Message in Korean (한국어)
원격 개체의 값 형식 필드의 주소를 계산하려고 했습니다. 이러한 상황은 주로 포함된 값 형식 내부의 필드 값을 직접 가져오거나 설정하려고 하는 경우에 발생합니다. 이 방법 대신 원격으로 액세스되는 개체의 각 필드에 액세스 메서드를 제공하여 사용하십시오.
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