[CLOSED] could not load file or assembly 'ext.net'

  1. #1

    [CLOSED] could not load file or assembly 'ext.net'

    Hi everyone,
    I have an application developed with the 1.0 release.

    All the feature implemented runs correctly but one of these (an hidden window that contains a panel and then a portlet) will report me the following error:

    Could not load file or assembly 'ext.net' or one of its dependencies

    In web.config is everything ok and after the configSections I have added the <extnet /> tag but I got an information message saying "could non find schema information for the element 'extnet'"

    How do I fix it?? Please, is URGENT
    Thanks in advance
    Last edited by Daniil; May 06, 2011 at 3:24 PM. Reason: Marked as [CLOSED]. No more information was provided.
  2. #2
    Hi,

    Could not load file or assembly 'ext.net' or one of its dependencies
    It is hard to say anything concrete without test project. ASP.NET gives loading stack to determine the problem (should be in the collapsed region on the error page)

    In web.config is everything ok and after the configSections I have added the <extnet /> tag but I got an information message saying "could non find schema information for the element 'extnet'"
    Did you define section in the configSections?
    <section name="extnet" type="Ext.Net.GlobalConfig" requirePermission="false"/>
    See readme.tx from distributive (http://svn.ext.net/premium/trunk/Ext...Net/README.txt)
  3. #3
    Hi Vladmir,
    You can download a sample project from https://secure.valuelab.it/VLFiles/GeoIntelligence.zip; the function that generate a problem is "Analisi Territoriali" that simply autoload another website in a window

    Waiting for You reply, regards
  4. #4
    Hi,

    Well, if I'm trying
    http://www.geointelligence.it/AnalisiTerritoriale
    link just in browser, not run from project, I'm getting the same error "Can't load Ext.Net".

    So, your project works fine, there is the problem in that link.
    Last edited by Daniil; May 04, 2011 at 2:49 PM.
  5. #5
    Hi,
    Your application does not help because the issue is related with application is hosted at (http://www.geointelligence.it/AnalisiTerritoriale)
    If you open that url in the browser then you will see the error page

Similar Threads

  1. Replies: 5
    Last Post: Jul 24, 2012, 1:24 PM
  2. Replies: 2
    Last Post: May 07, 2011, 5:30 AM
  3. Replies: 1
    Last Post: Nov 17, 2010, 3:07 PM
  4. [CLOSED] Could not load file or assembly Coolite.Ext.Web
    By Satyanarayana murthy in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: May 05, 2010, 1:12 AM
  5. Could not load file or assembly Coolite.Ext.Web
    By ranganath in forum 1.x Help
    Replies: 0
    Last Post: May 04, 2010, 9:11 AM

Tags for this Thread

Posting Permissions