ALX
Well-known member
I think VB.NET just likes to mess with me. I experience the strangest problems ! I had a form class that I deleted from my app some time ago. Recently I tried to create a new form class using the same name as the old "deleted" form. VB.NET popped up a message that the name was already in use and to choose a unique name. There is no reference to a class with this name in the Solution Explorer (as there shouldn't be since it was deleted), and I don't see any files in the directory that contain the name, but apparently, the name is lurking somewhere in VB's data that makes it think this class name is in use in this app.
Any ideas how to wipe this name out of VB.NET's mind (of it's own) ???
Any ideas how to wipe this name out of VB.NET's mind (of it's own) ???