开发者

VS2010 Professional - refresh error list

Is it possible to manually refresh or get VS to check code for errors in V开发者_StackOverflow社区S2010 Professional?

I was writing writing code for a creation of a new string in C#, something close to:

decimal[] totals = new decimals[4];

and got error in Error List, I've corrected mistake(changed decimals to "decimal") but error didn't disapear straight away, VS prevented me from debugging and error only disappeared after approx a minute.


Build the project by pressing Shift+F6.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜