Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
More than likely your full name is wrong or cannot be resolved. The best way to get the exact settings rather than guessing is to use the type editor (builder) to create the relationship for you. Then go the InitializeComponent method of that BO (it will be in the partial class) and copy out the foreign field, primary field, and BO type and then place it into your code. You can then go back and reset teh parent relationship so that you can just do it in code. Compare what you have to what is generated through the type editor to find your problem.
|