I get the following error when I try to install the package on umbraco 4.5.2 and 4.6.1.
I've installed the latest version of famfamfam and uComponents. Any ideas? looks like aprt of the package gets installed but no content/documenttypes/templates get installed.
The given key was not present in the dictionary.
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.
Not sure about Nate's configuration, but I'm getting this same error when installing the package. Both on local machine and my server. Umbraco version 4.6.1. (I tried both a clean and existing umbraco site.)
I was able to fix the issue. It seems like I didnt have all 'ucomponents' plugins activated. After activating all of them, the package installed successfully. Maybe it would be good to provide a list of ucomponents plugins that are used by the package?
The given key was not present in the dictionary.
I get the following error when I try to install the package on umbraco 4.5.2 and 4.6.1.
I've installed the latest version of famfamfam and uComponents. Any ideas? looks like aprt of the package gets installed but no content/documenttypes/templates get installed.
The given key was not present in the dictionary.
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.
It looks like the error occurs in loading the package rather than any install code within the package.
Cheers,
Chris
Hi,
Not sure about Nate's configuration, but I'm getting this same error when installing the package. Both on local machine and my server. Umbraco version 4.6.1. (I tried both a clean and existing umbraco site.)
Chris
I was able to fix the issue. It seems like I didnt have all 'ucomponents' plugins activated. After activating all of them, the package installed successfully. Maybe it would be good to provide a list of ucomponents plugins that are used by the package?
is working on a reply...