Visual Studio 2013 can’t debug javascript in cshtml

So, apparently this is a “known issue” that will be fixed as soon as possible. A temporary work around that works for “some” people is making sure any Javascript is in a separate file. It is caused by having RAZR and Javascript in the same file and Visual Studio 2013 not being able to handle … Read more

VS2013: Error Loading Solution (‘JavascriptWebExtensionsPackage did not load correctly’)

So — after posting this and adding that last screenshot (the No EditorOptionDefinition export… business) — I decided to google on that phrase as well (the other key phrases brought me nothing). It brought me to this page: No EditorOptionDefinition Export Found Error Which actually fixed the problem. In short: Close Visual Studio Open the … Read more

ASP.NET MVC5/IIS Express unable to debug – Code Not Running

For me the solution was a much simpler one. In my Solution Explorer in Visual Studio, I right click on the web project, chose properties and then navigated to the “web” tab. From there I changed the Project URL to another port number. For example, if it was http://localhost:1052 – I changed it to http://localhost:4356. … Read more

Difference between std::regex_match & std::regex_search?

regex_match only returns true when the entire input sequence has been matched, while regex_search will succeed even if only a sub-sequence matches the regex. Quoting from N3337, ยง28.11.2/2 regex_match [re.alg.match] Effects: Determines whether there is a match between the regular expression e, and all of the character sequence [first,last). … Returns true if such a … Read more

How to fix ‘”CheckAttributes” task could not be loaded’-error after installing Visual Studio 2013 Update 4

Well, here’s “my solution”. First the horrific “prompt of death” (plus the same “licensing issue” annoyance) in this post: What I’ve attempted (and result) based on info from the interwebs: Close VS 2013 and rename the folder: C:\Users\[your user name]\AppData\Local\Microsoft\VisualStudio\12.0\ComponentModelCache Result: No effect/errors persist (VS will re-create that folder on startup) Rerun the Visual Studio … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)