Mar 21, 2009

Vista TSSTCorp DVD Driver not installed properly

I was getting the following error message:

"Device driver software was not successfully installed."

TSSTcorp DVD+-RW TS-L632D ATA Device

I was able to solve the problem with my DVD drive with a TSSTCorp Driver by uninstalling the driver, running the following registry fix and restarting my computer. Just save the file to your computer and double click on it. It is like magic.

Mar 18, 2009

SQL not acknowleding 64-bit ASP.net

Are you getting this warning message from SQL?

"32-bit ASP.Net is Registered. Required 64-bit ASP.Net to install Microsoft Reporting Services 2005(64-bit)."

Click Start -> Run
type "cmd" and hit enter

in the command window type the following 4 commands:
1)
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
2)
%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
3)
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 0
4)
%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i

After these commands are complete open IIS Manager
Select "Web Service Extentions"
Then allow both ASP.Net v2.0.50727 extentions


commands obtained from: here