I created a control library with 7 custom properties. I have a test form project in the same solution as the control library project. I can add a control to the test form and it works great. My custom properties are displayed in the properties window when the control is selected. I can change the properties of the control in the properties window fine also.
When I reference the control library in another solution, I can add a control from the control library to a form no problem. When I run the program it auto saves, removing the asterick by filename, and then the .vb files (code and form) show the asterick again and the .vb file with the form on it changes to a red x with the following message:
An error occurred while loading the document. Fix the error and then try loading the document again. The error message follows: The designer cannot be modified at this time.
Has anyone else experienced this?
When I reference the control library in another solution, I can add a control from the control library to a form no problem. When I run the program it auto saves, removing the asterick by filename, and then the .vb files (code and form) show the asterick again and the .vb file with the form on it changes to a red x with the following message:
An error occurred while loading the document. Fix the error and then try loading the document again. The error message follows: The designer cannot be modified at this time.
Has anyone else experienced this?