[CLOSED] Ext is undefined & re-built Ext.Net

Page 3 of 6 FirstFirst 12345 ... LastLast
  1. #21
    If you provide a test project, I can review. Please see 7. D):
    Forum Guidelines For Posting New Topics
  2. #22
    How can I send you a test of ext.v1Net?
    Because my project works fine with Ext.Net (since 4 years), the error is not on the project itself but in Ext.v1Net.
  3. #23
    the error is not on the project itself but in Ext.v1Net
    Yes. I just need to reproduce it locally. The test project should contain the custom Ext.v1Net.dll. I might also need all the sources to debug.
  4. #24
    I sent to you on PM the source of Ext.v1Net. Do you need a sample test project?
  5. #25
    It works now... I built again and again... and it works with no reason.
    Next step, add Ext.Net 2.x to the project.

    I have a question for this : Ext.Net 1.7 use Ext.Net.Utilities and Json, but Ext.Net 2.x use newer version... Can I use only the last version of Json and Utilities with Ext.v1Net?
  6. #26
    It works now... I built again and again... and it works with no reason.
    Probably, the project was scared of the chance to be reviewed by Ext.NET team:)

    I have a question for this : Ext.Net 1.7 use Ext.Net.Utilities and Json, but Ext.Net 2.x use newer version... Can I use only the last version of Json and Utilities with Ext.v1Net?
    You can try. Please, just keep in mind that we didn't the the latest with Ext.NET v1, so, theoretically, issues are possible. Though, there is also a chance that everything will work flawlessly. I just cannot guarantee that.
    Last edited by Daniil; Oct 29, 2014 at 4:05 PM.
  7. #27
    Hello!

    I just try to publish a first version but I have the message "Unlicensed" at the bottom page.
    Should I change something?
    Before we were on 1.4 and now the Ext.v1Net is built on 1.7.
  8. #28
    Maybe, the license key is not pulled from Web.config? I can suggest to search for "licenseKey" in Ext.NET sources and find the place where it is pulled from Web.config and debug.
  9. #29
    To solve this problem, I just commented the code that shows the message ;)

    I have a question about the fact to have both Ext.Net (v1 and v2) because I have an error (like this one link) and I dont know how to combine this lines with v1 and v2:

      <httpModules>
          <add name="DirectRequestModule" type="Ext.v1Net.DirectRequestModule, Ext.v1Net" />
        </httpModules>
    <httpHandlers>
          <add path="*/ext.axd" verb="*" type="Ext.v1Net.ResourceHandler" validate="false" />
        </httpHandlers>
      <system.webServer>
        <validation validateIntegratedModeConfiguration="false" />
        <modules runAllManagedModulesForAllRequests="true">
          <add name="DirectRequestModule" preCondition="managedHandler" type="Ext.v1Net.DirectRequestModule, Ext.v1Net" />
        </modules>
        <handlers>
          <add name="DirectRequestHandler" verb="*" path="*/ext.axd" preCondition="integratedMode" type="Ext.v1Net.ResourceHandler" />
        </handlers>
        <defaultDocument>
          <files>
            <clear />
            <add value="default.aspx" />
          </files>
        </defaultDocument>
      </system.webServer>
    Do i have to write 2 DirectRequestModule : DirectRequestModule and DirectRequestModulev1 ?
  10. #30
    To solve this problem, I just commented the code that shows the message ;)
    Please un-comment that code.
    Geoffrey McGill
    Founder
Page 3 of 6 FirstFirst 12345 ... LastLast

Similar Threads

  1. [CLOSED] CycleButton built from store
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 24, 2013, 12:52 AM
  2. [Gauge] Minimum not correct when built in code behind.
    By joris.moonen in forum 2.x Help
    Replies: 0
    Last Post: May 10, 2012, 10:08 AM
  3. Replies: 14
    Last Post: Mar 02, 2012, 9:22 AM
  4. are they in built method?
    By joydeepsen in forum 1.x Help
    Replies: 2
    Last Post: Jun 04, 2009, 4:18 AM
  5. [CLOSED] Will v0.6 be released/built under .net 2.0 framework
    By stevejebson in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Sep 09, 2008, 7:35 PM

Tags for this Thread

Posting Permissions