09 April 2014 13:45
I managed to generate this error twice within a few days while working with the Entity Framework and SQL Server 2012. I had to resort to searching for a resolution on both occasions so I'm posting about it to sear the cause and solution into my brain.
Viewed 83343 times
01 May 2011 08:56
A number of people have complained that clicking the Visual Studio Launch button in WebMatrix opens an older version of Visual Studio instead of the latest version. There is an easy fix to this.
Click to read more about WebMatrix Opens Wrong Version Of Visual Studio ...
Viewed 19745 times
30 April 2008 22:48
The unbelievably cryptic Operation Must Use An Updateable Query error is the bane of developers who are just starting out with Access and ASP.NET. You've done your code, plopped your database file in the App_Data folder (or at least, you should have done), and try to run a page that INSERTs or UPDATEs records, and it all stops dead. This brief article explains the cause of the error, and the steps required to stop it recurring.
Click to read more about Solving the Operation Must Use An Updateable Query error ...
Viewed 260799 times
13 November 2007 12:33
If you have just been directed to this page, it may be because you have just thread-jacked. If you are not sure what that means, read on for an explanation, and some guidance.
Click to read more about How to get your forum question answered - avoid thread-jacking ...
Viewed 917772 times
Thomas
05/03/2018 00:59
In response to I'm Not Writing A Book On Razor Pages
There's a typo on this page: = true)]
should be
[BindProperty(SupportsGet = true)]...
Rolf Herbert
04/03/2018 19:25
In response to I'm Not Writing A Book On Razor Pages
So is MS deprecating razor Web Pages..? Is it dead..? I wish they would stop killing things so its...
Borut
17/02/2018 12:59
In response to I'm Not Writing A Book On Razor Pages
Mike, is it possible that Web Pages and Razor Pages "live" together in one web application?
I a I...
hrboyce
09/02/2018 04:44
In response to I'm Not Writing A Book On Razor Pages
Mike, First thanks for doing this but I have to ask, any chance you would consider converting one of...
aziz sallam
07/02/2018 10:18
In response to I'm Not Writing A Book On Razor Pages
u are a great man...
Satyabrata Mohapatra
31/01/2018 11:36
In response to I'm Not Writing A Book On Razor Pages
This is a great news!!!! Thanks...
tangdf
30/01/2018 07:25
In response to I'm Not Writing A Book On Razor Pages
=>
{
o.ConfigureFilter(new IgnoreAntiforgeryTokenAttribute());
});
The extension method does...
Obinna Okafor
30/01/2018 04:02
In response to I'm Not Writing A Book On Razor Pages
Thank you very much. I would like to see a project built from scratch using Razor Pages. And it show...
rachida Dukes
31/10/2017 13:52
In response to Customising Identity in Razor Pages
Thanks again for this wonderful tutorial.
I followed all the steps in this section called:
Adding...
Rachida
31/10/2017 12:06
In response to Customising Identity in Razor Pages
Thanks very much for this wonderful tutorial, it helped a lot....