Skip to main content

Posts

Showing posts with the label error

HP 6555b Error on start up unable to start bluetooth stack - fixed

I kept on getting this error and after doing a few searches downloaded and paid for DriverFind, what a waste of money. Eventually this is how I fixed it. I went to Device Manager: Right click computer computer -> Manager Went to Device Mananger, then  removed all Bluetooth drivers under other removed Bluetooth items under network then I downloaded sp56715 from the HP site which I found under another  machines options since the 6555b does not seem to have the bluetooth drivers. While this installed the bluetooth devices reinstalled and then a reboot was required.

More Things I have Learnt today 22 Feb 2009

Firstly let me state that I am an old school DOS and Mac programmer that is trying to learn these new school languages that seem to do eveything for you in some way as long as you know how. Since doing websites I always wondered if there was a way to do a website site it has a header, left, right and bottom. With ASPX there is a way. Using a master page Essentially design your page and where you want the body stuff then you add a content place holder there <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server"> Then in the data page add the MasterPageFile=" into the header I had been using include files now I will have to re-do my code Another thing I learnt is that there is a code library dumped in AppData, for ASPX and it MUST be in the root of the website, other wise it does not work