Hi. I installed the gallery module as a fresh install, no prior versions, into DNN 4.5.3 fresh install. It installed fine, no errors. It allowed me to change settings, upload some photos, etc. This was all done via the Visual Web Developer Express ASP .NET Development Server. I did set one of the max image size settings to be blank, which threw some errors and had to delete the page and add the gallery module to the new page. Everything was working fine again. Except, I was unable to download an image unless logged in, and there were no permissions/roles asigned to restrict that. I thought maybe a rebuild would help along with deleting temp files, but once I closed the server, went back into VWD, and tried to build the web again, I got the following errors and was unable to open the site due to the errors: (well, actually, it let me enter the site via the last good build)... There were no warnings or notes...
Error 1 Option Strict On disallows implicit conversions from 'DotNetNuke.Modules.Gallery.ObjectClass' to 'DotNetNuke.Modules.Gallery.ObjectClass'. C:\Documents and Settings\Rick\My Documents\Visual Studio 2005\WebSites\MoM\DesktopModules\Gallery\AlbumEdit.ascx.vb 147 30 C:\...\MoM\
Error 2 Value of type 'DotNetNuke.Modules.Gallery.BaseRequest' cannot be converted to 'DotNetNuke.Modules.Gallery.BaseRequest'. Type mismatch could be due to the mixing of a file reference with a project reference to assembly 'App_SubCode_Gallery.ywbxjnt0'. Try replacing the file reference to 'App_SubCode_Gallery.ywbxjnt0.dll' in project '3_App_Code' with a project reference to '5_App_Code_Gallery'. C:\Documents and Settings\Rick\My Documents\Visual Studio 2005\WebSites\MoM\DesktopModules\Gallery\AlbumEdit.ascx.vb 225 35 C:\...\MoM\
Error 3 Type 'BreadCrumbs' is not defined. C:\Documents and Settings\Rick\My Documents\Visual Studio 2005\WebSites\MoM\DesktopModules\Gallery\AlbumEdit.ascx.vb 230 39 C:\...\MoM\
Any ideas? I'd rather not upload it live on the web if it will cause the love site problems as well...
Rick