You can actually check any error number by going to Help>>Explain Error...
Just type in the error code you're receiving and it will give you the appropriate error message. For this particular error, the description is:
Possible reason(s):
LabVIEW: Memory is full.As a sanity check, use the Windows Task Manager to see if memory really is getting used up. If you are, you'll need to figure out why. Since you're running this as a DLL, it will be a little tougher to track down. Use the "Show Buffer Allocations" tool to see if you're creating any unnecessary duplicates of data. Also, use the "Profile VIs" tool to see where memory is getting used most. Then focus on those areas and see if you can clean up some space.
J.R. Allen