Hi,

i am using visual studio 2013. when i am try to select combobox values i am getting this error (Accessviolatio nexception was unhandled:
(Attempted to read or write protected memory. This is often an indication that other memory is corrupt.)

Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
using System.Data.SqlServerCe;
using System.Threading;
...