日期:2014-05-17  浏览次数:20396 次

万能的csdn,救救我吧!!!
我在 return_url里面写了 
Wa
if (wm.boolChuli(subject))  
{
  string phone = wm.GetOrderTelephone(subject);
  string context = "本次兑换内容为" + body;
  Response.Write(wm.AddWaQuan(subject, phone, context));
}

Wm
public string AddWaQuan(string TOrderGuid, string telephone, string Describe)
{
  string a = "";
  return a;
}
执行后,页面Response: 暂时无法执行该操作,为您造成的不便请您原谅!
什么原因呢????

PS: 这个项目里,有个wa.dll 。我不清楚是否与此有关。请各位大侠帮帮忙!!!



------解决方案--------------------
很明显是AddWaQuan这个里面的问题了,可以是你系统设置的权限问题。
wm.AddWaQuan(subject, phone, context)
------解决方案--------------------
wm在哪里定义的,是否还有其他操作
------解决方案--------------------
VM是不是也需要引用DLL?
------解决方案--------------------
探讨
引用:
wm在哪里定义的,是否还有其他操作


有的,string phone = wm.GetOrderTelephone(subject);
这儿这个phone 就可以取到的。能够response出来。
而wm.AddWaQuan(subject, phone, context) 这个就娶不到。。。。太奇怪了。