ja0 0 Light Poster

Hi,

I am just new using the Microsoft Application Blocks .NET. I am using a custom one...
The problem is that when I call the SqlHelper parameter as "SqlHelper. " it only shows to me "Equals" or "ReferenceEquals". Why I can get the others...?

public void ExecuteNonQuery(SqlCommand sqlCmd) {...}
public SqlDataReader ExecuteReader(SqlCommand sqlCmd) {...}

What I am missing?

I did this:
1. I downloaded the MS Application Block .NET and then using the Data Access Block I ran my custom code there to get the .dll. Just copy and paste to replace the original code... It gave to me an error with "missing XML comment" so I disable it.
2. Then I went to my C# code and added as Reference.
3. Finally I added it as "using Microsoft.ApplicationBlocks.Data;"