Microsoft KB Archive/840923

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Article ID: 840923

Article Last Modified on 3/20/2007



APPLIES TO

  • Microsoft Visual Studio for Applications SDK 1.1




SYMPTOMS

When you open and try to build a Microsoft Visual Studio for Applications Software Development Kit (VSA SDK) 1.1 sample project, you may receive the following error message in the Output window of Microsoft Visual Studio .NET 2002:

The referenced component 'Microsoft.Vsa.Hosting' could not be found.

The following may also occur:

  • On a computer that has both Visual Studio .NET 2002 and Visual Studio .NET 2003 installed, when you open a VSA SDK 1.1 sample project, the project opens in Visual Studio .NET 2002.
  • In Visual Studio .NET 2002, when you try to build a VSA SDK 1.1 sample project, the project is built by using the Microsoft .NET Framework 1.0.


CAUSE

All VSA SDK 1.1 sample projects contain Visual Studio .NET 2002 project files. However, these projects contain references to the Microsoft.Vsa.Hosting.dll assembly. The Microsoft.Vsa.Hosting.dll assembly is not present in the .NET Framework 1.0.

RESOLUTION

  1. Start Visual Studio .NET 2003.
  2. On the File menu, point to Open, and then click Project. The Open Project dialog box appears.
  3. Locate, and then click the solution file for the VSA SDK 1.1 sample project that you want to open, and then click Open. For example, locate and then click the Workbench.sln solution file that is located in the InstallationPath\VSIP 7.1\Visual Studio for Applications SDK\Samples\Workbench folder. You receive the following message:

    Solution 'InstallationPath\VSIP 7.1\Visual Studio for Applications SDK\Samples\Workbench\Workbench.sln' and its projects must be converted to the formats used by this version of Visual Studio .NET.

    If you choose to convert this solution, all of its projects will be converted as well. Once a solution or any of its projects has been converted, it can no longer be edited, built, or run in previous versions of Visual Studio. If the solution is under source code control, it will be checked out automatically. If you choose not to convert this solution, it will be closed.

    Convert this solution and all of its projects?

    Note In this step, InstallationPath is a placeholder for your installation path.
  4. Click Yes to convert the Visual Studio .NET 2002 solution to a Visual Studio .NET 2003 solution.
  5. After the conversion process is complete, click Build Solution on the Build menu. Visual Studio .NET 2003 builds the solution without any errors because the Microsoft.Vsa.Hosting.dll assembly is present in the Microsoft .NET Framework 1.1 class library.


STATUS

Microsoft has confirmed that this is a bug in Microsoft Visual Studio for Applications Software Development Kit 1.1.

MORE INFORMATION

Steps to reproduce the behavior

  1. Install Visual Studio .NET 2002.
  2. Install Visual Studio .NET 2003.
  3. Install VSA SDK 1.1.
  4. Click Start, point to Programs, point to VSIP 7.1, and then point to Visual Studio for Applications SDK.
  5. Point to Samples, point to any one of the three samples, and then click the associated solution file. The solution opens in Visual Studio .NET 2002.
  6. On the Build menu, click Build Solution.


REFERENCES

For more information about Visual Studio for Applications, visit the following Microsoft Developer Network (MSDN) Web site:

For more information, visit the following Microsoft Web site:

Keywords: kbbug kbdll kbideproject KB840923