Hello All-I'm creating a C# Standalone application and I have initialized ArcObjects. Whenever I need to update or add records to a featureclass or table I'm getting an error at pRow.set_Value below stating "Object does not contain a definition for 'set_Value'"... Now in Visual Studio when I'm writing the code pRow does have set_Value when I type a "." after it. I'm so confused here..pRow.set_Value((int)l_FCWellID, pRow.get_Value((int)l_WellID));
Please add any thoughts if you have any. Many thanks