I'm facing a weird problem for 5 days. Tried many thing starting of Googling and with no luck.
I think it's about my pc configuration but I couldn't found where it could be what's fixing.
The error message is:
CS1525: Invalid expression term '.'
Source:
at line 17.
Line 15: <meta name="viewport" content="width=device-width, user-scalable=no, maximum-scale=1.0, minimum-scale=1.0" />
Line 16: <title><%=notifies.Count > 0 ? "("+notifies.Count+")" : "" %>
> Line 17: <%:Core.memberInfo?.Username %>[<%:Core.memberInfo?.ID %>] /
Line 18: <asp:ContentPlaceHolder runat="server" ID="titleAddons"></asp:ContentPlaceHolder>
Line 19: :: <%:Core.siteOptions.SiteTitle %></title>
I'm using Visual Studio 2017. Project coding by .net 4.7.2. There is no build errors.
How can it be fixed?
Thank you for now..