Click here to Skip to main content
15,885,182 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a question about generating a new type while writing a unit test in Visual Studio 2010.

I have a project "Donk" for the code and a test project "DonkTest" for the unit tests. The test project has a reference to the project "Donk".

In my unit test I write something like
C#
Donk d = new Donk();

The class does not exist, therefore I press CTRL-. and choose "Generate new type...". As location I choose the project "Donk", other data isn't changed.

After pressing "OK" I get the message

"Generate Type failed: Object reference not set to an instance of an object."

Am I missing something?

Bye,

Stefan
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900