HELP!-Error when loading project and running in debug-Value cannot be null
Created: 30 Dec 2010 | 3 comments
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
Discussion Filed Under:
Comments
In general "value cannot be
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.
Did you sort this?
I have the same issue. Did you sort this out?
Thanks!
Robert Lundsten
Consultant / Founder : Asterio
Homepage | http://www.asterio.se
Blog | http://www.asterio.se/blogg
Twitter | http://twitter.com/asterioan
This was quite some time ago,
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.
Would you like to reply?
Login or Register to post your comment.