I have a WCF in Visual Studios 2012 with .NET Framework 4.5 which I've ran to create a localhost development server. I also have a class library project in Visual Studios 2008 with .NET Framework 3.5 that can only add Web References, which I've done to connect to the local host dev server above. Unfortunately, I cannot seem to access the Web Reference or any of the functions therein.
Is this possible? And if so, any idea what step I'm missing?
I'm in VS 2008 because it is actually .NET Compact Framework 3.5 which adds some restrictions, but if it's possible with regular .NET Framework 3.5 I can probably get it to work with the compact framework then.
Thanks!