Hi,
We are facing a problem in the deployment for our website which is making use of Mapsuite.The application is deployed in WinXp machine which has .Net framework 3.5, Silver light 3.0 installed in it.
The application is referring to SilverLightMapConnector, MapsuiteCore, MapsuiteCommon and MapsuiteConnector dlls. When we try to browse the page we are getting the exception which is attached below.
Can you suggest what other changes or dlls should be used for the deployment?
As we are not having Visual studio installed in the deployment machine, we are not able to debug them.
Company: Honeywell.
Team: Nate Falk
Mapsuite dlls Version: 2.0.
Note: The application is working fine on developer machine.
Server Error in '/RVSWebClientBuild2.0' Application.
The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
<divre></divre>
[COMException (0x8007007f): The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)]
[FileLoadException: A procedure imported by 'MapSuiteEcwX86, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' could not be loaded.]
MapSuiteGeoRaster.GeoImageECW..ctor() +0
CreateGeoImageFile(String filename) +71
MapSuiteGeoRaster.GeoImage.LoadFile(String filename) +16
[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) +0
System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) +71
System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) +261
System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +29
ThinkGeo.MapSuite.Core.xbde0958acd0fe179.LoadFile(String filePathName) +50
ThinkGeo.MapSuite.Core.EcwRasterSource.OpenCore() +48
ThinkGeo.MapSuite.Core.RasterSource.Open() +37
ThinkGeo.MapSuite.Core.RasterLayer.OpenCore() +12
ThinkGeo.MapSuite.Core.Layer.Open() +27
Honeywell.RVS.WebClientHost.Home.Page_Load(Object sender, EventArgs e) in D:\SVN\HBS_RVSWebClient\trunk\SourceCode\Production\MESFramework\Core.Web\Home.aspx.cs:70
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Srikar.
