Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Visual Studio crashes [modified]

Visual Studio crashes [modified]

Scheduled Pinned Locked Moved C#
visual-studiohelpquestioncsharp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SJ_Phoenix
    wrote on last edited by
    #1

    Hello, when I add a custom ToolStripItem (derived as shown below) to a ToolStrip at designtime in Visual Studio 2005, it crashes Visual Studio after ca. 3-4 times adding...although my class works quite well when I add it manually to the ToolStrip at runtime... This error seems to arise only when I use the DateTimePicker control, with other controls there are no problems... [ToolStripItemDesignerAvailability( ToolStripItemDesignerAvailability.ToolStrip)] public class ToolStripDateTimeItem : ToolStripControlHost { public ToolStripDateTimeItem() : base(new DateTimePicker()) {} } So here is my question: does anybody got this kind of problem as well...and if so, is there a Service Pack already available for VS 2005 which solves this problem? -- modified at 10:01 Friday 21st July, 2006

    M 1 Reply Last reply
    0
    • S SJ_Phoenix

      Hello, when I add a custom ToolStripItem (derived as shown below) to a ToolStrip at designtime in Visual Studio 2005, it crashes Visual Studio after ca. 3-4 times adding...although my class works quite well when I add it manually to the ToolStrip at runtime... This error seems to arise only when I use the DateTimePicker control, with other controls there are no problems... [ToolStripItemDesignerAvailability( ToolStripItemDesignerAvailability.ToolStrip)] public class ToolStripDateTimeItem : ToolStripControlHost { public ToolStripDateTimeItem() : base(new DateTimePicker()) {} } So here is my question: does anybody got this kind of problem as well...and if so, is there a Service Pack already available for VS 2005 which solves this problem? -- modified at 10:01 Friday 21st July, 2006

      M Offline
      M Offline
      Mike Dimmick
      wrote on last edited by
      #2

      Best thing to do is to go to http://connect.microsoft.com/VisualStudio[^] and search for the issue, and if not already known, enter a new bug. If it's really a blocking issue for you - you can't wait for a subsequent service pack, because I think SP1 is now entering final testing - then you'll have to call MS Product Support and see if they can issue you a hotfix. Generally your support call is refunded if a hotfix is issued, although this isn't completely guaranteed. Stability. What an interesting concept. -- Chris Maunder

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups