Показать сообщение отдельно
Старый 04.03.2010, 15:00   #58
Dan46
интересующийся
 
Аватар для Dan46
 
Регистрация: 13.11.2009
Адрес: Где-то там
Сообщений: 346
По умолчанию

Вот уже несколько попыток загрузить шаблон, сталкиваюсь с таким вот:
Цитата:
Server Error in '/' Application.
Data type mismatch in criteria expression.
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.OleDb.OleDbException: Data type mismatch in criteria expression.

Source Error:

Line 12889: int returnValue;
Line 12890: try {
Line 12891: returnValue = command.ExecuteNonQuery();
Line 12892: }
Line 12893: finally {


Source File: c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET Files\root\121779f7\e02542d2\App_SubCode_dataschem a.uumd-qfq.0.cs Line: 12891

Stack Trace:

[OleDbException (0x80040e07): Data type mismatch in criteria expression.]
System.Data.OleDb.OleDbCommand.ExecuteCommandTextE rrorHandling(OleDbHResult hr) +1006560
System.Data.OleDb.OleDbCommand.ExecuteCommandTextF orSingleResult(tagDBPARAMS dbParams, Object& executeResult) +255
System.Data.OleDb.OleDbCommand.ExecuteCommandText( Object& executeResult) +188
System.Data.OleDb.OleDbCommand.ExecuteCommand(Comm andBehavior behavior, Object& executeResult) +58
System.Data.OleDb.OleDbCommand.ExecuteReaderIntern al(CommandBehavior behavior, String method) +161
System.Data.OleDb.OleDbCommand.ExecuteNonQuery() +113
aviaskinsTableAdapters.as_templatesTableAdapter.Ad dTemplate(Nullable`1 parent_id, String name, String author, String email, String forumlink, Nullable`1 counter, Nullable`1 rating, Nullable`1 active, String description, String lang, String date, Nullable`1 voted, String file) in c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET Files\root\121779f7\e02542d2\App_SubCode_dataschem a.uumd-qfq.0.cs:12891
upload.btnTUpload_Click(Object sender, EventArgs e) in D:\www\aviaskins.com\upload.aspx.vb:229
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEven t(String eventArgument) +110
System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565


Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927
Dan46 вне форума   Ответить с цитированием