The variable 'variable_name' is either undeclared or was never assigned

前端 未结 16 1012
甜味超标
甜味超标 2020-12-15 03:14

I have a question related to the error on the title. Im working with c# and Visual Studio 2010.

I have a form declared as \"public class FormularioGeneral : Form\",

16条回答
  •  醉话见心
    2020-12-15 04:00

    So, I have had the same problem in the past, for fix I did the following:

    • Solution → Clean Solution;
    • Build → Rebuild Solution;
    • Close Visual Studio, re-open.

    Thanks a lot to Marshall Belew!

提交回复
热议问题