Click here to Skip to main content
15,905,028 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i have the ccavenue payment gateway code for framework 4.0 but i need to convert that code to framework 3.5 because our go daddy server will not support for 4.0 so, please provide me a proper solution.
Posted

There is no direct way to do this.
If you are using 4.0 features e.g. dynamic you will have to redo this code in 3.5.
 
Share this answer
 
Depends if you are using a prebuilt assembly from ccavenue. If you are (and I would assume so), then you have no alternative to one of these:

1) Get GoDaddy to upgrade to V4.0 (or preferably V4.5).
2) Get a V3.5 compatibly version of the assembly from ccavenue.
3) Abandon GoDaddy for a site that does support V4.0 or higher.

There is no way to "downgrade" a prebuilt assembly without disassembling it, converting the disassembled code to the lower version and rebuilding it. And the later will probably not work as:
1) The assembly is almost certain to be obfuscated.
2) The assembly should be signed and tamper proofed as strongly as the vendors can manage to prevent malicious users doing just that and replacing your genuine assemblies.
3) It would almost certainly be seen as copyright / IP infringement, and in the case of the supplier I would be pursuing you through the courts just as hard as I possibly could...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900