Is it viable in your situation to create a new ASP page, copy-paste relevant
pieces of HTML and code behind, delete the old file, rename the new one and
rebuild the application?
Hrvoje
"dhnriverside" <> wrote in message
news:07F1B889-19D5-481C-A083-...
> Anders,
>
> I've just downloaded Reflector and loaded my project's dll file from the
> bin
> dir, and there is no resources for the lost RESX at all! I have the class
> name, members etc in the namespace, but nothing under Resources.
>
> I'm guessing that means there's no way to rebuild it?
>
>
>
> "Anders Noras" wrote:
>
>> dhnriverside wrote:
>> > Yup - I'm having one of those days! I've just deleted the wrong RESX
>> > file (ie
>> > one that was in use!) and now my project wont compile. How can I
>> > rebuild the
>> > resx file, or get it back!? (didnt go into the bin!).
>> Have you still got a .resources file? If so you can use the resgen.exe
>> tool to generate the .resx from the .resource file. If not you'll have
>> to use a tool, such as Reflector, to decompile the assembly to get hold
>> of the resources.
>>
>> Anders Noras
>> http://dotnetjunkies.com/weblog/anoras/
>>