Stuff donot show up in design mode. VS2008 is killing me, Please help

Last post 04-18-2008 4:49 PM by Mikhail Arkhipov (MSFT). 7 replies.

Sort Posts:

  • Stuff donot show up in design mode. VS2008 is killing me, Please help

    04-16-2008, 9:59 PM
    • Participant
      1,266 point Participant
    • mhariri
    • Member since 11-15-2004, 8:35 PM
    • Posts 502

    Hi,

    I made a mistake of upgrading to VS2008. Now I am getting all sorts of bugs and problems with the tool and it is making my life just miserable. I have a web user control that up to a couple of hours ago I was able to edit. Now nothing is showing up in design mode. But in source mode the stuff is there and the application worls fine. I have tried bith VS2008 and VS2008 Express and they both show the same problem!! page compiles fine. The only thing that I can think of is that it vs2008 kept asking me to override AjaxControlToolKit.DLL and I accepted. Does any body seen this before?

     

    Thanks

  • Re: Stuff donot show up in design mode. VS2008 is killing me, Please help

    04-17-2008, 1:30 AM
    • Member
      231 point Member
    • aram
    • Member since 04-03-2008, 7:51 PM
    • Cyprus
    • Posts 52

    Hello,
    Can you show us your code?

    Aram Azhari
  • Re: Stuff donot show up in design mode. VS2008 is killing me, Please help

    04-17-2008, 12:21 PM

    Did you add <link> or <style> to the user control? Currently designer does not support elements that typicaly appear in a <head> section in a user control.

    Thanks

    ------------------------------------------------------------

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: Stuff donot show up in design mode. VS2008 is killing me, Please help

    04-17-2008, 1:22 PM
    • Member
      529 point Member
    • dexterm
    • Member since 07-04-2002, 11:37 AM
    • Posts 147

    I have the same problem...

    I have a web page that uses a Master page.  In the web page, I have 3 panels defined.  I control the visibility of these panels from the code-behind.  All of this works fine.

    However, for some reason, I cannot see any of the panels in design-mode (I'm using Visual Studio 2008). 

    Does anyone know if there is a patch forthcoming to fix this issue?

    Thanks

    Dexter

    dexterm@mindspring.com

    "Life isn't fair, sometimes the pretty girl doesn't get kissed..."
  • Re: Stuff donot show up in design mode. VS2008 is killing me, Please help

    04-17-2008, 1:43 PM

    Are panels hidden via setting display:none? You can use View | Visual Aids menu to control visibility of hidden elements.

    Thanks

    ------------------------------------------------------------

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: Stuff donot show up in design mode. VS2008 is killing me, Please help

    04-17-2008, 2:19 PM
    • Participant
      1,266 point Participant
    • mhariri
    • Member since 11-15-2004, 8:35 PM
    • Posts 502

    Well, Somehow my <h4>'s were changed to &lt;h4&gt; and I guess that was causing the problem. I changed it back and everything returned!!!!!!!!!!! this is quite odd. VS2008 Express should not be released even as a Beta let alone a development tool :<

  • Re: Stuff donot show up in design mode. VS2008 is killing me, Please help

    04-18-2008, 9:28 AM
    • Participant
      1,266 point Participant
    • mhariri
    • Member since 11-15-2004, 8:35 PM
    • Posts 502
    It is hapeening again and again. Basically "<h3>" gets converted to

    &lt;h3&gt;

     

    and then the design page does not show up. It is getting really annoying. Any ideas how to fix this problem? I am losing a lot of time fixing this stuff over and over again..........

  • Re: Stuff donot show up in design mode. VS2008 is killing me, Please help

    04-18-2008, 4:49 PM

    Can you give me example of markup and repro steps please?

    Thanks

    ------------------------------------------------------------

    This posting is provided "AS IS" with no warranties, and confers no rights.
Page 1 of 1 (8 items)