blog community

Welcome to blog community Sign in | Join | Help
in Search

Marcel de Vries, MVP Team System

.NET Technologies, Architecture and Web Development

How to fix broken build due to Microsoft.VisualStudio.Enterprise.ASPNetHelper

There is a known issue when you install the Team Build server on a machine that does not have Visual studio installed. You might encounter the following error in the build log when running a Unit test.

Run has the following issue(s):
Could not load file or assembly 'Microsoft.VisualStudio.Enterprise.ASPNetHelper, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
The system cannot find the file specified.

This is caused by a missing Dll that is available if you run on a system that has visual Studio Installed.

To work around this issue do the following:

Copy the Microsoft.VisualStudio.Enterprise.AspNetHelper.dll from the D:\Program Files\Visual Studio 2005 Test Execution\LoadTest folder to the D:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies folder.

After you made this manual adjustment to the server you will see the tests pass, but the warnings are still generated.

You can find more info on this now known issue here.

Published Friday, April 29, 2005 9:55 AM by marcelv
Filed under:

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

 

Michael Giagnocavo said:

Thanks, that worked like a charm! Green icons now :)
June 8, 2005 6:50 PM

Leave a Comment

(required) 
(optional)
(required) 
Submit
Powered by Community Server, by Telligent Systems