Error message when adding an User control

  • Thread starter Thread starter Meena
  • Start date Start date
M

Meena

Hi,
I created an user control and tried to add the user control to a test
project (windows application). It gave this err message : 'The path is not
of a legal form'. I tried adding it at runtime and got the same error.
Can someone please help me with this issue ?

Thanks,
Meena
 
Hi Meena,

Meena said:
Hi,
I created an user control and tried to add the user control to a test
project (windows application). It gave this err message : 'The path is not
of a legal form'. I tried adding it at runtime and got the same error.
Can someone please help me with this issue ?

Thanks,
Meena

Is there anything interesting going on in the constructor or Load event
of the user control?

Regards,
Daniel
 
Back
Top