Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. Exception: System.AggregateException: AggregateException_ctor_DefaultMessage ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
  2. at BuddyStore.Helpers.AssemblificationService.ConfuserLogger.ErrorException(String msg, Exception ex)
  3. at Confuser.Core.ConfuserEngine.RunInternal(ConfuserParameters parameters, CancellationToken token)
  4. at Confuser.Core.ConfuserEngine.<>c__DisplayClass1.<Run>b__0()
  5. at System.Threading.Tasks.Task.InnerInvoke()
  6. at System.Threading.Tasks.Task.Execute()
  7. --- End of inner exception stack trace ---
  8.  
  9. Server stack trace:
  10. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  11. at BuddyStore.Helpers.AssemblificationService.Confuse(Byte[] input, Byte[]& output)
  12. at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
  13. at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
  14.  
  15. Exception rethrown at [0]:
  16. at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
  17. at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
  18. at BuddyStore.Helpers.AssemblificationService.Confuse(Byte[] input, Byte[]& output)
  19. at BuddyStore.Helpers.AssemblificationService.ApproveVersion(StoreContext db, Int32 versionId)
  20. at BuddyStore.Controllers.DeveloperController.SubmitVersion(DeveloperSubmitVersionViewModel vm)
  21. ---> (Inner Exception #0) System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
  22. at BuddyStore.Helpers.AssemblificationService.ConfuserLogger.ErrorException(String msg, Exception ex)
  23. at Confuser.Core.ConfuserEngine.RunInternal(ConfuserParameters parameters, CancellationToken token)
  24. at Confuser.Core.ConfuserEngine.<>c__DisplayClass1.<Run>b__0()
  25. at System.Threading.Tasks.Task.InnerInvoke()
  26. at System.Threading.Tasks.Task.Execute()<---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement