Hello-I had written a rather long C# standalone console app that worked fine on a Windows XP machine running ArcGIS 9.3.1. I copied this over to a Windows 2008 Server that is running ArcGIS 10 (along with Visual Studio 2010) and every single place I have the "new" keyword I'm getting a "Has No constructors defined error.." See example below. What can I do to fix this?? many thanks ESRI.ArcGIS.esriSystem.IPropertySet pInPropSet;
pInPropSet = new PropertySetClass(); //The error is highlighting new PropertySetClass()