I am getting the below exception after we upgraded to Sitecore 8.2 and glass mapper version 4.3.4.197.
Exception : Message = "Failed to find configuration for parent item type Sitecore.Data.Items.Item"
My code below :
Saving item into master database
Parent Item type = Sitecore.Data.Items
var newItem = sitecoreContext.Create(parentItem , fixed);