In Visual Studio in Immediate Window I was trying to check for value of variable:
(listElem as Project).ID
and I get error
The type 'projName.Folder.Project' exists in both 'projName.dll' and 'projName.dll'.
How can that be?
EDIT: The 'projName.dll' is the dll I am debugging, so there is no reference of 'projName.dll' added to 'projName.dll'. In bin folder I have only one 'projName.dll'.It's not web app.