Unexpected error has occurred during the library compilation process: Exception of type 'System.OutOfMemoryException' was thrown

I am facing this issue while publishing my non-alpha version code to orchestator, please help me out with this

Hi @Chethana_J_Murthy ,

This problem usually occurs when some process such as loading huge data to memory stream and your system memory is not capable of storing so much of data. Try clearing temp folder by giving the command.

start -> run -> %temp%

Hope it helps you!

1 Like