AI OnAI Off
Sorry i just missed posted the error trace i get while browsing the images explistly.here u are:
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[KeyNotFoundException: The given key was not present in the dictionary.] System.ThrowHelper.ThrowKeyNotFoundException() +28 System.Collections.Generic.Dictionary`2.get_Item(TKey key) +7589136 EPiServer.DataAccess.PageListDB.ReadPageList(AbstractCommand cmd) +1156 EPiServer.DataAccess.<>c__DisplayClass11.<LoadSpecificPages>b__10() +428 EPiServer.DataAccess.<>c__DisplayClass1`1.<Execute>b__0() +58 EPiServer.DataAccess.DatabaseFactory.Execute(Action`1 method) +55 EPiServer.DataAccess.DataAccessBase.Execute(Action`1 action) +237 EPiServer.DataAccess.PageListDB.LoadSpecificPages(Int32[] pageLinks) +78 EPiServer.LocalPageProvider.GetPages(PageReferenceCollection pageReferences, ILanguageSelector selector) +170 EPiServer.Core.PageProviderBase.GetScatteredPages(PageReferenceCollection pageRefs, ILanguageSelector selector) +439 EPiServer.Core.PageProviderBase.GetChildren(PageReference pageLink, ILanguageSelector selector, Int32 startIndex, Int32 maxRows) +92 EPiServer.DataFactory.GetChildren(PageReference pageLink, ILanguageSelector selector, Int32 startIndex, Int32 maxRows) +260 EPiServer.Web.UrlSegment.GetPageBySegment(PageReference parent, String urlSegment, String languageBranch, Boolean exactLanguage) +85 EPiServer.Web.FriendlyUrlRewriteProvider.GetPageBySegments(PageReference rootPageRef, String[] segments, String languageCode) +50 EPiServer.Web.FriendlyUrlRewriteProvider.GetPageFromStartByPath(String path, LanguageBranch languageBranch) +352 EPiServer.Web.FriendlyUrlRewriteProvider.ConvertToInternalInternal(UrlBuilder url, Object& internalObject) +413 EPiServer.Web.FriendlyUrlRewriteProvider.ConvertToInternal(UrlBuilder url, Object& internalObject) +410 EPiServer.Web.UrlRewriteModule.HttpUrlRewriteToInternal(UrlBuilder url) +313 EPiServer.Web.UrlRewriteModuleBase.BeginRequestEventHandler(Object sender, EventArgs e) +158 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75 |
Hi,
I recently upgraded my site from CMS 5 to CMS 5 R2 SP2. The issue i am dealing with is that after upgradation , my site is running without the images(application images) and CSS .but once i login to the CMS and refresh the page , it gets working fine.WHat you guys think is the issue?Is it the configuration level issue or the upgraded DLL spoiling the sport?