Resources Difference in 4.2

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.

Ha ha, just when I think all hope is lost I find the answer. I had my namespaces all screwed up so it caused the error…lol