Venturing into ArcServer from desktop/engine.I never have an issue w/ binding to Engine or Desktop and AoInitialize.All dlls being used are available in Server Core.simple line of code, even with ArcServer installed and Authorized...Now I see the productCode no problem... Dim Info As IEnumerable(Of ESRI.ArcGIS.RuntimeInfo) = ESRI.ArcGIS.RuntimeManager.InstalledRuntimes ' check installed runtimes for each item in Info pProductCode = ESRI.ArcGIS.ProductCode.Server 'do it all at once... ESRI.ArcGIS.RuntimeManager.BindLicense(pProductCode, ESRI.ArcGIS.LicenseLevel.Standard) *'aoLicenseIntializer = New ESRI.ArcGIS.esriSystem.AoInitialize() ' Must be the first object created Next
at BindLicense line...Unable to initialize an ArcGIS 10.1 license. Could not find any of the following product license(s): ArcServersuggestions?