Hello,
I'm trying to do some VS search on a couple of images, but I keep getting error messages like:
Server Error in '/app' Application.
Key cannot be null.
Parameter name: key
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.ArgumentNullException: Key cannot be null.
Parameter name: key
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:
[ArgumentNullException: Key cannot be null.
Parameter name: key]
System.Collections.Hashtable.get_Item(Object key) +10930315
Restricted_VarSearchResults.Page_Load(Object sender, EventArgs e) +855
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnLoad(EventArgs e) +92
System.Web.UI.Control.LoadRecursive() +54
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
Anyone got a clue?
Best regards,
Tomas Wikander
WTHB
Tomas:
See my post related to our recent VPhot modifications that I was writing while you submitted this post!
Ken
That explains
Hello Ken!
That explains everything!
I'm not using VSS regularely so I will cope.
Best regards,
Tomas