Отображение модального диалогового окна или формы, когда приложение не запущено в пользовательском интерактивном режиме, не является допустимой ошибкой работы в prod server

#c# #.net-3.5 #windows-server-2008-r2

#c# #.net-3.5 #windows-server-2008-r2

Вопрос:

Я получаю некоторые ошибки в рабочем окне, которые мы не получаем в нашем локальном тестировании. Мы не используем никаких всплывающих окон модального диалога или никаких всплывающих окон оконных сообщений во всех всплывающих окнах. Является ли это причиной какого-либо response.redirect? Вот мой журнал событий сервера. Кто-нибудь может сказать мне, что вызывает эту проблему?

  Log Name:      Application
Source:        ASP.NET 2.0.50727.0
Date:          4/11/2011 8:44:42 AM
Event ID:      1309
Task Category: Web Event
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      PACDCPCCOMA01.cable.comcast.com
Description:
Event code: 3005 
Event message: An unhandled exception has occurred. 
Event time: 4/11/2011 8:44:42 AM 
Event time (UTC): 4/11/2011 12:44:42 PM 
Event ID: a66a8c24117e49d4979975e947bfe021 
Event sequence: 49560 
Event occurrence: 8 
Event detail code: 0 

Application information: 
    Application domain: /LM/W3SVC/1/ROOT-1-129469890006189836 
    Trust level: Full 
    Application Virtual Path: / 
    Application Path: C:inetpubwwwrootOM 
    Machine name: PACDCPCCOMA01 

Process information: 
    Process ID: 4752 
    Process name: w3wp.exe 
    Account name: IIS APPPOOLClassic .NET AppPool 

Exception information: 
    Exception type: InvalidOperationException 
    Exception message: Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application. 

Request information: 
    Request URL: http://ccom/Default.aspx 
    Request path: /Default.aspx 
    User host address: 10.164.74.56 
    User: CABLEawitko200 
    Is authenticated: True 
    Authentication Type: Negotiate 
    Thread account name: IIS APPPOOLClassic .NET AppPool 

Thread information: 
    Thread ID: 18 
    Thread account name: IIS APPPOOLClassic .NET AppPool 
    Is impersonating: False 
    Stack trace:    at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
   at System.Windows.Forms.Form.ShowDialog()
   at Syncfusion.Core.Licensing.FusionLicenseProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions)
   at System.ComponentModel.LicenseManager.ValidateInternalRecursive(LicenseContext context, Type type, Object instance, Boolean allowExceptions, Licenseamp; license, Stringamp; licenseKey)
   at System.ComponentModel.LicenseManager.ValidateInternal(Type type, Object instance, Boolean allowExceptions, Licenseamp; license)
   at System.ComponentModel.LicenseManager.Validate(Type type, Object instance)
   at Syncfusion.Core.Licensing.LicensedWebComponent..ctor(Type type)
   at Syncfusion.Web.UI.WebControls.Tools.Common.CoreUtilities.ValidateLicense(Type typeToValidate)
   at Syncfusion.Web.UI.WebControls.Tools.AutoCompleteTextBox..ctor()
   at ASP.default_aspx.__BuildControltxtDivSales() in c:inetpubwwwrootOMDefault.aspx:line 1226
   at ASP.default_aspx.__BuildControl__control6(Control __ctrl) in c:inetpubwwwrootOMDefault.aspx:line 1208
   at System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container)
   at System.Web.UI.UpdatePanel.CreateContents()
   at System.Web.UI.UpdatePanel.set_ContentTemplate(ITemplate value)
   at ASP.default_aspx.__BuildControlupSales() in c:inetpubwwwrootOMDefault.aspx:line 1208
   at ASP.default_aspx.__BuildControl__control5(Control __ctrl) in c:inetpubwwwrootOMDefault.aspx:line 1203
   at System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container)
   at Telerik.Web.UI.SingleTemplateContainer.InstantiateTemplate()
   at Telerik.Web.UI.SingleTemplateContainer.set_Template(ITemplate value)
   at Telerik.Web.UI.RadWindow.set_ContentTemplate(ITemplate value)
   at ASP.default_aspx.__BuildControlwinSearchSurveys() in c:inetpubwwwrootOMDefault.aspx:line 1203
   at ASP.default_aspx.__BuildControl__control4(WindowCollection __ctrl) in c:inetpubwwwrootOMDefault.aspx:line 1201
   at ASP.default_aspx.__BuildControlRadWinMgr() in c:inetpubwwwrootOMDefault.aspx:line 1201
   at ASP.default_aspx.__BuildControlContent2(Control __ctrl) in c:inetpubwwwrootOMDefault.aspx:line 658
   at System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container)
   at ASP.masterpage_master.__BuildControlPagePlaceholder() in c:inetpubwwwrootOMMasterPage.master:line 296
   at ASP.masterpage_master.__BuildControlfrm() in c:inetpubwwwrootOMMasterPage.master:line 65
   at ASP.masterpage_master.__BuildControlTree(masterpage_master __ctrl) in c:inetpubwwwrootOMMasterPage.master:line 1
   at ASP.masterpage_master.FrameworkInitialize() in c:WindowsMicrosoft.NETFrameworkv2.0.50727Temporary ASP.NET Filesrootb6b42b42a011ed90App_Web_r97r-sw3.4.cs:line 0
   at System.Web.UI.UserControl.InitializeAsUserControlInternal()
   at System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection)
   at System.Web.UI.Page.get_Master()
   at System.Web.UI.Page.ApplyMasterPage()
   at System.Web.UI.Page.PerformPreInit()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


Custom event details: 

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="ASP.NET 2.0.50727.0" />
    <EventID Qualifiers="32768">1309</EventID>
    <Level>3</Level>
    <Task>3</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2011-04-11T12:44:42.000000000Z" />
    <EventRecordID>15385</EventRecordID>
    <Channel>Application</Channel>
    <Computer>PACDCPCCOMA01.cable.comcast.com</Computer>
    <Security />
  </System>
  <EventData>
    <Data>3005</Data>
    <Data>An unhandled exception has occurred.</Data>
    <Data>4/11/2011 8:44:42 AM</Data>
    <Data>4/11/2011 12:44:42 PM</Data>
    <Data>a66a8c24117e49d4979975e947bfe021</Data>
    <Data>49560</Data>
    <Data>8</Data>
    <Data>0</Data>
    <Data>/LM/W3SVC/1/ROOT-1-129469890006189836</Data>
    <Data>Full</Data>
    <Data>/</Data>
    <Data>C:inetpubwwwrootOM</Data>
    <Data>PACDCPCCOMA01</Data>
    <Data>
    </Data>
    <Data>4752</Data>
    <Data>w3wp.exe</Data>
    <Data>IIS APPPOOLClassic .NET AppPool</Data>
    <Data>InvalidOperationException</Data>
    <Data>Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.</Data>
    <Data>http://ccom/Default.aspx</Data>
    <Data>/Default.aspx</Data>
    <Data>10.164.74.56</Data>
    <Data>CABLEawitko200</Data>
    <Data>True</Data>
    <Data>Negotiate</Data>
    <Data>IIS APPPOOLClassic .NET AppPool</Data>
    <Data>18</Data>
    <Data>IIS APPPOOLClassic .NET AppPool</Data>
    <Data>False</Data>
    <Data>   at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
   at System.Windows.Forms.Form.ShowDialog()
   at Syncfusion.Core.Licensing.FusionLicenseProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions)
   at System.ComponentModel.LicenseManager.ValidateInternalRecursive(LicenseContext context, Type type, Object instance, Boolean allowExceptions, Licenseamp;amp; license, Stringamp;amp; licenseKey)
   at System.ComponentModel.LicenseManager.ValidateInternal(Type type, Object instance, Boolean allowExceptions, Licenseamp;amp; license)
   at System.ComponentModel.LicenseManager.Validate(Type type, Object instance)
   at Syncfusion.Core.Licensing.LicensedWebComponent..ctor(Type type)
   at Syncfusion.Web.UI.WebControls.Tools.Common.CoreUtilities.ValidateLicense(Type typeToValidate)
   at Syncfusion.Web.UI.WebControls.Tools.AutoCompleteTextBox..ctor()
   at ASP.default_aspx.__BuildControltxtDivSales() in c:inetpubwwwrootOMDefault.aspx:line 1226
   at ASP.default_aspx.__BuildControl__control6(Control __ctrl) in c:inetpubwwwrootOMDefault.aspx:line 1208
   at System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container)
   at System.Web.UI.UpdatePanel.CreateContents()
   at System.Web.UI.UpdatePanel.set_ContentTemplate(ITemplate value)
   at ASP.default_aspx.__BuildControlupSales() in c:inetpubwwwrootOMDefault.aspx:line 1208
   at ASP.default_aspx.__BuildControl__control5(Control __ctrl) in c:inetpubwwwrootOMDefault.aspx:line 1203
   at System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container)
   at Telerik.Web.UI.SingleTemplateContainer.InstantiateTemplate()
   at Telerik.Web.UI.SingleTemplateContainer.set_Template(ITemplate value)
   at Telerik.Web.UI.RadWindow.set_ContentTemplate(ITemplate value)
   at ASP.default_aspx.__BuildControlwinSearchSurveys() in c:inetpubwwwrootOMDefault.aspx:line 1203
   at ASP.default_aspx.__BuildControl__control4(WindowCollection __ctrl) in c:inetpubwwwrootOMDefault.aspx:line 1201
   at ASP.default_aspx.__BuildControlRadWinMgr() in c:inetpubwwwrootOMDefault.aspx:line 1201
   at ASP.default_aspx.__BuildControlContent2(Control __ctrl) in c:inetpubwwwrootOMDefault.aspx:line 658
   at System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container)
   at ASP.masterpage_master.__BuildControlPagePlaceholder() in c:inetpubwwwrootOMMasterPage.master:line 296
   at ASP.masterpage_master.__BuildControlfrm() in c:inetpubwwwrootOMMasterPage.master:line 65
   at ASP.masterpage_master.__BuildControlTree(masterpage_master __ctrl) in c:inetpubwwwrootOMMasterPage.master:line 1
   at ASP.masterpage_master.FrameworkInitialize() in c:WindowsMicrosoft.NETFrameworkv2.0.50727Temporary ASP.NET Filesrootb6b42b42a011ed90App_Web_r97r-sw3.4.cs:line 0
   at System.Web.UI.UserControl.InitializeAsUserControlInternal()
   at System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection)
   at System.Web.UI.Page.get_Master()
   at System.Web.UI.Page.ApplyMasterPage()
   at System.Web.UI.Page.PerformPreInit()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
</Data>
  </EventData>
</Event>
  

Ответ №1:

Ваши элементы управления Syncfusion не могут найти действительную лицензию на вашем сервере и пытаются отобразить диалоговое окно, информирующее вас об этом. Ошибка, по-видимому, возникает из Syncfusion.Web.UI.WebControls.Tools.AutoCompleteTextbox .

Возможно, этот документ SyncFusion окажется полезным.

Соответствующая часть вашей трассировки стека:

 at System.Windows.Forms.Form.ShowDialog(IWin32Window owner) 
at System.Windows.Forms.Form.ShowDialog() at Syncfusion.Core.Licensing.FusionLicenseProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions) 
at System.ComponentModel.LicenseManager.ValidateInternalRecursive(LicenseContext context, Type type, Object instance, Boolean allowExceptions, Licenseamp; license, Stringamp; licenseKey)
  

….

 at System.ComponentModel.LicenseManager.ValidateInternal(Type type, Object instance, Boolean allowExceptions, Licenseamp; license) 
at System.ComponentModel.LicenseManager.Validate(Type type, Object instance) 
at Syncfusion.Core.Licensing.LicensedWebComponent..ctor(Type type) 
at Syncfusion.Web.UI.WebControls.Tools.Common.CoreUtilities.ValidateLicense(Type typeToValidate) 
at Syncfusion.Web.UI.WebControls.Tools.AutoCompleteTextBox..ctor() 
at ...
  

Ответ №2:

Похоже, что некоторые элементы управления создают проблему, проверьте эту трассировку информации стека Трассировка стека:

в системе.Windows.Forms.Form.ShowDialog(владелец IWin32Window) в системе.Windows.Forms.Form.ShowDialog() в Syncfusion.Core.Лицензирование.FusionLicenseProvider.GetLicense(контекст LicenseContext, тип type, экземпляр объекта, логические разрешенные исключения) в системе.ComponentModel.Менеджер лицензий.ValidateInternalRecursive(контекст LicenseContext, тип type, экземпляр объекта, логические разрешенные исключения, лицензия amp; license, строка amp; LicenseKey)

Ответ №3:

Возможно, вы используете лицензированный компонент, который пытается отобразить предупреждение о лицензии?

Согласно вашей трассировке стека:

  Syncfusion.Core.Licensing.FusionLicenseProvider.GetLicense(...)