Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
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.
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.