Hi,
I have followed the instructions given in http://forums.asp.net/1114393/ShowPost.aspx to publish my modules as assemblies.
I'm using the Starter kit of DNN 4.3 to develope my modules and everything goes fine if I run my site using VS2005. But when I publish it to a folder and take from there the assemblies and ascx's, error BC30456 appears.
What I have done is the following:
1) I have updated my DNN 3.2 portal to 4.3 (everything goes ok)
2) I have created a new site using Starter Kit and converted my modules to ASP 2 (everything goes ok)
3) I have published the whole new site in a temporary folder, and then I've taken from there my modules folders from within DesktopModules and copied to the same place in my portal.
I have also copied all the assemblies related to my modules from bin in temporary folder to bin in my portal
4) When I access my portal, the following error appears:
DotNetNuke.Services.Exceptions.ModuleLoadException: C:\deploy\dnn4\neoteo\DesktopModules\FBlogCat\FBlogCatView.ascx(8): error BC30456: 'IDdelTab' is not a member of 'ASP.desktopmodules_fblogcat_fblogcatview_ascx'. --->
IDdelTab is a public function present at the codebehind of FBlogCatView.ascx. As I have said before, it works ok if I run it from the site created by the StarterKit.
I guess that FBlogCatView.ascx it's not being able to load the proper assembly (is stated as App_Web_fblogcatview.ascx.9076e4e6 in the ascx file) but I cannot find a way to make it work.
Any help will be apreciated.
Thanks in advance!
Pablo.