[CLOSED] Deployment Issue

Page 3 of 3 FirstFirst 123
  1. #21
    Hi. Can you install from NuGet? The 4.1.1 build was published to NuGet a while back.

    https://www.nuget.org/packages/ext.net.mobile

    We're working on packaging up the .zip to provide on the ext.net/download page.
    Geoffrey McGill
    Founder
  2. #22
    great. i will package it up and deploy it Sat night.
    i will keep you updated.
    thanks,
    /Z
  3. #23
    Geoffrey,

    I appreciate all your efforts. I will be attempting a new deployment this weekend.

    However, i still find some inconsistencies in the new 4.1.1 that are very disconcerting.

    To test, i created a brand new VS ASP.NET. then from the solution, i did manage nuget and downloaded the packages.

    Issues:
    The "welcome message" says it is version 4.1
    The property of the Ext.net mobile DLL says it is version 4.1.0
    Git tells me it is 4.1.1 that was downloaded.

    All of this terribly confusing when we are having such a problem with deployment.
    This stuff MUST be consistent for all deployments and should be corrected.

    see attachment.
    thanks,
    /Z
    Attached Thumbnails Click image for larger version. 

Name:	inconsistencies.jpg 
Views:	115 
Size:	100.1 KB 
ID:	25127  
  4. #24
    I finally was able to get the debug details from the phone itself. it appears the phone makes the call. the backend then tosses an exception/
    /Z

    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 3/18/2018 4:35:14 AM
    Event time (UTC): 3/18/2018 8:35:14 AM
    Event ID: b67b2f61b5bd4cfaaadce1cfd3bc33b8
    Event sequence: 76
    Event occurrence: 2
    Event detail code: 0

    Application information:
    Application domain: /LM/W3SVC/1/ROOT/mobile-12-131658343668517450
    Trust level: Full
    Application Virtual Path: /mobile
    Application Path: C:\zzz\mobile\
    Machine name: zzzz

    Process information:
    Process ID: 7008
    Process name: w3wp.exe
    Account name: blah

    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://zzzzzz:443/mobile/extnet/ext...57216cac6f3324
    Request path: /mobile/extnet/extnet-init-js/ext-mobile.axd
    User host address: zzz
    User:
    Is authenticated: False
    Authentication Type:
    Thread account name: blah

    Thread information:
    Thread ID: 52
    Thread account name: blah
    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:
  5. #25
    Changing from Linked to Inline (web.config) fixes that....
  6. #26
    And then the real problem. this does not work. i thought Fn was a valid usage. but it causes the app not to load. i changed it to Hander="getZZZList_selected()" and it works.

    note that if i leave out the () and did Handler="getZZZList_selected", it fails. Also, iOS is more tempermental than android so test on iOS. I used a real phone and just kept removing code till it loaded. then it put it back piece by piece till it failed. Note that on android it fails to. Plug in a USB cable and run it via Chrome remote debugging and it works!!!

    so you must have the debugger off for it to fail. crazy!

    Please review...

    /Z

            <ext:Panel runat="server" Scrollable="Both" Layout="FitLayout" ID="zzz" PaddingSpec="0 10 0 0" Hidden="true">
                <Items>
                    <ext:List runat="server" ID="zzzsd3" EmptyText="No Record Found" Scrollable="Both" AllowDeselect="false" Mode="Multi" MarginSpec="1 0 10 0">
                        <Listeners>
                            <Select Fn="getZZZList_selected" />
                            <Deselect Fn="getZZZList_deselected" />
                        </Listeners>
                    </ext:List>
                </Items>
            </ext:Panel>
  7. #27
    The following two lines should both call the function:


    <Select Fn="getZZZList_selected" />
    <Select Handler="getZZZList_selected()" />
    The Fn property can be set with a function name. The Handler property can be set with any JavaScript that will be executed on the client.
    Geoffrey McGill
    Founder
  8. #28
    I will try to build a small test.
    it works on a main page but not on a control.
    /Z
  9. #29
    built the test app best i could but cannot replicate it. something we did is causing it but i don't have an answer now :(
    it works though with Handler. probably just JS technicality is causing it based on something in our code.
    /Z
Page 3 of 3 FirstFirst 123

Similar Threads

  1. [CLOSED] IIS 7.5 deployment
    By tanky65 in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 25, 2013, 2:51 PM
  2. Trouble in deployment
    By fosteliss in forum 2.x Help
    Replies: 6
    Last Post: Dec 13, 2012, 8:35 PM
  3. Deployment issue
    By Sergio Majocchi in forum 1.x Help
    Replies: 2
    Last Post: Feb 08, 2012, 4:50 AM
  4. Coolite MVC Deployment
    By Mike in forum 1.x Help
    Replies: 4
    Last Post: Oct 20, 2009, 10:17 PM
  5. Deployment problem
    By romeox in forum 1.x Help
    Replies: 0
    Last Post: Jan 20, 2009, 4:17 AM

Posting Permissions