Hi, I've compiled an application with vs 2008 and .net framework 3.5.
I tried to run this application on computer with only .net framework 4 (.net framework 3.5 is not installed) and I've got an error (says that it can't load the assembly ....ServiceModel.... version 3.0).
After installing .net framework 3.5 SP 1 it works.
I have found a documents says that .net framework is backward compatible: http://msdn.microsoft.com/en-us/library/ff602939.aspx
Am I missing something? I there a way to compile an application in vs 2008 and be able to run it on a computer with .net framework 4 only?
Thanks.