Hi
I created one application for one of my client for version 9.3 which worked great, now my customer is upgraded to AL 10 desktop and want the application upgraded as well.
When I converted it I get errors on these two lines which I am unable to resolve. is there any other work around for this ?
IPointCollection4 pointCollection4 = new PolylineClass();
Error: Interop type 'ESRI.ArcGIS.Geometry.PolylineClass' cannot be embedded. Use the applicable interface instead.
IGeometryBridge2 geometryBridge = new GeometryEnvironment();
Error : Cannot implicitly convert type 'ESRI.ArcGIS.Geometry.GeometryEnvironment' to 'ESRI.ArcGIS.Geometry.IGeometryBridge2'. An explicit conversion exists (are you missing a cast?)
Any help would be highly appreciated.
Best Regards
Rizwan Bashir