April 29th, 2010
To determine which versions of the .NET Framework are installed, locate the %systemroot%\Microsoft.NET\Framework folder. To open this folder, you can paste this address into a Windows Explorer address bar. The following folders contain the released versions of the .NET Framework:
-
v3.5
-
v3.0
-
v2.0.50727
-
v1.1.4322
-
v1.0.3705
Note If you see other folders that have a vN.N.NXXXX format, they may contain beta versions or pre-released versions of the .NET Framework. Those versions are outside the scope of this article.
To determine which versions of the .NET Framework are installed on a computer, follow these steps:
-
Open any one of the folders in the previous list.
-
Right-click the Mscorlib.dll file, and then click Properties.
-
Click the Version tab, and then note the file version.
-
Use the previous list to determine which version of the .NET Framework is installed on the computer, and then click OK.
Posted in .NET, Windows 7, Windows OS, Windows Server 2008, Windows Vista, Windows XP | No Comments »
April 21st, 2010
If you ping a machine with IPv6 connectivity enabled you will get a IPv6 address. If you are looking for the IPv4 address instead you can use the following command
ping <ip adddress> -4
Posted in Commands, Windows Server 2008 | No Comments »
April 20th, 2010
If there is an eventlog error about ASP.net permissions
Run
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
Posted in ASP, IIS | No Comments »
April 14th, 2010
My coworker Leigh had an issue installing .NET 3.5 SP1 http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe It would start the installation however never complete and with no errors in event logs. After some research it appears the workaround is to install latest Windows Installer (currently 4.5) http://www.microsoft.com/downloads/details.aspx?FamilyId=5A58B56F-60B6-4412-95B9-54D056D6F9F4&displaylang=en#filelist
After installing and then running the .NET 3.5 SP1 installer it sucessfully completed.
Posted in Uncategorized | No Comments »
March 4th, 2010
The GE Triton XL Dishwasher in my kitchen tonight would turn on and the pump was running however the water valve was not letting any water into unit. After I did some regular steps e.g. turn off power, reset dishwasher nothing seemed to do the trick. So I reached for the user manual and I know when I purchased the unit it also came with a “mini service manual” so I refered to a feature of the dishwasher called service mode. Basically it allows you to test the different components of the dishwasher such as the pump drain, main pump, water valve etc. using specfic keys on the control pad. I tested each component and the one which appeared to have failed was the water valve. I did research on the searpartsdirect.com website for the required water valve. However after reading a few appliance repair forums I came across a post which pointed out it could be the float switch. I cleaned the float switch of any crud and tested the unit again, the water valve was now functioning!
For other readers in the future if this happens some things to check according to some repair forums are:
- Main water turned off
- Stuck float switch
- Water valve inlet screen dirty
- Water valve defective (replace) check with volt meter when its supposed to be on should read 120V
Posted in Appliances | No Comments »