16 Replies - 246 Views - Last Post: 15 February 2013 - 09:15 AM
#1
Migrating back to .NET FW 3.5 SP1
Posted 13 February 2013 - 07:53 AM
However, windows 7 (and AFAIK windows xp, correct me if I'm wrong) is distributed with .NET framework 3.5 SP1.
I want users to be able to use my program if, for some reason, they don't want to, or more likely can't(e.g. no connection to internet or not knowing well English), install the newer version of .NET framework.
Upon changing the target framework of my project to a lower version I'm being warned that this may require a manual modification of it. My question is - what does that include? Will I simply get a list of errors of things not present in the earlier version that I need to fix? Will I have to manually change some functions, may be if they don't exist, etc? Or what?
Is it okay to switch back and forth between the target frameworks while developing my project? Or should I rather create an entirely different one for .net 3.5?
Also, what is the difference between '.NET Framework 3.5' and '.NET Framework 3.5 Client profile' and also '.NET Framework 4' and '.NET Framework 4 Client profile' respectively?
Thanks in advance.
Replies To: Migrating back to .NET FW 3.5 SP1
#2
Re: Migrating back to .NET FW 3.5 SP1
Posted 13 February 2013 - 08:11 AM
Quote
Yes, maybe.
Quote
Maybe.. I don't know what or how your code was developed.
Try this - close out of VS.
Copy your solution to a new folder..
Go into that copied solution and try to convert it. See what happens. It's a copy - so no harm or foul try trying, right?
Quote
I prefer shooting for one and going with it.
Quote
That seems to be an awful amount of work when the tool to convert is right there.
Quote
[quote]The .NET Framework 4 and earlier versions provided two deployment options: the full .NET Framework and the Client Profile, which was a subset of the .NET Framework that was optimized for client applications.
http://msdn.microsof...y/cc656912.aspx
#3
Re: Migrating back to .NET FW 3.5 SP1
Posted 13 February 2013 - 08:36 AM
However the above question sounds, it is serious, as I'm complete newbie when it comes to compability issues between .net versions (and almost complete to .net). I simply want to make sure that users won't experience such unpleasanties.
#4
Re: Migrating back to .NET FW 3.5 SP1
Posted 13 February 2013 - 08:43 AM
Quote
In theory no, but again stranger things have been coded up that fly in the face of that. The gist is newer versions of .NET subsume previous verions. If you are calling something that is 4.0 specific VS will let you know.
Of course all of this could be solved by including an install for 4.0 with your app, right?
Quote
Aaaaaaaaaand that's why the good lord provided time for testing. Regression or otherwise.
#5
Re: Migrating back to .NET FW 3.5 SP1
Posted 13 February 2013 - 09:36 AM
Quote
It by no doubt could. I didn't know I can do that, where can I read more about how to do this?
#6
Re: Migrating back to .NET FW 3.5 SP1
Posted 13 February 2013 - 09:42 AM
Screen shots I didn't want to do can be found here:
http://stackoverflow...e-net-framework
#7
Re: Migrating back to .NET FW 3.5 SP1
Posted 15 February 2013 - 05:04 AM
#8
Re: Migrating back to .NET FW 3.5 SP1
Posted 15 February 2013 - 06:12 AM
#9
Re: Migrating back to .NET FW 3.5 SP1
Posted 15 February 2013 - 06:25 AM
#10
Re: Migrating back to .NET FW 3.5 SP1
Posted 15 February 2013 - 06:29 AM
#11
Re: Migrating back to .NET FW 3.5 SP1
Posted 15 February 2013 - 07:06 AM
#12
Re: Migrating back to .NET FW 3.5 SP1
Posted 15 February 2013 - 08:25 AM
Otherwise, there are a few other options out there that I haven't used. Nullsoft installer (free, I think), InstallShield (not free), etc.
#13
Re: Migrating back to .NET FW 3.5 SP1
Posted 15 February 2013 - 09:01 AM
#14
Re: Migrating back to .NET FW 3.5 SP1
Posted 15 February 2013 - 09:04 AM
#15
Re: Migrating back to .NET FW 3.5 SP1
Posted 15 February 2013 - 09:08 AM
|
|

New Topic/Question
Reply



MultiQuote








|