Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Mar 15, 2012 06:38 PM by PSP_152890
Member
36 Points
17 Posts
Feb 25, 2012 09:23 AM|LINK
Dear Friends,
Can you please suggest me how can i convert my existing Publihed Website which was created in .NET 2.0 to .NET 4.0.
I donot have the Source code for the same.
Regards,
Fardin S
All-Star
42885 Points
7019 Posts
MVP
Feb 26, 2012 03:14 AM|LINK
Fardin S Can you please suggest me how can i convert my existing Publihed Website which was created in .NET 2.0 to .NET 4.0.
Hi,
I don't think it's possible to convert a PUBLISHED website to another .net framework.
Please 'Mark as Answer' if this post helps you.
Star
8277 Points
1435 Posts
Feb 26, 2012 10:17 AM|LINK
like said, without the source code that shouldn't be possible.
Participant
783 Points
154 Posts
Mar 15, 2012 06:38 PM|LINK
There is no direct way to convert published Website into .NET4.0
Hope website published as DLLs and its managed DLL so you can convert Managed DLLs into code files using decompiler like .NET Reflector.
Using VS2010, you can convert .net2.0 to .net4.0.
Fardin S
Member
36 Points
17 Posts
Converting Existing Published .NET 2.0 Website to higher framework 4.0
Feb 25, 2012 09:23 AM|LINK
Dear Friends,
Can you please suggest me how can i convert my existing Publihed Website which was created in .NET 2.0 to .NET 4.0.
I donot have the Source code for the same.
Regards,
Fardin S
Ruchira
All-Star
42885 Points
7019 Posts
MVP
Re: Converting Existing Published .NET 2.0 Website to higher framework 4.0
Feb 26, 2012 03:14 AM|LINK
Hi,
I don't think it's possible to convert a PUBLISHED website to another .net framework.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.Horizon_Net
Star
8277 Points
1435 Posts
Re: Converting Existing Published .NET 2.0 Website to higher framework 4.0
Feb 26, 2012 10:17 AM|LINK
Hi,
like said, without the source code that shouldn't be possible.
If my post solves your problem, please mark as answer.
PSP_152890
Participant
783 Points
154 Posts
Re: Converting Existing Published .NET 2.0 Website to higher framework 4.0
Mar 15, 2012 06:38 PM|LINK
There is no direct way to convert published Website into .NET4.0
Hope website published as DLLs and its managed DLL so you can convert Managed DLLs into code files using decompiler like .NET Reflector.
Using VS2010, you can convert .net2.0 to .net4.0.
Saravana Prakash P.