I am using the Captcha class from commonlibrary (http://commonlibrarynet.codeplex.com/). My code works and everything but now I\'m trying to write the unit test.
My team and I are working on several projects that collectively depend on some common libraries. These common libraries are currently checked out together with the projects, using svn:externals.
I\'ve got a common library that contains enums that are shared between a WCF Service and a client by means of the DLL.Yes, I know the better way of doing this is to create a service out of my common l