The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL: |
Stack Trace:
|
System.IO.TextWriter.Write(string, params object[])和System.IO.TextWriter.Write(char[])的调用不明确。
从参数上判断,如果直接编码调用是不会出现这个错误的,唯一可能出错的问题在于你使用了Reflection调用方法,可以通过
在Reflection调用时显示指定Write的两个版本中的一个来解决该冲突。
是否是服务器站点权限的问题呢