why do I get this error in visual studio C #?

1

hello I see this error and I do not know what I forgot to install in visual study so that I would appear

    
asked by luis Falleni 04.09.2018 в 08:57
source

1 answer

1

You have to go to the root of the project, open the .csprj and delete this line:

<ItemGroup>
 <Compile Include="carpeta\Namespace\persona.cs" />
</ItemGroup>

At some point you will have touched the properties of that class.

    
answered by 04.09.2018 в 12:36