RSS

Tag Archives: VS.NET

Add Adapter Service Reference Not Showing in UnitTest Project

Quick Hack:

Right-click the unit test project in VS.NET -> Unload

Right-click the unit test project in VS.NET -> Edit [project file]

Navigate to <ProjectTypeGuids>…

Remove “{3AC096D0-A1C2-E12C-1390-A8335801FDAB};” from the listing.

Save the file. Reopen in VS.NET.

Finito!!!

Don’t forget to add this line back to have the project behave like a VS.NET Unit Test project after adding the Adapter reference!!!

 
Leave a comment

Posted by on 2009/11/16 in Uncategorized

 

Tags: ,

 
Follow

Get every new post delivered to your Inbox.