Roger,
Added the GSP module to a page in another portal and now gives the error as displayed below in both portals. In the test portal it is now blocking the portal login as I placed the module on the home page. On the other portal I placed it on another page and could delete it from the page via the module settings.
Also discovered that the GSP config file is empty (0 bytes); is this correct? It is located in:
wwwroot/DesktopModules/GalleryServerPro/gs/config
In a backup file made before adding the GSP to another portal the config file was also empty.
From the DNN event log I grabbed the following error message:
Quote:AssemblyVersion: 5.5.0
PortalID: 0
PortalName: TestPortal
UserID: -1
UserName:
ActiveTabID: 40
ActiveTabName: Home
RawURL: /Home/tabid/40/language/en-US/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer:
http://test.familykruse....uage/en-US/Default.aspx
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; nl; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 89a5ca67-f4ba-4fd8-8589-bbf48dc4abbd
InnerException: The type initializer for 'GalleryServerPro.Web.Pages.GalleryPage' threw an exception.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: GalleryServerPro.Web.Util.AddMembershipDataToGallerySettings
StackTrace:
Message: System.TypeInitializationException: The type initializer for 'GalleryServerPro.Web.Pages.GalleryPage' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object. at GalleryServerPro.Web.Util.AddMembershipDataToGallerySettings() at GalleryServerPro.Web.Util.InitializeApplication() at GalleryServerPro.Web.Pages.GalleryPage..cctor() --- End of inner exception stack trace --- at GalleryServerPro.Web.Pages.GalleryPage..ctor() at GalleryServerPro.Web.Pages.album..ctor() at ASP.desktopmodules_galleryserverpro_gs_pages_album_ascx..ctor() at __ASP.FastObjectFactory_app_web_izygnxoo.Create_ASP_desktopmodules_galleryserverpro_gs_pages_album_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 GalleryServerPro.Web.Gallery.LoadRequestedPage() at GalleryServerPro.Web.Gallery.Gallery_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.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.UI.Modules.ModuleHost.InjectModuleContent(Control content) at DotNetNuke.UI.Modules.ModuleHost.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at DotNetNuke.UI.Modules.ModuleHost.get_ModuleControl() at DotNetNuke.UI.Containers.Container.get_ModuleControl() at DotNetNuke.UI.Containers.Container.ProcessModule() at DotNetNuke.UI.Skins.Pane.InjectModule(ModuleInfo objModule)
Source:
Server Name: S026
I will de-install GSP module and try to re-install it again.

Jan-Willem