I had added crytal32.ocx control, but it showing an error

System.Runtime. InteropServices .COMException was unhandled
Message="Except ion from HRESULT: 0x800A501B"
Source="Interop .Crystal"
ErrorCode=-2146807781

Code:
//code sniffet--
IDataReader IDR;
SqlConnection CN = new SqlConnection("Data source= BJ-PC\\SQlEXPRESS;User ID= sa; Password=sa1; Initial Catalog=Bakery");
...