User control in Windows Forms

  • Thread starter Thread starter revere
  • Start date Start date
R

revere

Hi,

I created a user control and added it in a Windows Form. It was working in
the designer mode fine until recently. When I open the form in the designer
mode, it throws the following error message:

An error occurred while loading the document. Fix the error, and then try
loading the document again. The error message follows:

An exception occurred while trying to create an instance of <<my user
control name with its namespace>>. The exception was "File or assembly name
.... not found".

But I have the assembly in the desired location. The file is there and it
had been working for a while.

Please help me,
thanks.
 
Back
Top