updating to ExtNet 1.0 from 0.8.2

  1. #1

    updating to ExtNet 1.0 from 0.8.2

    Hi everyone,

    I'm having a big problem trying to update an existing application developed using Coolite 0.8.2 to the new ExtNet 1.0 framework.

    Essentially every control added previously into every page is not recognized by the new framework wich give me for each one of them the following line code error:

    for example a combobox: 'cmb1 not declared. The control is not accessible due to the protection level applied.'

    ...and my application can't run anyway.

    I will appreciate so much every suggestion.


    Thank You.
    Fabio
  2. #2
    Hi,

    Good choice! I mean upgrading to Ext.Net 1.0. By the way, RC2 was released today.

    How to upgrade:
    http://forums.ext.net/showthread.php?10097
    http://forums.ext.net/showthread.php?10069
  3. #3
    Hello Daniil,

    I have read all the 77 points of ChangeLog.txt file and they are all fixed in my application.

    But the problem still remains for every control in each page on the server side code (and all of them are well declared in the mark up with no errors).

    I think the point is that I have no errors in the mark up; so the updating process seems to be well done!

    Thank You.
  4. #4
    How did you attach Ext.Net controls to the page? I mean did you register it using Register or in web.config?
  5. #5
    I register the assembly in the markup with:
    <%@ Register assembly="Ext.Net" namespace="Ext.Net" tagprefix="ext" %>
    Last edited by Daniil; Jun 01, 2011 at 2:57 PM. Reason: Please use [CODE] tags
  6. #6
    Please post the causing a problem code.
  7. #7
    Hi,

    all things are gone well, just some markup problem

    thank you

Similar Threads

  1. [CLOSED] Coolite 0.8.2 and ExtNet 2.0 in the same project?
    By Pablo in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 13, 2012, 6:54 PM
  2. Show ExtNet.Msg.Alert on Command Event ?
    By Mohammad in forum 1.x Help
    Replies: 2
    Last Post: Oct 25, 2011, 5:55 AM
  3. [CLOSED] bypassing authentication for EXTJS EXTNET resources
    By webclouder in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 22, 2011, 2:57 PM
  4. [CLOSED] Errors in extnet css
    By acrossdev in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 07, 2010, 9:00 AM
  5. [CLOSED] [1.0] extnet-core-debug.js
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 11, 2010, 2:08 PM

Posting Permissions