SQLSERVER调用webservice问题
在执行用户定义例程或聚合 'Function1' 期间出现 .NET Framework 错误...服务器无法处理请求。 --->
System.Exception:
未将对象引用设置到对象的实例C# code
string s = string.Format("Insert into T_Funtion(FID,FFunction) Values(5,'{0}')", strNote);
SqlExec(2, s);//外部执行数据库方法
return s;
第2句SqlExec(2, s);注释掉就不报错,不注视就报上述错误。将程序集改成“安全”,“不安全”,“外部”都无用。
请问为什么?
------解决方案--------------------
SqlExec里面跟进去,有对象为空