I had the same problem and for some reason I had to add the standard SQL port (1433) and then everything worked again. In your case that would be:
string connectionString = @"Data Source=SYAZANA,1433;Initial Catalog=WangSCM;integrated security=true;"