Problem / Error :
I am getting the Following Error mentioned below on click on "Survey" Module Link
Error: Survey is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'App_SubCode_Survey, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. ---> System.IO.FileNotFoundException: Could not load file or assembly 'App_SubCode_Survey, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. File name: 'App_SubCode_Survey, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' at DotNetNuke.Modules.Survey.Survey.DisplaySurvey() at DotNetNuke.Modules.Survey.Survey.DisplaySurveyPage() at DotNetNuke.Modules.Survey.Survey.Page_Load(Object sender, EventArgs e) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. --- End of inner exception stack trace ---
Unhandled error loading module.
DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.IO.FileNotFoundException: Could not load file or assembly 'App_SubCode_Survey, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. File name: 'App_SubCode_Survey, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' at DotNetNuke.Modules.Survey.Survey.DisplaySurvey() at DotNetNuke.Modules.Survey.Survey.Page_Init(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.UserControl.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. --- End of inner exception stack trace ---
All other Inbuilt Modules are working Ok within my application site.
Application Configuration Details :
---------------------------------------------
DotNetNuke application version : 04.08.02
DataProvider : SqlDataProvider
.Net Framework: 2.0.50727.3053
Any Help in this regard is appreciated.
Thanks & Regards,
Prashant S Akerkar