lamp

December 2007 - Posts

this.ClientTemplates[...].[0] is null or not in object
21 December 07 11:24 AM | Frederick.Chapleau | with no comments

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.

Filed under:
Enable SQL Server Authentication
20 December 07 12:50 PM | Frederick.Chapleau | with no comments

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\MSSQLServer

LoginMode =2

... and restart the service.

 -f.

Filed under:
windows 2003 reboot acpitabl.dat
17 December 07 01:11 PM | Frederick.Chapleau | 1 comment(s)

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.

 

Filed under: