In the constructor with byte[] bytes, string ContentID (and check the other constructors also) the private field _contentID is not set with supplied value..
Thanks
Marco
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
In the constructor with byte[] bytes, string ContentID (and check the other constructors also) the private field _contentID is not set with supplied value..
Thanks
Marco
Hello!
I was having the same problem and I`ve added this line to the constructor:
this._contentid=contentid;
I`ve build the project and now it is working!