Survey module show error

Last post 02-10-2004 11:49 PM by weinstein_josh. 3 replies.

Sort Posts:

  • Survey module show error

    02-10-2004, 11:09 AM
    • Member
      409 point Member
    • fotokard
    • Member since 09-08-2002, 4:28 PM
    • Posts 103
    Hi Everyone;

    The survey module must be corrupted but I could not tell what went wrong.

    I removed it from module definition table and reinstall it but it still bring the following error.

    Compilation Error
    Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

    Compiler Error Message: BC30456: 'pnlModuleContent' is not a member of 'ASP.survey_ascx'.

    Source Error:

    Line 1: <%@ Register TagPrefix="Portal" TagName="Title" Src="~/controls/DesktopModuleTitle.ascx" %>
    Line 2: <%@ Control Language="vb" AutoEventWireup="false" Inherits="DotNetNuke.Survey" CodeBehind="Survey.ascx.vb" %>
    Line 3: <portal:title id="Title1" runat="server" EditText="Add New Question" DisplayOptions="True"></portal:title>


    What went wrong?

    Jason



  • Re: Survey module show error

    02-10-2004, 11:27 AM
    • Contributor
      4,200 point Contributor
    • weinstein_josh
    • Member since 01-27-2003, 8:58 AM
    • Toledo, OH
    • Posts 834
    How did you install the module - using the Module Definitions upload? Can you verify that the Survey.dll is in the /bin and that the Survey.ascx file is in the /DesktopModules/Survey folder.
  • Re: Survey module show error

    02-10-2004, 11:43 PM
    • Member
      409 point Member
    • fotokard
    • Member since 09-08-2002, 4:28 PM
    • Posts 103
    Yes. survey.dll is in the /bin and the survey.ascs is in the right folder.

    I fixed it by checking it against a working dnn solution side by side.

    I found I mistakenly included in the project the images, private assemblies and portals folders.

    After I exclude them from the project, everything is working fine.

    Thank you for your help.

    Jason

  • Re: Survey module show error

    02-10-2004, 11:49 PM
    • Contributor
      4,200 point Contributor
    • weinstein_josh
    • Member since 01-27-2003, 8:58 AM
    • Toledo, OH
    • Posts 834
    That would do it! Good catch, forgot to have you check that one...
Page 1 of 1 (4 items)