How to find out which version of assembly targetting to which version of .Net framework.
Here is the error that i am getting when compiled-
An assembly with the same simple name 'UtilityTestLibrary, Version=1.0.4324.13445, Culture=neutral, PublicKeyToken=null has already been imported. Try removing one of the references or sign them to enable side-by-side. (CS1704) - c:\SVNviews\Automation\UtilityTestLibrary\bin\Debug\UtilityTestLibrary.dll:1
--- ok..found the work around- if I close muliple projects that are referenced to main project then i can execute the test w/out any error, another issue arisue..there is no log entry on report regarding pass or fail or any info .
Thank you,
Beginner