J
jobs
my asp.net code compiles file and renders the default.aspx page just
fine from F5 in vs.net 2005. (you know with a port)
However, If attempt to call the page from browser I get the error:
Theme 'Theme1' cannot be found in the application or global theme
directories.
i have this in my web config:
<pages styleSheetTheme="Theme1">
Thanks for any help or information.
fine from F5 in vs.net 2005. (you know with a port)
However, If attempt to call the page from browser I get the error:
Theme 'Theme1' cannot be found in the application or global theme
directories.
i have this in my web config:
<pages styleSheetTheme="Theme1">
Thanks for any help or information.