Hi,
I'm developing an application for wide use using c#.
I'v writen most of the project, a freeware app, using the 3.5 ,net framework and now it's time to publish this project. And I have run into a few dilemas I would like your opinion .
1] Most people don't have ,net 3.5, should i offer the user to install it? the install is quite complicated and there's a 250MB download (if the user doesn't have XP SP2). I'm not sure the user will click through.
2] If so, should I just downgrade the whole project to .NET 1.0? so that the max amount of people would be able to use my app, or should I use 4.0.
3] I can use .NET 4.0, ask the user to install a 28MB file, and save on development time which i can invest on making a great product the users would enjoy more.
I really don't know which way to go.
I'm really looking for some wisdom here.
Thanks.