8:51 AM
Error: The type or namespace name 'List' could not be found (are you missing a using directive or an assembly reference?)
Posted by vijay
If you got this error then import namespace...Recently i got this error when i am doing project...
using System.Collections.Generic;
I hope someone need this one............
using System.Collections.Generic;
I hope someone need this one............
0 comments:
Post a Comment