I have the following code:GxLayerClass gxLayer = new GxLayerClass();
gxLayer.Path = layerFile;
On my development machine, I have both ArcView and ArcGIS Engine (version 10) installed. When I bind a license using RuntimeManager.Bind(ProductCode.Desktop), things work as expected, but when I use RuntimeManager.Bind(ProductCode.Engine), the code breaks at the first line with a message Retrieving the COM class factory for component with CLSID {BDBBB40F-D0B2-11D1-AED9-080009EC734B} failed due to the following error: 80040111.I can't find any evidence of Gxlayer not being included in ArcGIS Engine, but maybe someone can enlighten me?