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


Localized version

型 "%1.%2" はネイティブ シリアル化が設定されていますが、型 "%4.%5" のフィールド "%3" は値ではない型 "%6.%7" です。ネイティブ シリアル化を行う型は、blittable 型のフィールドしか保持できません。他の型のフィールドを保持できるようにするには、ユーザー定義のシリアル化など、異なる種類のシリアル化形式の使用を検討してください。

Click to search this error in Google

English version

Type "%1.%2" is marked for native serialization, but field "%3" of type "%4.%5" is of type "%6.%7" which is a non-value type. Native serialization types can only have fields of blittable types. If you wish to have a field of any other type, consider using different kind of serialization format, such as User Defined Serialization.

Click to search this error in Google



Localized version
 Japanese

Error category
 SQL Server

Other localized versions
11 versions





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