Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error 9 The application domain in which the thread was running has been unloaded.

Tags:

When to build my website project this morning and got this error:

Error 9 The application domain in which the thread was running has been unloaded.

No additional line numbers, project, or file information are displayed, just the error message. I tried cleaning the solution and opening and closing visual studio (running 2012 beta). Anyone have any suggestions to how I can get my project to build?

like image 718
NSjonas Avatar asked Jul 12 '12 16:07

NSjonas


1 Answers

Usually, just selecting the rebuild option is enough to resolve this issue. However you may also need to:

  1. adjust your virtual memory settings to make more virtual memory available.
  2. exit other applications that are consuming large amounts of virtual memory.
  3. it also appears that Microsoft attempted a fix for this in Service Pack 1 for Visual Studio, although this has not resolved the issue for all people.
like image 95
user2110717 Avatar answered Dec 03 '22 20:12

user2110717