Need A help
-
With A build, i don't get any errors or warnings. But my Tasklist has 3 same items "Cannot widen from target type to primitive type." How can i correct it. I cant delete it.
-
With A build, i don't get any errors or warnings. But my Tasklist has 3 same items "Cannot widen from target type to primitive type." How can i correct it. I cant delete it.
That error happens when you are trying to perform an action like assigning an Int32 to an Int16 type. Check the code for areas where you are not using the right variable type. Without the exact code, however, I can't be much more specific.
-
That error happens when you are trying to perform an action like assigning an Int32 to an Int16 type. Check the code for areas where you are not using the right variable type. Without the exact code, however, I can't be much more specific.
Thanks For the help, but for a strange reason, errors have disapeartd. It's probably IDE bug.