Link to home
Start Free TrialLog in
Avatar of jjacksn
jjacksn

asked on

Recreating missing .resx form?

If I am missing the resx file to a corresponding Control that I have the C# source code to, is there a way to regenerate it somehow?
Avatar of NTAC
NTAC

Did you ever have it in the first place?  If so, you can use the resgen tool to recreate it using the .resources file (should be in your debug/bin directory).  

If you never had it in the first place, create an empty solution and add your *.cs file to it.  You should be able to compile get most of the stuff back.  Some things like images don't come back, but they are easy enought to add.

Regards,
NTAC
ASKER CERTIFIED SOLUTION
Avatar of NTAC
NTAC

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial