I've lost my "Properties.Settings" !!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dom

    I've lost my "Properties.Settings" !!

    I had a program that worked fine, and made good use of
    Properties.Sett ings. I needed a second program that was similar to
    it, so I just canabalized it. I made very minor changes, perhaps the
    biggest was changing the namespace, since the old one no longer made
    sense.

    All of a sudden, I can't get to Properties.Sett ings. When I type
    "Properties " in my code, the intellisense window does not list it.
    Also, when I start a new class, the same thing happens ... there is
    nothing in the intellisense window.

    What went wrong?
  • Dom

    #2
    Re: I've lost my "Propertie s.Settings&quot ; !!

    On Jun 13, 3:58 pm, Dom <dolivas...@gma il.comwrote:
    I had a program that worked fine, and made good use of
    Properties.Sett ings.  I needed a second program that was similar to
    it, so I just canabalized it.  I made very minor changes, perhaps the
    biggest was changing the namespace, since the old one no longer made
    sense.
    >
    All of a sudden, I can't get to Properties.Sett ings.  When I type
    "Properties " in my code, the intellisense window does not list it.
    Also, when I start a new class, the same thing happens ... there is
    nothing in the intellisense window.
    >
    What went wrong?
    Never mind. I got the namespace mangled in Resource.Design er.cs and
    in Settings.Design er.cs. Don't know how it happened, but it did.

    Dom


    Comment

    Working...