Click here to Skip to main content
15,912,400 members

Comments by Member 13440673 (Top 2 by date)

Member 13440673 2-Dec-20 4:06am View    
Hi Patrice

Thank you kindly for your time.
I understand your approach and will apply it accordingly.
I would like to know how to build the tiled image using c#.
To my understanding I will use bitmap library in c# to create a new image and then set x, y source and destination rectangles for the array of small tiles to get mapped to.
Is this the correct approach? Other than using Bitmap are there any other external libraries I will need to use? This is a very manual approach to this requirement and I am wondering if there is an easier way to build a mosaic using c# in a console application.
Again thank you for your time
Member 13440673 20-Feb-18 6:43am View    
Deleted
Hi there

I have tried that possible solution before and the error I get is

System.NotSupportedException: 'The specified type member 'AspUserAssignedTo' is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties are supported.'

How do I get around this?