下面是微软网站支持上对这个问题的解释:
This article was previously published under Q320427 
SYMPTOMS
When you create a WinForms application, you may receive the following error message: "VC Package not available or not registered" 
This behavior can occur even after what appears to be a successful installation. 
CAUSE
This behavior seems to occur because the Windows Installer does not register TLBs and DLLs if the installer finds that these items already exist. In most cases, a previous version of Visual Studio .NET causes this behavior, even if the previous installation was under a different operating system. 
RESOLUTION
To resolve the problem, run the Visual Studio .NET repair. A repair is more effective for fixing this issue because the repair process forces registration of items that are not re-registered during an install. To run the repair, follow these steps: 
On the Start menu, point to Settings, click Control Panel, and then click Add/Remove Programs.
On the list of installed programs, click Visual Studio .NET, and then click Change.
Click the second item in the 1 2 3 Visual Studio Setup dialog box.
Click Repair/Re-install, and then follow the onscreen instructions.
MORE INFORMATION
Steps to Reproduce the Behavior
To reproduce the problem, it is best to have two operating systems installed on separate partitions. Two installations of Windows XP Professional will work. 
Install Visual Studio .NET under one operating system.
Install Visual Studio .NET under the other operating system; change the default location to match the installation location of the first installation.
Both installs report as successful.
Start the copy of Visual Studio .NET that you installed in step 2.
This type of installation is never recommended. Even if the installation selections are exactly the same, and you can save disk space by performing this type of installation, the potential for problems is high. If one installation changes files and registry entries, these changes are not recorded by the other installation, which creates a substantial risk for unexpected results. 
简单的说就是你的.net安装时没有对一些TLB and DLL文件进行注册,最简单的方法就是用修复功能!最方便的就是重新安装,但一定不能再原文件存在的目录安装!