lamp

November 2007 - Posts

NetworkEverywhere (NWP11B) drivers
29 November 07 09:04 AM | Frederick.Chapleau | 4 comment(s)

First, download the software here

ftp://ftp.networkeverywhere.com/nwp11b_drivers_v2.1.10.2.zip

After you should receive an error with the file tiacxgen.bin, you should download the package

http://www.chapleau.info/cs/files/folders/drivers/entry299.aspx

-f.

Filed under:
'5(Access is denied.)' while attempting 'RestoreContainer::ValidateTargetForCreation'
24 November 07 12:56 AM | Frederick.Chapleau | 13 comment(s)

Very simple, use the SQL Server Configuration Manager to change the service account of the SQL Server Service for LocalSystem. This system account has the right to write into the destination folder...

-f.

ref: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1634842&SiteID=1

Filed under:
One day I Received a warning.
14 November 07 08:22 AM | Frederick.Chapleau | with no comments

I received a warning, "Running in modulated clock mode". This was because the high temperature of my poor celeron. I searched, and saw that the CPU temperature was there:

#cat /proc/acpi/thermal_zone/THRM/temperature

-f.

Filed under:
Constructor of type system.string not found
09 November 07 08:52 AM | Frederick.Chapleau | with no comments

When using a property grid in a .NET project the message constructor of type system.string not found can occur. To solve that, just decorate your property with

[Editor("System.Windows.Forms.Design.StringCollectionEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]

-f.

Filed under: