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
 Korean

Error category
 SQL Server

Other localized versions
11 versions





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