Click here to Skip to main content
16,007,885 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I Have a error "Child is not a child control of this parent"

My class are developed by CSLA

my code is:
Dim objCurrency As MyProject.Lib.Core.Core.Currency = MyProject.Lib.Core.Core.Currency.NewCurrency
Me.SplitContainer1.Panel2.Controls.Add(New CurrencyEdit(objCurrency))
Posted
Comments
Ralf Meier 3-Aug-15 6:40am    
I don't know your objects ... Perhaps you tell us something more about your objects and it's methods ...
YassineYousfi 3-Aug-15 11:01am    
debug the exact line that throws the error. and tell which object that crushes.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900