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


Localized version

リモート オブジェクト上で値型フィールドのアドレスを計算しようとしました。これは、この埋め込まれた値内でフィールドの値を直接 get または set しようとしたたことが原因として考えられます。この状況を避けるために、リモートでアクセスされるオブジェクト内の各フィールドに対してはアクセス メソッドを使用してください。

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
 Japanese

Error category
 .Net Framework

Other localized versions
24 versions





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