Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Error on startup

$
0
0

Receive the following error on startup - continues to load and I am able to open solutions etc.

Getting a similar error loading Visual Studio 2012 and SQL Management Studio on the same machine.

===============================

SharpDevelop Version : 4.4.1.9729-7196a277
.NET Version         : 4.0.30319.34014
OS Version           : Microsoft Windows NT 6.2.9200.0
Current culture      : English (Australia) (en-AU)
Running under WOW6432, processor architecture: x86-64
Working Set Memory   : 33656kb
GC Heap Memory       : 1506kb

Unhandled exception
Exception thrown:
System.TypeInitializationException: The type initializer for 'System.ServiceModel.Channels.MessageVersion' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.ServiceModel.EnvelopeVersion' threw an exception. ---> System.IO.FileLoadException: Could not load file or assembly 'System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The request could not be performed because of an I/O device error. (Exception from HRESULT: 0x8007045D)
   at System.ServiceModel.XD.get_Message11Dictionary()
   at System.ServiceModel.EnvelopeVersion..cctor()
   --- End of inner exception stack trace ---
   at System.ServiceModel.Channels.MessageVersion..cctor()
   --- End of inner exception stack trace ---
   at System.ServiceModel.HttpBindingBase..ctor()
   at ICSharpCode.UsageDataCollector.UsageDataUploader.StartUpload(String uploadUrl)
   at ICSharpCode.UsageDataCollector.AnalyticsMonitor.<>c__DisplayClassa.<OpenSession>b__6(Object param0)
   at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

---- Recent log messages:
15:49:32.053 [1] INFO - InitSharpDevelop...
15:49:32.084 [1] INFO - Looking for AddIns...
15:49:32.131 [1] INFO - Loading AddInTree...
15:49:32.287 [1] INFO - Running autostart commands...
15:49:32.287 [1] INFO - Loading addin Usage Data Collector
15:49:32.318 [1] INFO - Loading addin GitAddIn
15:49:32.334 [1] INFO - Loading addin Subversion AddIn
15:49:36.738 [1] INFO - InitSharpDevelop finished
15:49:36.738 [1] INFO - Initializing workbench...
15:49:36.738 [5] FATAL - UnhandledException caught
--> Exception:
System.TypeInitializationException: The type initializer for 'System.ServiceModel.Channels.MessageVersion' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.ServiceModel.EnvelopeVersion' threw an exception. ---> System.IO.FileLoadException: Could not load file or assembly 'System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The request could not be performed because of an I/O device error. (Exception from HRESULT: 0x8007045D)
   at System.ServiceModel.XD.get_Message11Dictionary()
   at System.ServiceModel.EnvelopeVersion..cctor()
   --- End of inner exception stack trace ---
   at System.ServiceModel.Channels.MessageVersion..cctor()
   --- End of inner exception stack trace ---
   at System.ServiceModel.HttpBindingBase..ctor()
   at ICSharpCode.UsageDataCollector.UsageDataUploader.StartUpload(String uploadUrl)
   at ICSharpCode.UsageDataCollector.AnalyticsMonitor.<>c__DisplayClassa.<OpenSession>b__6(Object param0)
   at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
15:49:36.754 [5] FATAL - Runtime is terminating because of unhandled exception.

---- Post-error application state information:
Installed 3rd party AddIns:


Viewing all articles
Browse latest Browse all 1764

Trending Articles