System Out Of Memory Exception

Hello.

I use WyUpdate and Automatic Updater with Window Forms. Everything works as expected and I update my program to the latest version. Problem is when UpToDate() runs I get a SystemOutOfMemory exception. I use x86 architecture (32 bit) but my program shows less than 80mb RAM on the task manager.

Please help.

The error is telling you exactly what the problem is. wyUpdate needs a small amount of memory to run. If that memory is not available it cannot run.