The specified module could not be found

Last post 11-09-2009 2:57 AM by supradip_d. 7 replies.

Sort Posts:

  • The specified module could not be found

    11-07-2009, 9:03 AM
    • Participant
      1,282 point Participant
    • misuk11
    • Member since 08-05-2003, 6:40 AM
    • Posts 750

    Ive created a web app with an admin section controlled by a usrename/password.  After entering the username & password, im taken to the main page, but it displays this error


    The specified module could not be found


    ive never seen this before, can anyone tell me how i can find out what the module is ?



  • Re: The specified module could not be found

    11-07-2009, 9:56 AM
    • Participant
      1,098 point Participant
    • folkertsj
    • Member since 01-16-2006, 5:55 AM
    • Watertown, SD 57201
    • Posts 319

    could you give us alittle more detail on the error. 

  • Re: The specified module could not be found

    11-07-2009, 11:11 AM
    • Member
      174 point Member
    • supradip_d
    • Member since 09-22-2009, 10:56 AM
    • Posts 55

    misuk11,


    it will be better that you provide a couple of information more. Like the .aspx page header section, Initials of your code behind section etc. As these will help us to recognize ur problem and then we can try to find a solution for that.


    Cheers..!!

    Supradip Dey
    Quint Software Solutions Pvt. Ltd.
  • Re: The specified module could not be found

    11-07-2009, 12:09 PM
    • Participant
      1,282 point Participant
    • misuk11
    • Member since 08-05-2003, 6:40 AM
    • Posts 750

    this is the master page


    <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="OfficeMaster.master.cs" Inherits="EBSOnline.OfficeMaster" %>

    <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head id="Head1" runat="server">
        <title></title>
        <link href="CSS/communications.css" rel="stylesheet" type="text/css" />
        <!--[if IE 6]>
        <style type="text/css">
        html { overflow-y: hidden; }
        body { overflow-y: auto; }
        #bg { position:absolute; z-index:-1; }
        #content { position:static; }
        </style>
        <![endif]-->
        <asp:ContentPlaceHolder ID="head" runat="server">
        </asp:ContentPlaceHolder>
    </head>
    <body>
        <form id="form1" runat="server">
        <img src="images/EBSMainBackground3.jpg" alt="background image" id="bg" />
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
        </telerik:RadScriptManager>
        <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
        </telerik:RadAjaxManager>
        
        <div id="container">
        <div><img src="images/EBSHeading5.jpg" alt="Banner" width="770" height="50" /></div>
        
        <div>
          <ul>
            <li><a href="Default.aspx">Home</a></li>
            <li><a href="#">Browse</a></li>
            <li><a href="#">Invite</a></li>
            <li><a href="#">Apps</a></li>
            <li><a href="#">Blogs</a></li>
            <li><a href="#">Favorites</a></li>
            <li><a href="#">Forum</a></li>
            <li><a href="#">Groups</a></li>
            <li><a href="#">Events</a></li>
            <li> <a href="#">MySpaceTV</a></li>
            <li><a href="#">Music</a></li>
            <li><a href="#">Comedy</a></li>
            <li><a href="#">Classifieds</a></li>
          </ul>
        </div>
        
            
        
        
        <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
          
        </asp:ContentPlaceHolder>  
        
      <br />
      <div>
        <ul>
          <li>
          Help
          </li>
          <li>Terms</li>
          <li>Privacy Policy</li>
          <li>Safety Tips</li>
          <li>Report Abuse</li>
          <li>Advertise</li>
          <li>Developers</li>
          <li>MySpace International</li>
          <li>lMySpace Latino </li>
        </ul>
        <p>©2003-2009 MySpace.com. All Rights Reserved. </p>
      </div>
        
      </div>
     
     
      </form>
    </body>
    </html>




    and the content page


    <%@ Page Title="" Language="C#" MasterPageFile="~/OfficeMaster.Master" AutoEventWireup="true" CodeBehind="MainCalendar.aspx.cs" Inherits="EBSOnline.Office.MainCalendar" %>
    <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
    </asp:Content>
    <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
    <div>
        
    </div>
    </asp:Content>


    ther is no code in the codebehind, i havent got that far yet

  • Re: The specified module could not be found

    11-07-2009, 12:49 PM
    • Participant
      1,098 point Participant
    • folkertsj
    • Member since 01-16-2006, 5:55 AM
    • Watertown, SD 57201
    • Posts 319

    just a thought here but do you have the telerik.web.ui.dll in the bin folder assuming you do, can you post your stack track as well. 

  • Re: The specified module could not be found

    11-07-2009, 1:10 PM
    • Participant
      1,282 point Participant
    • misuk11
    • Member since 08-05-2003, 6:40 AM
    • Posts 750

    yeah I do have that dll in the bin folder.  Ive built dozens of sites like this, all with similare structure, but never come across this problem before.  It would help if the module in question was identified somewhere.

     

    I have this in my web.config

    <system.web>
        <trace enabled="true"
           requestLimit="20"
           pageOutput="true"
           localOnly="true" />
        </system.web>


     

     

     

     

    when I trype trace.axd in the url bar, nothing happens, how can i get the trace any other way ?

  • Re: The specified module could not be found

    11-07-2009, 2:05 PM
    • Participant
      1,098 point Participant
    • folkertsj
    • Member since 01-16-2006, 5:55 AM
    • Watertown, SD 57201
    • Posts 319

    can you post the whole error page.  you should see the stack trace at the bottom 

  • Re: The specified module could not be found

    11-09-2009, 2:57 AM
    Answer
    • Member
      174 point Member
    • supradip_d
    • Member since 09-22-2009, 10:56 AM
    • Posts 55

    misuk11:


    <%@ Page Title="" Language="C#" MasterPageFile="~/OfficeMaster.Master" AutoEventWireup="true" CodeBehind="MainCalendar.aspx.cs" Inherits="EBSOnline.Office.MainCalendar" %>
    <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
    </asp:Content>
    <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
    <div>
        
    </div>
    </asp:Content>


    ther is no code in the codebehind, i havent got that far yet


    May the problem is laying in this segment.

    Check out in your code behind page's namespace. If it is "EBSOnline.Office" or not.

    if it is different then change to this and try. And if it is not, then we need to work more to solve this.


    Good Luck,


    Supradip Dey
    Quint Software Solutions Pvt. Ltd.
Page 1 of 1 (8 items)