Hi,
I had Order.cs in my solution as some point in time.. then I remove it deciding I'll deal with that later..
now, that that later time arrived, I'm adding a new emtpy class file Order.cs, but when I try to compile, it gives me an error saying:
Warning 1 The file 'Order.cs' could not be added to the project. A file with the same path already exists in the project. DomainModel
Error 2 The item "Order.cs" was specified more than once in the "Sources" parameter. Duplicate items are not supported by the "Sources" parameter. DomainModel
What can I do about that ?
Thanks
Martin Bittner, MCP