Error ที่เกิดขึ้น
Error 48 The type or namespace name 'XXXXX' could not be found (are you missing a using directive or an assembly reference?) D:\Application\XXX\XXXXXX.cs 1872 29 XXXXXX
How to
You need to add a reference (right-click on References in the Solution Explorer and select Add Reference) to System.Numerics.dll Also, put in using System.Numerics
ถ้าทำตามตัวอย่างไม่หาย ให้ Clean และ Rebuild Solution Explorer
ปัญหา Assembly ไม่ลบและสร้างใหม่ตอน Build Program