Hi team
i am able to run below code in c# winform
private ListView TestList = new ListView();
but same code i trying copy and build c# console it giving me below error
Error CS0246 The type or namespace name 'ListView' could not be found (are you missing a using directive or an assembly reference?)
which namespace and reference need to add
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ruchi SharavatPosted Jul 23, 2018, 7:00 AM