I use a lot of Resources.GetBitmap() method in a project using .NET Framework 4.1. I am converting this project into 4.2 but that method does not exist anymore. How do we retrieve resources from our resource folder. I have been researching it and cannot find anything.
Thanks.