My Workspace Studio is crashing and I get the following information from the debug...
______________________________________________
************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'System.EnterpriseServices.Wrapper.dll' or one of its dependencies. The system cannot find the file specified.
File name: 'System.EnterpriseServices.Wrapper.dll' ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.EnterpriseServices.Wrapper.dll' or one of its dependencies. The system cannot find the file specified.
File name: 'System.EnterpriseServices.Wrapper.dll' ---> System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
at System.Reflection.Assembly._nGetModules(Boolean loadIfNotFound, Boolean getResourceModules)
at System.Reflection.Assembly.nGetModules(Boolean loadIfNotFound, Boolean getResourceModules)
at System.Reflection.Assembly.GetTypes()
at Infragistics.Shared.Serialization.Binder.FindType(Assembly assembly, String assemblyName, String typeName)
at Infragistics.Shared.Serialization.Binder.BindToTypeImpl(String assemblyName, String typeName)
at Infragistics.Shared.Serialization.Binder.BindToType(String assemblyName, String typeName)
at Infragistics.Win.Serialization.Binder.BindToType(String assemblyName, String typeName)
at Infragistics.Win.UltraWinTabbedMdi.Serialization.Binder.BindToType(String assemblyName, String typeName)
at System.Runtime.Serialization.Formatters.Soap.ObjectReader.Bind(String assemblyString, String typeString)
at System.Runtime.Serialization.Formatters.Soap.SoapHandler.ProcessGetType(String value, String xmlKey, String& assemblyString)
at System.Runtime.Serialization.Formatters.Soap.SoapHandler.ProcessType(ParseRecord pr, ParseRecord objectPr)
at System.Runtime.Serialization.Formatters.Soap.SoapHandler.ProcessAttributes(ParseRecord pr, ParseRecord objectPr)
at System.Runtime.Serialization.Formatters.Soap.SoapHandler.StartChildren()
at System.Runtime.Serialization.Formatters.Soap.SoapParser.ParseXml()
at System.Runtime.Serialization.Formatters.Soap.SoapParser.Run()
at System.Runtime.Serialization.Formatters.Soap.ObjectReader.Deserialize(HeaderHandler handler, ISerParser serParser)
at System.Runtime.Serialization.Formatters.Soap.SoapFormatter.Deserialize(Stream serializationStream, HeaderHandler handler)
at System.Runtime.Serialization.Formatters.Soap.SoapFormatter.Deserialize(Stream serializationStream)
at Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager.Load(Stream stream, Boolean xml)
at Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager.LoadFromXml(Stream stream)
at SolarWinds.Toolset.IEE.TabManager.Deserialize(String filename)
at SolarWinds.Toolset.IEE.HostApp.AppLoader.LoadApplication(IeeMain frm)
at SolarWinds.Toolset.IEE.HostApp.IeeMain.tmAppStart_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
______________________________________________
I have verified the DLL is on the system in:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\
I even tried to register it manually and got the following:
...was loaded, but the DllRegisterServer entry point was not found
Any ideas or suggestions before I open a ticket?
Thanks!
Stacy