Home > Net >  Vs project is deployed to the server running on the error
Vs project is deployed to the server running on the error

Time:04-10

Error message is as follows: (and it is normal when debugging) someone can help me have a look?
The 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. Both Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System. Data. The 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. The Information regarding the origin and the location of the exception can be identified using the exception stack trace below.

The Stack Trace:


[OdbcException x80131937 (0) : ERROR [HY000] [Informix] [Informix ODBC Driver] [Informix] Illegal attempt to convert Text/Byte blob type.]
System. Data. The Odbc. OdbcConnection. HandleError (OdbcHandle hrHandle, RetCode RetCode) + 1035946
System. Data. The Odbc. OdbcCommand. ExecuteReaderObject (CommandBehavior behaviors, String method, Boolean needReader, Object [] methodArguments, SQL_API odbcApiMethod) + 1022
System. Data. The Odbc. OdbcCommand. ExecuteReaderObject (CommandBehavior behaviors, String method, Boolean needReader) + 67
System. Data. The Odbc. OdbcCommand. ExecuteReader (CommandBehavior behaviors) + 75
System. Data. The Odbc. OdbcCommand. ExecuteDbDataReader (CommandBehavior behaviors) + 9
System.Data.Com mon. DbCommand command. The System. Data. IDbCommand. ExecuteReader (CommandBehavior behaviors) + 12
Dapper. SqlMapper. ExecuteReaderWithFlagsFallback (IDbCommand CMD, Boolean wasClosed, CommandBehavior behaviors) + 50
Dapper. & lt; QueryImpl> D__69 ` 1. MoveNext (+ 295)
System. Collections. Generic. List ` 1.. Ctor (IEnumerable collection ` 1) + 381
System. Linq. Enumerable. ToList (IEnumerable ` 1 source) + 58
Dapper. SqlMapper. Query (IDbConnection CNN, SQL, String Object param, IDbTransaction transaction, Boolean buffered, Nullable ` 1 commandTimeout, Nullable ` commandType) 1 + 352
IRepository. TipTopSearch. GetUsers (String [] userIds) in J: \ AssetsCheck \ IRepository \ DataHelper cs: 108
AssetsCheck. ProcesMethod. ProcesMethodList. Databind () in D: \ \ program AssetsCheck \ AssetsCheck \ ProcesMethod \ ProcesMethodList aspx. Cs: 334
AssetsCheck. ProcesMethod. ProcesMethodList. Page_Load (Object sender, EventArgs e) in D: \ \ program AssetsCheck \ AssetsCheck \ ProcesMethod \ ProcesMethodList aspx. Cs: 108
System. Web. Util. CalliEventHandlerDelegateProxy. Callback (Object sender, EventArgs e) + 51
System. Web. UI. Control the onl oad (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
  •  Tags:  
  • C#
  • Related