L
LidorP
Hello All,
My problem is as follows:
I have an assembly which holds a number of WebForms.
In order to use these WebForms in my WebApplication i
have to extract them out of the assembly (using
Reflection) into a temporary virtual directory (at
runtime).
I was able to set the .aspx as an Embedded Resource but i
didn't find out how to set the code-behind source file
and the .resx file as so.
I know i can copy the WebForms manually to my WebApp but
i don't want to because it would cause cause
synchronization problems during development, and a
deployment overhead.
I also know that setting a code file as an Embbeded
Resource could cause it not to compile (??), so maybe
it's impossible...
I was wondering if there is a solution to my problem ?
Thanks.
My problem is as follows:
I have an assembly which holds a number of WebForms.
In order to use these WebForms in my WebApplication i
have to extract them out of the assembly (using
Reflection) into a temporary virtual directory (at
runtime).
I was able to set the .aspx as an Embedded Resource but i
didn't find out how to set the code-behind source file
and the .resx file as so.
I know i can copy the WebForms manually to my WebApp but
i don't want to because it would cause cause
synchronization problems during development, and a
deployment overhead.
I also know that setting a code file as an Embbeded
Resource could cause it not to compile (??), so maybe
it's impossible...
I was wondering if there is a solution to my problem ?
Thanks.