Hi,
I am getting some unusual simple errors.
Not good in C#. Please Specify the corrections.
Regards,

Code:
DateTime CAP_DATE = dsSet.Tables["VW_ASSETLIST2"].Rows[i]["CAP_DATE"];
Error: Cannot implicitly convert type 'object' to 'System.DateTime'. An explicit conversion exists (are you missing a cast?)


Code:
double  CAP_AMT =  dsSet.Tables["VW_ASSETLIST2"].Rows[i]["CAP_AMT"];
Error: Cannot implicitly convert type 'object' to 'double'. An explicit conversion exists (are you missing a cast?)

Regards.