Compiler Error Help?

Grasshopper-NET

Newcomer
Joined
Mar 12, 2006
Messages
18
This is the error I got:

:confused: fatal error C1084: Cannot read CLR runtime data file: \debug\stdafx.obj': <Unknown>

: this didn't happen before.


What can be the problem?

Thanks in advance. :)
 
The msdn has very little to say on the subject. My guess is that the obj file is locked for writing when you try to compile which doesn't allow the compile to complete. This can happen for a variety of reasons. Resetting your computer should fix the problem, if that is the problem.
 
Back
Top