Unit test creation problem with VS Team system

Y

yashgt

Hi,
I have installed Visual Studio 2005 Team Edition for Developers, on my
Windows XP PC.
The exact VS version is 8.0.50727.42.
I created a simple Windows application in VB .NET and add a button and
its handler. I then tried to add a Unit test case for the handler,
using Test>New Test>Unit Test Wizard. The handler for the button is not
seen the the list of functions available to be unit tested. The Form1
class itself is not listed.
On a different PC, after installing from the same CD, I tried creating
the unit test, and it worked. The Form1 class as well as all its
methods were correctly shown in the unit test creation wizard.
Can someone suggest a remedy for the proble on my PC?

Thanks
Yash
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top