VB.NET 2005: Files Disassociated From Form

HardCode

Freshman
Joined
Apr 2, 2004
Messages
49
I created some new folders in the Project Explorer to organize different forms. In doing so, one form became disassocaited from its .designer.vb and .resx files. Below is a screenshot. How can I reassociate them? None of the form's objects are rendering in the IDE now? This is a Windows Application using SourceSafe 6.0x source control.
 

Attachments

You could open the project file, which should be in an XML format, and fix that file's entry so that it is consistent with the other designer classes, i.e. references its Designer.vb and resx file.
 
Back
Top