錯誤提示如下:(而且它在調試時是正常的) 有人能幫我看看嗎?
ERROR [HY000] [Informix][Informix ODBC Driver][Informix]Illegal attempt to convert Text/Byte blob type.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.Odbc.OdbcException: ERROR [HY000] [Informix][Informix ODBC Driver][Informix]Illegal attempt to convert Text/Byte blob type.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[OdbcException (0x80131937): ERROR [HY000] [Informix][Informix ODBC Driver][Informix]Illegal attempt to convert Text/Byte blob type.]
System.Data.Odbc.OdbcConnection.HandleError(OdbcHandle hrHandle, RetCode retcode) +1035946
System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader, Object[] methodArguments, SQL_API odbcApiMethod) +1022
System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader) +67
System.Data.Odbc.OdbcCommand.ExecuteReader(CommandBehavior behavior) +75
System.Data.Odbc.OdbcCommand.ExecuteDbDataReader(CommandBehavior behavior) +9
System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +12
Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) +50
Dapper.<QueryImpl>d__69`1.MoveNext() +295
System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +381
System.Linq.Enumerable.ToList(IEnumerable`1 source) +58
Dapper.SqlMapper.Query(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) +352
IRepository.TipTopSearch.GetUsers(String[] userIds) in J:\AssetsCheck\IRepository\DataHelper.cs:108
AssetsCheck.ProcesMethod.ProcesMethodList.Databind() in D:\程式\AssetsCheck\AssetsCheck\ProcesMethod\ProcesMethodList.aspx.cs:334
AssetsCheck.ProcesMethod.ProcesMethodList.Page_Load(Object sender, EventArgs e) in D:\程式\AssetsCheck\AssetsCheck\ProcesMethod\ProcesMethodList.aspx.cs:108
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
System.Web.UI.Control.OnLoad(EventArgs e) +95
System.Web.UI.Control.LoadRecursive() +59
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1055.0
轉載請註明出處,本文鏈接:https://www.uj5u.com/net/274296.html
標籤:C#
上一篇:卷積神經網路影像識別
