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.ArgumentException: An item with the same key has already been added.
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:
[ArgumentException: An item with the same key has already been added.]
System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) +12674592
umbraco.cms.businesslogic.packager.Installer.LoadConfig(String tempDir) +2348
umbraco.presentation.developer.packages.Installer.startInstall(Object sender, EventArgs e) +63
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +154
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3691
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
It would seem like you already had XSLTsearch installed (possibly from a local package) and tried to install it again (possibly from the package repository)... that will give this kind of an error because some items have already been installed.
The strange thing is that I haven't the package already installed...
By the way, I've seen that you released a v3.0.4 but I don't see it yet available, to download. Can you be so kind to upload it, as well with the upgrade package?
3.0.3 install error
When I try to install 3.0.3, I get this error:
Server Error in '/' Application.
An item with the same key has already been added.
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.ArgumentException: An item with the same key has already been added.
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:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
this happened to me when installing from the umbraco package repository.
If installing the local package (downloaded zip) it's ok (working).
It would seem like you already had XSLTsearch installed (possibly from a local package) and tried to install it again (possibly from the package repository)... that will give this kind of an error because some items have already been installed.
Glad you've got it working now.
cheers,
doug.
The strange thing is that I haven't the package already installed...
By the way, I've seen that you released a v3.0.4 but I don't see it yet available, to download. Can you be so kind to upload it, as well with the upgrade package?
Thanks and cheers
You caught me right in the middle of updating the project pages :)
You can get the 3.0.4 release now.
Let me know how you get on with the update.
cheers,
doug.
Thx Doug!
By the way I think you may also want to update your official site: http://www.percipientstudios.com/xsltsearch/download.aspx (it still has 3.0 and the upgrade: 2.7) ;)
I'll try the 3.0.4 right now...
Edit: I installed the update package 3.0.4 (I had 3.0.1) and everything (so far) seems fine... thx again!
Gosh but you're fast! I'm working on it even now ;)
d.
hehe sorry didn't want to stress you, I'm just a good "bug hunter" (I think) and reporting an error is the minimum I can do ;)
thx again and cheers
is working on a reply...