Settings Add-in ver. 1.0 released on GotDotNet

My blog has moved.
You can view this post at the following address:
http://www.osherove.com/blog/2003/7/5/settings-add-in-ver-10-released-on-gotdotnet.html
Published Saturday, July 05, 2003 5:52 PM by RoyOsherove

Comments

Saturday, July 05, 2003 1:52 PM by TrackBack

# ISerializable

ISerializable
Saturday, July 05, 2003 9:03 PM by Roland Weigelt

# re: Settings Add-in ver. 1.0 released on GotDotNet

Hi Roy,

Hmm, the download won't work (D/L takes ages to start, but then only a 0k file is saved). The whole gotdotnet site seems to be pretty slow... Maybe they're doing maintenance work (taking the time zones into account, this would be a typical time for a US site).
I'll try later.
Saturday, July 05, 2003 9:07 PM by Roy Osherove

# re: Settings Add-in ver. 1.0 released on GotDotNet

Yeah its slow on my end as well....
Monday, July 07, 2003 12:43 AM by Roland Weigelt

# re: Settings Add-in ver. 1.0 released on GotDotNet

Hi Roy,

I tried it with both VS.NET 2002 and 2003. The addin doesn't appear in VS.NET 2003. In VS.NET 2002 I only tried the export, but that went fine.

Suggestions for future versions (yeah, it's always the same... people see a new program and the first thing they say is "it's nice, but could you please add X and change Y" ;-):

- use of an XML file for the settings
- colors as hex numbers
- only ship the MSI of the setup to reduce the download size


Roland
Monday, July 07, 2003 1:11 AM by Roy Osherove

# re: Settings Add-in ver. 1.0 released on GotDotNet

Rolang: Thanks for the input! :)
Monday, July 07, 2003 3:50 AM by Mike Gunderloy

# re: Settings Add-in ver. 1.0 released on GotDotNet

Pretty easy to get running in 2003, actually. It's just a matter of making the right registry settings. Find the keys that the setup creates at

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.0\AddIns\SettingsAddin.Connect]

and make a copy of them at

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.1\AddIns\SettingsAddin.Connect]

(The easy way to do this is to export a .reg file from regedit, edit it to change the location, and then import the changed file).

After this, it will show up on the 2003 menu as well.

Be nice if it at least warned you before overwriting an existing file.