As we can assign any field in infopath form using (Eg:TextBox)
MainDataSource.CreateNavigator().SelectSingleNode("//my:RequestedHardware",
NamespaceManager).SetValue("Test");
But when i am assigning the same for the PeoplePicker field it is giving an exception means which we can't add the value like this. Please suggest how can we programatically do this.... Thanks