My.Settings problem

  • Thread starter Thread starter Eric Heinold
  • Start date Start date
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
 
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
 
Back
Top