| 日 | 一 | 二 | 三 | 四 | 五 | 六 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 |
Microsoft SQL Server & Visual Studio 2005 Setup Stupidity
Another most stupidest thing in this world found in softwares is that when you install MS software in the wrong order will cause everything to sort of malfunction.
If you installed MS SQL Server 2005 *AFTER* MS Visual Studio 2005, you will encounter the following problem:
1. Unable to install if you choose to install SQL Reporting service. Apparently Visual Studio already installs that automatically... solution is to *NOT* to choose to install it during SQL Server 2005 setup.
2. You are not able to install custom toolbox in Visual Studio 2005... you get a Tools.InstallCommunityControls command failure. Solution is to copy Microsoft.VisualStudio.ToolBoxControlInstallerUI.dll file from C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\1033\ to C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ and run devenv /setup command.
This is just one of the most stupidest thing in this world.... made by the giant software maker.

Recent comments