views:

118

answers:

2

I'm using a decompiler to look at a DLL I built a while ago because I don't have the original source anymore. I want to see what a specfic value for a resource string is, but I can't seem to find them. I embedded the resource file, so I figured I could just decompile the DLL and see the string, but it isn't anywhere to be found. Any place I should be checking or is this not possible?

A: 

Ended up using Reflector and saw what I needed.

Josh
A: 

Would a tool like XN Resource Editor work for you?

outis