On Tue, Nov 23, 2010 at 3:27 PM, ProfK <br...@bradykelly.net> wrote:

> My client and I have both just independently experienced this. Given
> an ASP.NET masterpage like below, when the IE hack is included,
> conditionally or not, everything above the word "Second" is not
> visible in the VS designer, in 2008 and 2010, and 2008 crashes very
> frequently, while 2010 only crashes during certain edit ops on the
> page.
>

I highly recommend staying out of design mode in Visual Studio. You'll
probably figure out what the issue is at some point but you are asking for
ongoing pain if you rely on design mode in Visual Studio.

I'm saying this not to be smart but because I have worked on ASP.NET stuff
in Visual Studio for 8 years but after 2 years figured out that the designer
doesn't add any value due to it's bugginess and poor rendering abilities.


>
> <%@ Master Language="C#" AutoEventWireup="true"
> CodeFile="Example.master.cs" Inherits="SiteMaster" %>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
> www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml";>
> <head id="Head1" runat="server">
>    <title>Smart Computer Solutions</title>
>    <link href="Styles/Blueprint/screen.css" rel="stylesheet"
> type="text/css" />
>    <link href="Styles/Blueprint/print.css" rel="stylesheet"
> type="text/css" media="print" />
>    <link rel="stylesheet" href="Styles/blueprint/plugins/fancy-type/
> screen.css" type="text/css" media="screen, projection" />
>    <!--[if lt IE 8]><link rel="stylesheet" href="Styles/blueprint/
> ie.css" type="text/css" media="screen, projection"><![endif]-->
> </head>
> <body>
>    <form id="form" runat="server">
>    <div class="container">
>        <div id="header" class="prepend-1 span-23 last">
>            <h1 id="smart-computer-solutions">
>                Smart Computer Solutions</h1>
>            <div id="subheader">
>                <h3 class="alt">Some catchy and informative company
> slogan.</h3>
>            </div>
>        </div>
>        First
>        <hr />
>        Second
>        <div id="top-nav" class="prepend-1 span-23 last">
>            Some other text
>        </div>
>        <hr />
>    </div>
>    </form>
> </body>
> </html>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Blueprint CSS" group.
> To post to this group, send email to blueprint...@googlegroups.com.
> To unsubscribe from this group, send email to
> blueprintcss+unsubscr...@googlegroups.com<blueprintcss%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/blueprintcss?hl=en.
>
>
Chris

-- 
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to blueprint...@googlegroups.com.
To unsubscribe from this group, send email to 
blueprintcss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en.

Reply via email to