VSTS 2008 (Visual Studio Team System) is coming with inbuilt Unit Testing Feature. We can add a test project to perform unit testing over the Smart device project. The problem comes when my smart device project is not using Framework 3.5 but over Framework 2.0. I strictly not to install Framework 3.5 in the device.
But this restriction is hindering me in running UnitTest application because it is using following reference:
Microsoft.VisualStudio.SmartDevice.UnitTestFramework.dll
which requires framework 3.5 in device or the emulator else it will throw an exception. I need to know if there is any way so that i can perform UnitTest over my device application within limits of Framework 2.0.