Because my old 1.1 solution had a web application that was referenced by windows apps I have had to restructure my code and move it into a class library and have my applications refernce it from there.
When I create my class library and reference it, in the properties section of the windows app it says it is referencing a 1.0 build
Any ideas why thats happening? It's almost like its referencing the old "123.dll" instead of my new class library "123"
Would naming them the same be a problem?