When they click on the sysconfig attachment the Log In box opens up. It is when they put in their credential that the error displays.
Below is the detail:
**Exception caught in: mscorlib
Error Detail
Message: Could not load file or assembly ‘Epicor.ServiceModel, Version=3.2.600.0, Culture=neutral, PublicKeyToken=37a5ccb872c00aec’ or one of its dependencies. The located assembly’s manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Program: CommonLanguageRuntimeLibrary
Method: GetTypeByName
Client Stack Trace
at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type)
at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName)
at System.RuntimeType.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark)
at System.Type.GetType(String typeName, Boolean throwOnError)
at Ice.Common.EpicorFaultDetail.GetExceptionType()
at Ice.Common.EpicorFaultDetail.GetExceptionInstance()
at Ice.Common.ExceptionFunctions.GetExceptionFromFault(FaultException1 faultEx) at Ice.Common.ExceptionFunctions.GetExceptionFromFault(FaultException
1 ex, DataSet[] dataSets)
at Epicor.ServiceModel.Channels.ImplBase`1.ShouldRethrowNonRetryableException(Exception ex, DataSet[] dataSets)
at Ice.Proxy.Lib.SessionModImpl.Handshake(Version clientVersion)
at Ice.Core.Session.Handshake(Boolean fwVerCheck, Boolean updateSData)
at Ice.Core.Session.InitSessionMod(String asUrl, Boolean fwVerCheck, String companyID, String plantID)
at Ice.Core.Session.InitSession(Action setCredentials, String asUrl, LicenseType licenseType, String pathToConfigurationFile, Boolean fwVerCheck, String companyID, String plantID)
at Ice.Core.Session…ctor(String userID, String password, String asUrl, LicenseType licenseType, String pathToConfigurationFile, Boolean fwVerCheck, String companyID, String plantID)
at Ice.Core.Session…ctor(String userID, String password, String asUrl, LicenseType licenseType)
at Ice.Lib.LogOn.CreateSession(String userID, String password, String appServerUri, LicenseType licenseType, SessionTokenType sessionTokenType, Object azureADOwnerWindow)
at Ice.Lib.LogOn.logOn(String userID, String password, Boolean promptUpdatePassword, SessionTokenType sessionTokenType)
at Ice.Lib.LogOn.btnOK_Click(Object sender, EventArgs e)
When they click ok on the error to close it the following displays:
Application Error
Exception caught in: Ice.Menu.Main
Error Detail
Message: Object reference not set to an instance of an object.
Program: Ice.Menu.Main.dll
Method: RunShortcut
Client Stack Trace
at Ice.Lib.UI.LaunchShortcut.RunShortcut()
at Ice.Lib.UI.App.Launch.InitializeShowDialog()
at Ice.Lib.UI.App.LaunchBase.ShowDialog(String[] args)