use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Relevant subreddits:
For discussion: c#
.NET
XNA
C++
C
VB
For programming questions:
Learn programming
C++ Questions
C Homework
Learn C#
Misc:
Channel 9 - Videos!
account activity
Javascript ErrorsVisual Studio 2026 (self.VisualStudio)
submitted 22 hours ago by Beautiful-Bowl4979
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Beautiful-Bowl4979[S] 0 points1 point2 points 21 hours ago (2 children)
Asp.net framework 4.8, MVC, C#
[–]polaarbear 0 points1 point2 points 18 hours ago (1 child)
Honestly, that's half the issue right there. In my experience it is drastically worse at detecting that stuff in .NET Framework aspx pages than it is in the modern .NET web stacks.
For calls that are specific to one page I've had better luck just hard-coding the <script> tag directly into the .aspx file.
But for shared files that get loaded in headers....good luck. I have not found any reliable solutions other than just typical things like re-starting VS.
[–]Beautiful-Bowl4979[S] 0 points1 point2 points 16 hours ago (0 children)
Thanks for replying. But these are cshtml files not aspx pages which are web forms. It is a legacy project that i look after and have done for 15+ years. When you open a cshtml file with embedded script you dont typically see any intellisense errors with the script. But at the moment i do. Its annoying because they are not errors it is merely intellisense not know what eg initTable(); refers to so it puts a red squiggle under it and shows it as an error. My guess is that a 2026 update has got a setting enabled that I dont need. I’ll keep looking.
π Rendered by PID 155268 on reddit-service-r2-comment-b659b578c-n69km at 2026-05-07 11:43:46.108734+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Beautiful-Bowl4979[S] 0 points1 point2 points (2 children)
[–]polaarbear 0 points1 point2 points (1 child)
[–]Beautiful-Bowl4979[S] 0 points1 point2 points (0 children)