Workflow Soluiton

 View Only
  • 1.  HELP!-Error when loading project and running in debug-Value cannot be null

    Posted Dec 30, 2010 09:55 AM

    Can anyone make sense of this error? I get the error when loading my project and of course when it is run in debug. Apparently a library is missing, but I don;t know which one. If i create a new project, i don't get the error. -Thanks



  • 2.  RE: HELP!-Error when loading project and running in debug-Value cannot be null

    Posted Dec 30, 2010 03:30 PM

    In general "value cannot be null" means that you have a variable with an empty/null value.

    If you need to have a blank value then use a single value mapping or a add new data element to copy over the "empty" variable value.

    However in your case it seems you have a dictionary and trying to add a new "entry" but with an empty/null "key" value.



  • 3.  RE: HELP!-Error when loading project and running in debug-Value cannot be null

    Posted May 10, 2011 08:30 AM

    I have the same issue. Did you sort this out?

    Thanks!



  • 4.  RE: HELP!-Error when loading project and running in debug-Value cannot be null

    Posted May 10, 2011 04:40 PM

    This was quite some time ago, but I think this was one of those cases where I just had to rebuild my project. I may have caused it when I started deleting some integration libraries.