I'm trying to get 5.5 to work for the second time. This time, I get:
500 Internal Server Error
The requested Url (http://www.ipsophoto.com/default.aspx) does not return any valid content.
Exception:
An item with the same key has already been added.
Stack Trace:
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at System.Collections.ObjectModel.KeyedCollection`2.AddKey(TKey key, TItem item) at System.Collections.ObjectModel.KeyedCollection`2.InsertItem(Int32 index, TItem item) at System.Collections.ObjectModel.Collection`1.Add(T item) at DotNetNuke.ComponentModel.SimpleContainer.AddBuilder(Type contractType, IComponentBuilder builder) at DotNetNuke.ComponentModel.SimpleContainer.RegisterComponentInstance(String name, Type contractType, Object instance) at DotNetNuke.ComponentModel.AbstractContainer.RegisterComponentInstance[TContract](Object instance) at DotNetNuke.ComponentModel.ComponentFactory.RegisterComponentInstance[TContract](Object instance) at DotNetNuke.ComponentModel.ComponentBase`2.get_Instance() at DotNetNuke.Services.Localization.Localization.ActiveLanguagesByPortalID(Int32 portalID) at DotNetNuke.Entities.Portals.PortalController.GetActivePortalLanguage(Int32 portalID) at DotNetNuke.Entities.Portals.PortalController.GetPortal(Int32 PortalId) at iFinity.DNN.Modules.UrlMaster.CacheController.GetPortal(Int32 portalId, Boolean exceptionOnNull) at iFinity.DNN.Modules.UrlMaster.TabDictController.BuildTabDictionary(PathSizes& pathSizes, FriendlyUrlSettings settings, Int32 buildPortalId, Dictionary`2 tabDict) at iFinity.DNN.Modules.UrlMaster.TabDictController.FetchTabDictionary(Int32 portalId, Int32& minTabPathDepth, Int32& maxTabPathDepth, Int32& minAliasPathDepth, Int32& maxAliasPathDepth, FriendlyUrlSettings settings, Boolean forceRebuild, Boolean bypassCache) at iFinity.DNN.Modules.UrlMaster.RewriteController.GetTabFromDictionary(String url, FriendlyUrlSettings settings, UrlAction result) at iFinity.DNN.Modules.UrlMaster.RewriteController.IdentifyByTabPathEx(String absoluteUri, String queryString, UrlAction result, FriendlyUrlSettings settings) at iFinity.DNN.Modules.UrlMaster.UrlRewriteModule.CheckForRewrite(String fullUrl, String querystring, UrlAction result, Boolean useFriendlyUrls, NameValueCollection queryStringCol, FriendlyUrlSettings settings, Boolean& isPhysicalResource) at iFinity.DNN.Modules.UrlMaster.UrlRewriteModule.ProcessRequest(HttpContext context, HttpRequest request, HttpServerUtility Server, HttpResponse response, Boolean useFriendlyUrls, String requestType, Uri requestUri, UrlAction result, NameValueCollection queryStringCol, FriendlyUrlSettings settings)
Administrators
You can see this exception because the customErrors attribute in the web.config is set to 'off'. Change this value to 'on' or 'RemoteOnly' to show Error Handling
The error handling could not determine the correct page to show.
Please advise.
Thanks,
Steven