Im building a WPF application which is targeting the .net 3.5 framework and is being bulit on a system which has 3.5 installed but not 4.0.
Is there any way I can run the application on a machine which has only .net 4 installed and no .net 3.5 installed??
Currently it is giving me a FileNotFoundException for System.Core v- 3.5.0.0. Can it be somehow made to reference the latest System.Core??
thanks
sumanth
wpfnewbie