Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...FREE - Photo Gallery (flickr/picasa) Module for DotNetNukeFREE - Photo Gallery (flickr/picasa) Module for DotNetNuke
Previous
 
Next
New Post
3/4/2009 5:25 PM
 

Hi Oliver,

Here's the Event viewer log. If you need host access, just let me know, and I'll set up an account:

AssemblyVersion: 05.00.00
PortalID: 0
PortalName: Kosekroken Website
UserID: -1
UserName:
ActiveTabID: 59
ActiveTabName: GALLERY
RawURL: /dotnetnuke/GALLERY/tabid/59/Default.aspx
AbsoluteURL: /dotnetnuke/Default.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 5ae1e95e-d427-437c-a9a7-644ec84a77b4
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: OliverHine.Escher.AjaxPortalModuleBase.Page_PreRender
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at OliverHine.Escher.AjaxPortalModuleBase.Page_PreRender(Object sender, EventArgs e) at System.Web.UI.Control.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Server Name: HOMESERVER

 
New Post
3/4/2009 5:28 PM
 

BAH!

check your web.config, and locate the following section... if you have the bold bits (i.e.. xmlns="") you need to delete them... let me know if i'm incorrect....

      <dependentAssembly xmlns="">
        <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
      </dependentAssembly>
      <dependentAssembly xmlns="">
        <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
      </dependentAssembly>

 
 
New Post
3/4/2009 5:31 PM
 

Sorry, I forgot the imporant part (already edited), if you have the bold bits (i.e.. xmlns=""), they need to be removed, make the section above look like this... (no bold bits)

      <dependentAssembly>
        <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
      </dependentAssembly>

 
New Post
3/4/2009 7:29 PM
 

It worked!!

Thank you very much

Tom-Roger

 
New Post
3/4/2009 7:38 PM
 

Sorry... now I get this error when enabling slideshow:

 

ModuleId: 401
ModuleDefId: 111
FriendlyName: Fotoalbum
ModuleControlSource: DesktopModules/Escher/ViewEscher.ascx
AssemblyVersion: 05.00.00
PortalID: 0
PortalName: Kosekroken Website
UserID: 1
UserName: tom-rste
ActiveTabID: 59
ActiveTabName: GALLERY
RawURL: /dotnetnuke/GALLERY/tabid/59/Default.aspx
AbsoluteURL: /dotnetnuke/Default.aspx
AbsoluteURLReferrer: http://kosekroken.homeserver.com/dotnetnuke/GALLERY/tabid/59/ctl/Module/ModuleId/401/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: d9934e07-c40c-4224-9980-e15b92b1d53d
InnerException: Arithmetic operation resulted in an overflow.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: OliverHine.Escher.Data.Providers.Flickr.GetImages
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Arithmetic operation resulted in an overflow. ---> System.OverflowException: Arithmetic operation resulted in an overflow. at OliverHine.Escher.Data.Providers.Flickr.GetImages(Int32 startIndex, Int32 maxResults) at OliverHine.Escher.Data.Controller.GetImages(String datastore, String username, String gallery, String sizethumb, String sizefull, Int32 startIndex, Int32 maxResults) at OliverHine.Escher.ViewEscher.RetrieveData(Int32 startIndex, Int32 maxResults) at OliverHine.Escher.ViewEscher.GenerateInitialView() at OliverHine.Escher.ViewEscher.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Source:
Server Name: HOMESERVER

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...FREE - Photo Gallery (flickr/picasa) Module for DotNetNukeFREE - Photo Gallery (flickr/picasa) Module for DotNetNuke


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out