I have been working through the IBATIS Quick start.  I am receiving the following error:

 

ERROR:  Specified cast is not valid.

 

This is the line of code that is generating the error: 

 

IList test = Mapper.Instance().QueryForList("SelectAllTest",null);

 

Reply via email to