StyleSheetTheme not working

D

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
 
S

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top