Hi,

I am trying to run a project and study the code part. when execute the project, it gives

error: the type binding.bindingunusualproperties already contains a definition for 'components' error

components is found in and .cs files. please give me some clue.

Thanks.

It means that you have two definitions of 'components' in the same scope/namespace. For example, you can't do this:

int myvar = 3;
String myvar = "tuesday";
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.