我用VB.NET用到下面的错误,谁帮忙解决一些,万分感谢!
“/”应用程序中的服务器错误。--------------------------------------------------------------------------------编译错误 
说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。 编译器错误信息: BC30519: 重载决策失败,原因是没有可访问的“New”能够不经收缩转换即可被调用: 源错误: 行 82:         ads.InsertCommand = "insert into tabCase (t1,t2,t3,t4,t5,t6,t7,t8,t9,t10) values (@t1,@t2,@t3,@t4,@t5,@t6,@t7,@t8,@t9,@t10)"
行 83:         ads.InsertParameters.Add(New WebControls.Parameter("@t1", TypeCode.String, Title))
行 84:         ads.InsertParameters.Add(New WebControls.Parameter("@t2", TypeCode.UInt16, Sortid))
行 85:         ads.InsertParameters.Add(New WebControls.Parameter("@t3", TypeCode.String, Content))
行 86:         ads.InsertParameters.Add(New WebControls.Parameter("@t4", TypeCode.String, Cost))
 源文件: d:\freehost\chenbo\web\App_Code\CaseQuery.vb    行: 84