I have been able to build my windows form application that access databases in SQL Server. All parts of the application are able to access the server apart from the part whe
Using Visual Studio 2010 I had to go to Project Properties -> Build Tab: Change "Platform target" from "Any CPU" to "x86"
This cleared up the warning message for me.
keywords: Referenced assembly targets a different processor than the application