Advertisement
Guest User

Exception Details

a guest
Dec 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.91 KB | None | 0 0
  1. System.OutOfMemoryException
  2. Exception of type 'System.OutOfMemoryException' was thrown.
  3.    at System.Reflection.AssemblyName.nGetFileInformation(String s)
  4.    at System.Reflection.AssemblyName.GetAssemblyName(String assemblyFile)
  5.    at Microsoft.VisualStudio.DesignTools.Utility.AssemblyHelper.InternalGetAssemblyName(String path)
  6.    at Microsoft.VisualStudio.DesignTools.Utility.AssemblyHelper.<>c__DisplayClass42_0.<GetAssemblyNameFromPath>b__1(String key, Tuple`2 currentValue)
  7.    at System.Collections.Concurrent.ConcurrentDictionary`2.AddOrUpdate(TKey key, Func`2 addValueFactory, Func`3 updateValueFactory)
  8.    at Microsoft.VisualStudio.DesignTools.Utility.AssemblyHelper.GetAssemblyNameFromPath(String path)
  9.    at Microsoft.VisualStudio.DesignTools.Utility.IO.AccessService.GetAssemblyNameFromPath(String path)
  10.    at Microsoft.VisualStudio.DesignTools.Designer.Assemblies.AssemblyService.ResolveAssembly(String assemblyPath, String assemblyFullName, String projectPath, ReferenceAssemblyContext context, Boolean useReflectionOnlyLoad)
  11.    at Microsoft.VisualStudio.DesignTools.Designer.Assemblies.AssemblyCollection.AssemblyService_AssembliesUpdated(Object sender, EventArgs`1 e)
  12.    at Microsoft.VisualStudio.DesignTools.Designer.Assemblies.AssemblyService.OnAssembliesUpdated(IEnumerable`1 assemblyInformation)
  13.    at Microsoft.VisualStudio.DesignTools.Designer.Assemblies.AssemblyService.OnFileChanged(IEnumerable`1 changedPaths)
  14.    at Microsoft.VisualStudio.DesignTools.Designer.Assemblies.AssemblyService.ShadowCopyProvider_FilesChanged(Object sender, EventArgs`1 e)
  15.    at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.LocalEvent`3.<>c__DisplayClass13_0.<Invoke>b__0()
  16.    at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.STAMarshaler.Call.InvokeWorker()
  17.    at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.STAMarshaler.Call.Invoke(Boolean waitingInExternalCall)
  18.    at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.STAMarshaler.InvokeCall(Call call)
  19.    at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.STAMarshaler.ProcessQueue(CallQueue queue)
  20.    at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.STAMarshaler.ProcessInboundQueue(Int32 identity)
  21.    at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.STAMarshaler.ProcessMessage(Int32 msg, IntPtr wParam, IntPtr lParam, Boolean elevatedQuery, Boolean& handled)
  22.    at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.STAMarshaler.OnWindowMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  23.    at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.MessageOnlyHwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  24.    at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  25.    at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  26.    at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  27.    at System.Windows.Application.RunDispatcher(Object ignore)
  28.    at System.Windows.Application.RunInternal(Window window)
  29.    at System.Windows.Application.Run(Window window)
  30.    at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.DesignerProcess.RunApplication()
  31.    at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.DesignerProcess.<>c__DisplayClass5_0.<Main>b__0()
  32.    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  33.    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  34.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  35.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  36.    at System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement