winforms project 'ListItem' not Recognized

M

mickieparis

I started a new winforms project and suddenly I'm getting the error:

The type or namespace name 'ListItem' could not be found (are you
missing a using directive or an assembly reference?)

Do I need to add a special reference? I don't remember having to do
this before. Thanks

Michelle
 
F

Family Tree Mike

I started a new winforms project and suddenly I'm getting the error:

The type or namespace name 'ListItem' could not be found (are you
missing a using directive or an assembly reference?)

Do I need to add a special reference? I don't remember having to do
this before. Thanks

Michelle

What is the line of code that gives the error?

I am only familiar with a ListItem in an ASP.Net app. You really are
using it in a windows forms app?
 
A

Arto Viitanen

28.4.2010 3:14 said:
What is the line of code that gives the error?

I am only familiar with a ListItem in an ASP.Net app. You really are
using it in a windows forms app?

Another ListItem seems to be on System.Windows.Documents, i.e. a WPF
class. The name ListItem sounds like a property to me. Could you show
some code where it is used?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top