Could not open in Design view
- From: Martin <Martin@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 6 Sep 2005 03:01:01 -0700
Hi
I've added a meta tag for redirection if the site is unused. The url for
redirection I fetch from Web.Config. See code below. The solution works (in
run mode) as supposed to but I cant view the page in VS 2003 Design view. I
recive the message "Could not open in Design view. Quote values differently
inside a '<%..."value"...%>' block.". If I write a hardcoded URL there are no
problems.
<meta http-equiv=refresh content="600;
url=<%=System.Configuration.ConfigurationSettings.AppSettings.Get(Key name)
%>">
Can anyone tell me a workaround that as good in design mode as in run mode?
Thanks
.
- Follow-Ups:
- Re: Could not open in Design view
- From: Mikhail Arkhipov (Microsoft)
- Re: Could not open in Design view
- Prev by Date: RE: Changing the default browser in VS2005 Aug CTP
- Next by Date: Re: pdf viewing
- Previous by thread: need 25-character key for 60 day trial version (visual studios)
- Next by thread: Re: Could not open in Design view
- Index(es):
Relevant Pages
|