fredoche1810

Results 17 comments of fredoche1810

Hello @MorfeoIT, Did you find the solution ? I already checked #419 but I can't have it working with me ![image](https://user-images.githubusercontent.com/13088049/147935622-a4a4cd54-d5d1-48c5-b7f0-664f327b8e3a.png) I receive the following error : System.Runtime.Serialization.SerializationException : 'There...

Hello, I tried your solution but I always have an Exception : Source could not be null. How can I solve that ? Thanks,

@LuisDavidR Thanks. I tried your sample code like this : List Combination2 = CombinationFactory.GetAll(); MessageBox.Show(Combination2.ToString()); I receive the error on the line MessageBox ![2017-12-06](https://user-images.githubusercontent.com/13088049/33675096-bfed75b2-dab1-11e7-8a5c-cde5d165e99d.png)

@LuisDavidR That's the problem ... I don't receive a list of combination. On the line only1Combination = CombinationFactory.GetAll().First(); //Gets only the first combination I already receive an exception that the...

@LuisDavidR No that's not the problem. I finally found the problem. I was working on an older version of Prestasharp and there was a bug. I use the new version...

Hello, Yes it's possible you have the function : public void AddProductImage(long ProductId, byte[] ProductImage);

Hello @miguelns21 did you find the solution ? Thanks in advance