The name '__o' does not exist in the current context

后端 未结 5 2065
花落未央
花落未央 2020-12-13 03:24

I just installed Visual Studio 2015 and opened my asp .net project that I was working on. I\'m receiving many errors (all exactly the same) as below:

5条回答
  •  Happy的楠姐
    2020-12-13 04:01

    What resolved this problem from its heart for me was to add a dummy expression early in the page. E.g. <%="" %>. Check out this link for further explanation: https://forums.asp.net/post/1263727.aspx

提交回复
热议问题