Hi i was able to prepare the install package. After the install package is create i tried to install the package and it got installed successfully but when brought up the page and included the module and saw it showed the error
DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load type 'YourCompany.Modules.ModuleName.ModuleNameController' from assembly 'App_Code.86w68zjg, Version=4.8.4.3, Culture=neutral, PublicKeyToken=null'. ---> System.TypeLoadException: Could not load type 'YourCompany.Modules.ModuleName.ModuleNameController' from assembly 'App_Code.86w68zjg, Version=4.8.4.3, Culture=neutral, PublicKeyToken=null'. at YourCompany.Modules.ModuleName.ViewModuleName..ctor() at __ASP.FastObjectFactory_app_web_iopbaofw.Create_ASP_desktopmodules_ModuleName_viewModuleName_ascx() at System.Web.Compilation.BuildResultCompiledType.CreateInstance() at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace
When i publish the site and see the bin folder i get only two files like App_Web_viewmodulename.ascx.3cd5d4f5.dll and App_Web_settings.ascx.3cd5d4f5.dll
so how come the error shown like app_code with version is shown
but there is no
Please advice what needs to be done