Share via


Edit and Continue : error 1008

Cannot perform runtime initialization required by object loaded during edit: module

Edit and Continue tried to load a previously unreferenced object file that has a global or file scope variable requiring run-time initialization. This might occur, for example, if you add #include <stdio.h> and a printf statement to a program that did not use stdio.h.

See Also

Reference

Supported Code Changes