Home All Groups Group Topic Archive Search About
Author
12 Nov 2006 6:43 PM
David Thielen
<pages theme="Windward">
            <controls>
                <add tagPrefix="aspWindward" namespace="net.windward.webcontrols"
assembly="WindwardPortalEngine"/>
            </controls>
        </pages>
works fine.

However:
        <pages StyleSheetTheme="Windward">
            <controls>
                <add tagPrefix="aspWindward" namespace="net.windward.webcontrols"
assembly="WindwardPortalEngine"/>
            </controls>
        </pages>

gives me an error (both in web.config). Any ideas?

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm

Author
13 Nov 2006 5:47 AM
Steven Cheng[MSFT]
Hello Dave

As for the StyleSheetTheme with global level defined control prefix, what's
the exact error you get?  Does the error just occur at design-time in
web.config editor or also report error at runtime. Would you also provide
the detailed error message and trace if available?

BTW, here is a test config fragment I used in my web site project which
works. Is there anything particular in the control/assembly you referened?

================
.........
<pages styleSheetTheme="Theme1">
            <controls>
                <add tagPrefix ="ppsl" namespace="PostPageSiteLib"
assembly="PostPageSiteLib"/>

            </controls>
        </pages>
        .......
======================

Please feel free to let me know if there is anything else you find.


Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



This posting is provided "AS IS" with no warranties, and confers no rights.
Author
13 Nov 2006 7:00 PM
David Thielen
That was the one capitalization I did not try - and of course that was it. I
wish they had the intellisense for that <pages node in web.config.

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm




Show quoteHide quote
"Steven Cheng[MSFT]" wrote:

> Hello Dave
>
> As for the StyleSheetTheme with global level defined control prefix, what's
> the exact error you get?  Does the error just occur at design-time in
> web.config editor or also report error at runtime. Would you also provide
> the detailed error message and trace if available?
>
> BTW, here is a test config fragment I used in my web site project which
> works. Is there anything particular in the control/assembly you referened?
>
> ================
> .........
> <pages styleSheetTheme="Theme1">
>             <controls>
>                 <add tagPrefix ="ppsl" namespace="PostPageSiteLib"
> assembly="PostPageSiteLib"/>
>                
>             </controls>
>         </pages>
>         .......
> ======================
>
> Please feel free to let me know if there is anything else you find.
>
>
> Sincerely,
>
> Steven Cheng
>
> Microsoft MSDN Online Support Lead
>

>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
>
>
>