Hi
I have developed application in .net framework 3.5 WPF.
Well, you know WPF also requires .net framwork 3.5 SP1.
Now it's works fine on my computer.
But i need to ship it the client.
What will be the software requirements at the client side to run my application.
Is it possible that i just pack everything in a single exe file or a folder and client don't have to install anything else except to double click the exe file and start using it.
Well the problem occured when i developed the application in WPF and ship it to client but at client computer there was .net framework 3.5 installed along with .net framework 3.5 service pack one.
So i suggested him to install both of them and then he can use the application i developed.
Well, you understand that it's complicated for client to handle these technical issues and moreover .net framework 3.5 is large and along with it they also had to install .net framework 3.5 sp1.
Well, i don't think this is a best idea, there must be something else easier and more compact.
Thanks