Compiling App_LocalResources that reside in SubFolders into DLL

  • Thread starter Thread starter Asim
  • Start date Start date
A

Asim

Have App_LocalResources at Root level and also have App_LocalResources
in a SubFolder called WebParts. How can I compile both App_LocalResources
into one DLL ??
 
I would move the code in question to a separate library. You can also use
the assembly linker, but this is a nasty post step that has to be done on
every deploy (yuck). There are third party tools that might make it easier,
but you still have a post step.

--
Gregory A. Beamer
MCP: +I, SE, SD, DBA

*********************************************
| Think outside the box!
|
*********************************************
 
Back
Top