Duplicate Symbol Error
I have a class called CreditInfo that has been working fine for the last couple of days, but the compiler now complains that it is now finding a duplicate symbol for that class. I can solve the problem by removing the reference to the class from the project (without deleting the file) and rebuilding. I checked for duplicate references to the class in the Workspace, but there are none. Maybe my Workspace file got screwed up somehow?
|