将.net frame work 4.0的ccavenue支付网关代码转换为框架3.5 [英] converting ccavenue payment gateway code of .net frame work 4.0 to framework 3.5

查看:91
本文介绍了将.net frame work 4.0的ccavenue支付网关代码转换为框架3.5的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





i有框架4.0的ccavenue支付网关代码,但我需要将该代码转换为框架3.5因为我们的go daddy服务器不支持4.0所以,请给我一个合适的解决方案。

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.

推荐答案

没有直接的方法可以做到这一点。

如果您使用4.0功能,例如 dynamic 您必须在3.5中重做此代码。
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.


取决于您是否正在使用来自ccavenue的预构建程序集。如果你(我会这么认为),那么你别无选择:



1)让GoDaddy升级到V4.0(或者最好V4.5)。

2)从ccavenue获得V3.5兼容版本的程序集。

3)Abandon GoDaddy支持V4.0或支持V4.0的网站更高。



如果不拆卸它,将拆卸后的代码转换为较低版本并重建它,就无法降级预构建的程序集。而后者可能不会起作用:

1)装配几乎肯定会被混淆。

2)装配应该签名并防篡改供应商可以设法阻止恶意用户这样做,并替换你的真正的程序集。

3)几乎肯定会被视为版权/知识产权侵权,对于供应商,我会追求你我尽可能地通过法庭......
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...


这篇关于将.net frame work 4.0的ccavenue支付网关代码转换为框架3.5的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆