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

D

Dom

I had a program that worked fine, and made good use of
Properties.Settings. 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.Settings. 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?
 
D

Dom

I had a program that worked fine, and made good use of
Properties.Settings.  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.Settings.  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.Designer.cs and
in Settings.Designer.cs. Don't know how it happened, but it did.

Dom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top