smoksmanh
Posts: 9
|
Posted: 02/25/2014, 3:36 AM |
|
Hi everyone, is it possible if i want to use .net framework v4 in codecharge v3.2?
I see only .net framework v2 in codecharge v3.2. So i try to installed .net framework v4 in my windows, but still not see in codecharge. does anyone know the way to make codecharnge v3.2 support .net framework v4?
|
 |
 |
eratech
Posts: 513
|
Posted: 02/25/2014, 6:08 PM |
|
Probably not, adding the framework doesn't change the way CCS does targets (AFAIK)
CCS will generate code that is expecting framework 2.0 and doesn't automatically change it's code depending on the target framework (ie: it probably still has some 2.0 stuff in there now in CCS5).
You can, however, still publish the 2.0 project and run it on a server with 3.5/4.0 - note that 4.0 sets some defaults on the server - so you will get errors as some things in the 2.0 web.config are set up already for 4.0 and then it complains if you try to load them again.
We recently upgraded a CCS4.3 .NET 2.0 project to CCS5 (.NET 4) and most of the code stayed the same. Just the issues with duplicate assemblies and some SMTP email methods (deprecated since 2.0, gone in 4.0) were the worst of it.
Having worked with CCS 3.2->4->5 I find many of the improvements (especially for new sites) much better and glad I've updated. I still have 2 projects in 4.3 though as they are a longer term migration.
Cheers
Eric
_________________
CCS 3/4/5 ASP Classic, VB.NET, PHP
Melbourne, Victoria, Australia |
 |
 |
smoksmanh
Posts: 9
|
Posted: 02/26/2014, 3:17 AM |
|
Thanks for your reply.
|
 |
 |
|