English version of all error messages you can encounter while programming
  |   ABOUT


Localized version

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

Click to search this error in Google

English version

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.

Click to search this error in Google



Localized version
 Korean

Error category
 .Net Framework

Other localized versions
24 versions





Copyright © dotmedias 2012 Launched in 2012, to help programmers finding solutions