Archive for the ‘All’ Category

by @ 12:49   All | Tech   Permalink

Sharepoint Services not configured for use with ASP.NET 2.xxxxx

Thursday, November 26th, 2009

As I use my sharepoint system very rarely I had not noticed that there was an error when trying to access http://companyweb. I have an SBS 2003 server that deals with all my mail etc and recent updates seem to have killed off the sharepoint service.

This is the full error that I get

This Windows SharePoint Services virtual server has not been configured for use with ASP.NET 2.0.50727.3603. For more information, please refer to Knowledge Base article 894903 at http://go.microsoft.com/fwlink/?LinkId=42660.

The article the link refers to is a good starting point, but it fails to actually tell you where the stsadm file is, and running the command as microsoft have put it will just result in a file not found error. I had to go hunting for the file myself, and as the search function failed it was a manual hunt.

I finally found the file, so here is the command that actually works

“c:\Program Files\Common Files\Microsoft Shared\web server extensions\60\BIN\stsadm” -o upgrade -forceupgrade -url http://companyweb

That command obviously depends on the virtual sharepoint site actually being called companyweb. If you have changed it you will need to amend the end of the command.

Once it finished running I was asked to login to the sharepoint service on the server itself. After trying multiple combinations of usernames/domains and passwords it failed. I jumped onto my desktop and logged into sharepoint without issue and all is now working again. My guess (as I have not fully investigated it and won’t be on my home system as it’s not really needed) is that the DNS is either out or logging into sharepoint on the server itself is just not cricket.

Page 2 of 212

Iphone posting

Sunday, August 16th, 2009

Test post from my iPhone. Pic is my mates dog jasper. He’s a good lad but not the sharpest tool in the box bless him ;)

Page 2 of 212

Customising Firefox 3

Tuesday, May 13th, 2008

If, like me you have recently upgraded to Firefox 3 and you have spent years using Tabbed Browser Preferences to manage your tabs position in the window, colour, order etc etc, then you, like me, are quite disappointed with the lack of configuration the tab bar has within Firefox 3.

Developer Comments: This extension is an enhancement for the basic tab controls provided in Firefox 1.0. It replaces the existing user interface with a new, more visible user interface, and also includes UI for other hidden features that are part of the browser, as well as features provided explicitly by the extension.

Tabbrowser Prefs is not currently available for Firefox 3 on Windows or Linux, which left me feeling frustrated. I would love to have felt annoyed, but can you really be annoyed when the info to build your very own plugin is out there?

I decided I had to do something. I had to have my tab bar on the bottom of the window at least. So, I went off and researched it.

After about 5 minutes I found out that the main interface to Firefox is controlled entirely by CSS. This is perfect. I located the CSS style sheet, googl’d some more and found the CSS variables needed to modify the interface settings. So now I am going to share it with everyone of you.

Ubuntu Hardy Heron Version

Open up nautilus and show hidden files. then navigate to:

  1. /home/.mozilla/firefox/your.profile/chrome

By default userChrome.css fie does not exist, so you need to create it before you can start adding your preferences. There’s actually an example file that exists by default, called userChrome-example.css. You can just rename that file by removing the -example part. Then open this file in leaf/mouse pad or any other text editor and add the following code and save it.

  1. /* Display the tabbar at the bottom */ #content > tabbox { -moz-box-direction: reverse; }

Windows XP/Vista Versions

Open up My Computer or File Explorer and show hidden files. then navigate to:

  1. C:\Documents andSettings\[UserName]\ApplicationData\Mozilla\Firefox\Profiles\your.proifile\chrome

By default userChrome.css fie does not exist, so you need to create it before you can start adding your preferences. There’s actually an example file that exists by default, called userChrome-example.css. You can just rename that file by removing the -example part. Then open this file in notepad or any other text editor and add the following code and save it.

  1. /* Display the tabbar at the bottom */ #content > tabbox { -moz-box-direction: reverse; }
Page 2 of 212

Internet Explorer

Thursday, September 14th, 2006

As most of you will know, I do not use, and do not like Internet Explorer. When I checked this theme in Internet Explorer before I started adding content to the site, it worked fine.

Now, as you IE uses can see, there are some glaring mistakes. I am fixing them. Expect the ammendment to be made sometime over the weekend.

Apologies for any inconvenience caused.

EDIT: I did not get chance over the weekend to sort out the IE problems, I was busy getting rid of windows and putting Ubuntu Dapper on my system. (Thats Linux for those who don’t know.)

Also added some Eye Candy too. Scroll down to number ten and watch the video.

I am all set-up and running, so I am working on the IE problem right now.

Page 2 of 212

Contact