My.Settings problem

E

Eric Heinold

I am new to VB.net, and am trying to rewrite a project that was written
using VB.NET in Visual Studio 2005. Currently, I am using VS 2008.

My problem is this: The My.Settings object does not exist. The only
objects in My are Application, Computer, Forms, User, and WebServices.


What do I need to change to get the My.Settings object? I have added a
Settings File, and several settings, but I am unable to access them.

Thanks,

Eric
 
M

Michel Posseth [MCP]

Normally you go to the assembly properties window and choose the tab
settings all settings you add / remove here are reflected in the settings
namespace

hth

Michel Posseth
 

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

Similar Threads


Top