-
-
I had this bug in the Component Art Client Templates, after debuging the dll resources Javascripts, I found that the ClientTemplates Collections was about 2 elements when only one was in the collection.
The collection's declarations was like that...
grd.ClientTemplates = [['LoadingFeedbackTemplate',' <table cellspacing="0" cellpadding="0" border="0"> <tr> <td style="font-size:10px;font-family:Verdana;">Loading...</td> <td><img src="/images/icons/grid/spinner.gif" width="16" height="16" border="0"/></td> </tr> </table> '],];
If I remember well, when you close a collection with a last , an ending element is created?
That is the problem, but the the cause. The cause is when you assign a client side template to a column, and this template is not valid. The control just create an empty element and this problem occurs.
-f.
-
-
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\MSSQLServer
LoginMode =2
... and restart the service.
-f.
-
-
After having this behavior, I found the solution by pressing F8 at startup, and then disabling automatic reboot on failure.
Than a blue screen of death (BSOD) was saying "Unmountale boot volume". After that, a simple chkdsk corrected the problem... (from the installation cd)
-f.