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
C

cmichaelgraham

@cmichaelgraham
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Programming question
    C cmichaelgraham

    Integrity is what you do when no one is watching

    The Lounge question

  • symbols not loaded
    C cmichaelgraham

    breakpoint not hit --> symbols not loaded, but just for one line of code... VS2010, C#, Silverlight code behind (xxx.xaml.cs) here's the code:

    List<EntityRec> EntityRecList = new List<EntityRec>
    (
    new EntityRec[]
    {
    new EntityRec()
    {
    Name = "Well List 1",
    Entity = "Wellbore",
    Count = 17,
    Description = "This is a random list of wells that contains\r\nseveral unique formations and depths.",
    IsPublic = false
    },
    ...
    );

    But if I create an array of EntityRec with a fixed size and explicitly assign the new EntityRec items, all break points are hit just fine... Weird... Cost me about 3 hours to figure that one out :)

    WPF csharp wpf data-structures debugging lounge
  • Login

  • Don't have an account? Register

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