Z
Apr 13, 2018, 3:08 PM
Support,
We have the following in our web.config file
<extnetmobile licenseKey="zzz" initScriptMode="Linked" />
Then the following in our aspx file
<ext:ResourceManager runat="server" />
Everytime we do a deployment, we have a problem that the site doesnt load and clients complain. We get the error below in our server logs.
We finally update the aspx to include InitScriptMode="Inline" within the resource manager and it works now.
Can you please explain why and what the problem is? Why is Linked such an issue? Should I update the web.config also?
/Z
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 4/13/2018 10:42:36 AM
Event time (UTC): 4/13/2018 2:42:36 PM
Event ID: d08801188bce47eda8e8a60e1a0590fb
Event sequence: 402
Event occurrence: 55
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/ROOT/mobile-2-131680651060058657
Trust level: Full
Application Virtual Path: /mobile
Application Path: C:\zzz\mobile\
Machine name: HTPAP01
Process information:
Process ID: 7940
Process name: w3wp.exe
Account name: zzz\zzz
Exception information:
Exception type: InitializationScriptNotFoundException
Exception message: The Ext.NET Mobile initialization script was not found.
at Ext.Net.Mobile.ResourceHandler.ProcessRequest(Http Context context)
at System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplication.IExecutionStep.Execut e()
at System.Web.HttpApplication.ExecuteStepImpl(IExecut ionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously)
Request information:
Request URL: https://zzz.yyyy.com:443/mobile/extnet/extnet-init-js/ext-mobile.axd?3400d35a17e545d5b6960290a5b5165b
Request path: /mobile/extnet/extnet-init-js/ext-mobile.axd
User host address: 10.1.0.18
User:
Is authenticated: False
Authentication Type:
Thread account name: zzz\zzz
Thread information:
Thread ID: 130
Thread account name: zzz\zzz
Is impersonating: False
Stack trace: at Ext.Net.Mobile.ResourceHandler.ProcessRequest(Http Context context)
at System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplication.IExecutionStep.Execut e()
at System.Web.HttpApplication.ExecuteStepImpl(IExecut ionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously)
Custom event details:
We have the following in our web.config file
<extnetmobile licenseKey="zzz" initScriptMode="Linked" />
Then the following in our aspx file
<ext:ResourceManager runat="server" />
Everytime we do a deployment, we have a problem that the site doesnt load and clients complain. We get the error below in our server logs.
We finally update the aspx to include InitScriptMode="Inline" within the resource manager and it works now.
Can you please explain why and what the problem is? Why is Linked such an issue? Should I update the web.config also?
/Z
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 4/13/2018 10:42:36 AM
Event time (UTC): 4/13/2018 2:42:36 PM
Event ID: d08801188bce47eda8e8a60e1a0590fb
Event sequence: 402
Event occurrence: 55
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/ROOT/mobile-2-131680651060058657
Trust level: Full
Application Virtual Path: /mobile
Application Path: C:\zzz\mobile\
Machine name: HTPAP01
Process information:
Process ID: 7940
Process name: w3wp.exe
Account name: zzz\zzz
Exception information:
Exception type: InitializationScriptNotFoundException
Exception message: The Ext.NET Mobile initialization script was not found.
at Ext.Net.Mobile.ResourceHandler.ProcessRequest(Http Context context)
at System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplication.IExecutionStep.Execut e()
at System.Web.HttpApplication.ExecuteStepImpl(IExecut ionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously)
Request information:
Request URL: https://zzz.yyyy.com:443/mobile/extnet/extnet-init-js/ext-mobile.axd?3400d35a17e545d5b6960290a5b5165b
Request path: /mobile/extnet/extnet-init-js/ext-mobile.axd
User host address: 10.1.0.18
User:
Is authenticated: False
Authentication Type:
Thread account name: zzz\zzz
Thread information:
Thread ID: 130
Thread account name: zzz\zzz
Is impersonating: False
Stack trace: at Ext.Net.Mobile.ResourceHandler.ProcessRequest(Http Context context)
at System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplication.IExecutionStep.Execut e()
at System.Web.HttpApplication.ExecuteStepImpl(IExecut ionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously)
Custom event details: