You receive "The Add-in 'Faculty Course Tools' failed to load" error message or "The Add-in 'Student Course Tools' failed to load" error message when you start Visual Studio .NET 2003 Academic Edition (891396)
The information in this article applies to:
- Microsoft Visual Studio .NET (2003), Academic Edition
Important This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base: 256986 Description of the Microsoft Windows Registry SYMPTOMSOn a computer that is running Microsoft Visual Studio .NET 2003 Academic Edition, you receive one of the following error messages: - If you install Visual Studio .NET Academic Teaching Tools 2003, you receive the following error message. You receive the following error message when you try to start Visual Studio .NET:
The Add-in 'Faculty Course Tools' failed to load or caused an exception. Would you like to remove this Add-in? If you choose yes, you will need to reinstall the Add-in to use it again.
Error Message: Class not registered
Error number: 80040154 - If you install the Visual Studio .NET Academic Student Tools 2003, you receive the following error message. You receive the following error message when you try to start Visual Studio .NET:
The Add-in 'Student Course Tools' failed to load or caused an exception. Would you like to remove this Add-in? If you choose yes, you will need to reinstall the Add-in to use it again.
Error Message: Class not registered
Error number: 80040154
CAUSEThis problem occurs if you install the Microsoft .NET Framework 1.1 Service Pack 1 (SP1) after you install either of the following: - Visual Studio .NET Academic Teaching Tools 2003
- Visual Studio .NET Academic Student Tools 2003
This problem occurs because the Faculty Course Tools DLL registration or the Student Course Tools DLL registration is missing some required entries. RESOLUTIONWarning If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk. To resolve this problem, register the Faculty Course Tools component or the Student Course Tools component. To do this, use one of the following methods: Method 1
Use a command-line commandTo register the Faculty Course Tools component, follow these steps: - Click Start, point to All Programs, point to Microsoft Visual Studio .NET 2003, point to Visual Studio .NET Tools, and then click Visual Studio .NET 2003 Command Prompt.
- At the command prompt, type cd %VSInstallDir%, and then press ENTER.
- Type regasm Microsoft.VisualStudio.Academic.FacultyTools.dll, and then press ENTER.
- Type exit, and then press ENTER to quit the command prompt.
To register the Student Course Tools component, follow these steps: - Click Start, point to All Programs, point to Microsoft Visual Studio .NET 2003, point to Visual Studio .NET Tools, and then click Visual Studio .NET 2003 Command Prompt.
- At the command prompt, type cd %VSInstallDir%, and then press ENTER.
- Type regasm Microsoft.VisualStudio.Academic.StudentTools.dll, and then press ENTER.
Method 2
Use a registry fileAlternatively, you can create a registry key to enter the component information in the registry. To register the Faculty Course Tools component, follow these steps: - Start a text editor such as Notepad.
- Put the following information in the text editor window:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{20FBFD58-936B-3031-8E40-30F7E3AEDC06}]
@="Microsoft.VisualStudio.Academic.FacultyTools.VS7AddIn"
[HKEY_CLASSES_ROOT\CLSID\{20FBFD58-936B-3031-8E40-30F7E3AEDC06}\Implemented Categories]
[HKEY_CLASSES_ROOT\CLSID\{20FBFD58-936B-3031-8E40-30F7E3AEDC06}\Implemented Categories\{62C8FE65-4EBB-45e7-B440-6E39B2CDBF29}]
[HKEY_CLASSES_ROOT\CLSID\{20FBFD58-936B-3031-8E40-30F7E3AEDC06}\InprocServer32]
@="mscoree.dll"
"ThreadingModel"="Both"
"Class"="Microsoft.VisualStudio.Academic.FacultyTools.VS7AddIn"
"Assembly"="Microsoft.VisualStudio.Academic.FacultyTools, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
"RuntimeVersion"="v1.1.4322"
[HKEY_CLASSES_ROOT\CLSID\{20FBFD58-936B-3031-8E40-30F7E3AEDC06}\InprocServer32\7.0.5000.0]
"Class"="Microsoft.VisualStudio.Academic.FacultyTools.VS7AddIn"
"Assembly"="Microsoft.VisualStudio.Academic.FacultyTools, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
"RuntimeVersion"="v1.1.4322"
[HKEY_CLASSES_ROOT\CLSID\{20FBFD58-936B-3031-8E40-30F7E3AEDC06}\ProgId]
@="Microsoft.VisualStudio.Academic.FacultyTools.VS7AddIn"
- Save the file with a .reg file name extension.
For example, save the file as Faculty.reg. - Double-click the .reg file, and then click Yes when you receive the following message: Are you sure you want to add the information in
path\Faculty.reg to the registry? - Click OK when you receive the following message: Information in path\Faculty.reg has been successfully entered into the registry.
To register the Student Course Tools component, follow these steps: - Start a text editor such as Notepad.
- Put the following information in the text editor window:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{20FBFD58-936B-3031-8E40-30F7E3AEDC06}]
@="Microsoft.VisualStudio.Academic.StudentTools.VS7AddIn"
[HKEY_CLASSES_ROOT\CLSID\{20FBFD58-936B-3031-8E40-30F7E3AEDC06}\Implemented Categories]
[HKEY_CLASSES_ROOT\CLSID\{20FBFD58-936B-3031-8E40-30F7E3AEDC06}\Implemented Categories\{62C8FE65-4EBB-45e7-B440-6E39B2CDBF29}]
[HKEY_CLASSES_ROOT\CLSID\{20FBFD58-936B-3031-8E40-30F7E3AEDC06}\InprocServer32]
@="mscoree.dll"
"ThreadingModel"="Both"
"Class"="Microsoft.VisualStudio.Academic.StudentTools.VS7AddIn"
"Assembly"="Microsoft.VisualStudio.Academic.StudentTools, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
"RuntimeVersion"="v1.1.4322"
[HKEY_CLASSES_ROOT\CLSID\{20FBFD58-936B-3031-8E40-30F7E3AEDC06}\InprocServer32\7.0.5000.0]
"Class"="Microsoft.VisualStudio.Academic.StudentTools.VS7AddIn"
"Assembly"="Microsoft.VisualStudio.Academic.StudentTools, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
"RuntimeVersion"="v1.1.4322"
[HKEY_CLASSES_ROOT\CLSID\{20FBFD58-936B-3031-8E40-30F7E3AEDC06}\ProgId]
@="Microsoft.VisualStudio.Academic.StudentTools.VS7AddIn"
- Save the file with a .reg file name extension.
For example, save the file as Student.reg. - Double-click the .reg file, and then click Yes when you receive the following message: Are you sure you want to add the information in
path\student.reg to the registry? - Click OK when you receive the following message: Information in path\Student.reg has been successfully entered into the registry.
Modification Type: | Minor | Last Reviewed: | 2/24/2006 |
---|
Keywords: | kbvs2005swept kbvs2005doesnotapply kberrmsg kbtshoot kbprb KB891396 kbAudDeveloper |
---|
|
|
©2004 Microsoft Corporation. All rights reserved.
|
|