473,396 Members | 1,853 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Visual Studio IDE

Hello all,

I have VS 2005 and SQL 2005 installed on my machine. However the "Getting
Started" area of the Start Page shows SQL information instead of Visual
Studio information when I start up Visual Studio 2005. Is there any way to
reset the link to VS related info? I have tried reinstalling, uninstalling
and reinstalling and it appears the installer does not remove the link from
the registry.

Any ideas would be appreciated.

Ben
Jun 5 '06 #1
4 1926
Got to the Tools|Options menu, and click on the "Startup" item. The Start
Page is a URL to a page, which, on all of my machines points to
http://go.microsoft.com/fwlink/?linkid=35587&clcid=409. You can set it to
any URL you wish, or elect not to show any Start Page at all.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Development Numbskull

Nyuck nyuck nyuck
"Ben Kim" <bk**@NOSPAMemergitech.com> wrote in message
news:eX**************@TK2MSFTNGP04.phx.gbl...
Hello all,

I have VS 2005 and SQL 2005 installed on my machine. However the "Getting
Started" area of the Start Page shows SQL information instead of Visual
Studio information when I start up Visual Studio 2005. Is there any way
to reset the link to VS related info? I have tried reinstalling,
uninstalling and reinstalling and it appears the installer does not remove
the link from the registry.

Any ideas would be appreciated.

Ben

Jun 5 '06 #2
Kevin,

Thank you for the link. However I was speaking of the "GETTING STARTED"
area of the Start Page. It is still showing SQL related information.

I tried your suggestion changing:
http://msdn.microsoft.com/vs2005/rss.xml

To:
http://go.microsoft.com/fwlink/?linkid=35587&clcid=409

And restarted. Again the "Getting Started" area is wrong.

Ben

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
Got to the Tools|Options menu, and click on the "Startup" item. The Start
Page is a URL to a page, which, on all of my machines points to
http://go.microsoft.com/fwlink/?linkid=35587&clcid=409. You can set it to
any URL you wish, or elect not to show any Start Page at all.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Development Numbskull

Nyuck nyuck nyuck
"Ben Kim" <bk**@NOSPAMemergitech.com> wrote in message
news:eX**************@TK2MSFTNGP04.phx.gbl...
Hello all,

I have VS 2005 and SQL 2005 installed on my machine. However the
"Getting Started" area of the Start Page shows SQL information instead of
Visual Studio information when I start up Visual Studio 2005. Is there
any way to reset the link to VS related info? I have tried reinstalling,
uninstalling and reinstalling and it appears the installer does not
remove the link from the registry.

Any ideas would be appreciated.

Ben


Jun 5 '06 #3
Hi Ben,

Sorry I misunderstood. The URL will only change the "news" area of the
StartPage. From my view of the .vssettings files, this cannot be done via
the Settings:

<ToolsOptionsSubCategory name="Startup" RegisteredName="Startup"
PackageName="Visual Studio Environment Package">
<PropertyValue name="OnStartUp">5</PropertyValue>
<PropertyValue
name="StartPageRSSUrl">http://go.microsoft.com/fwlink/?linkid=35587&amp;clcid=%VSSPV_LCID_HEX%</PropertyValue>
<PropertyValue
name="StartPageRefreshDownloadedContent">true</PropertyValue>
<PropertyValue name="StartPageRefreshInterval">60</PropertyValue>
</ToolsOptionsSubCategory>

However, I suspect that the items in the Getting Started panel are stored in
the System Registry. Unfortunately, I have to head home now, but you could
try searching the registry for the strings of the menu items listed there.
Or, an outside shot, try resetting your settings, or repairing Visual
Studio. I'd look myself, but I've got to run for tonight.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Development Numbskull

Nyuck nyuck nyuck
"Ben Kim" <bk**@NOSPAMemergitech.com> wrote in message
news:Ot**************@TK2MSFTNGP02.phx.gbl...
Kevin,

Thank you for the link. However I was speaking of the "GETTING STARTED"
area of the Start Page. It is still showing SQL related information.

I tried your suggestion changing:
http://msdn.microsoft.com/vs2005/rss.xml

To:
http://go.microsoft.com/fwlink/?linkid=35587&clcid=409

And restarted. Again the "Getting Started" area is wrong.

Ben

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
Got to the Tools|Options menu, and click on the "Startup" item. The Start
Page is a URL to a page, which, on all of my machines points to
http://go.microsoft.com/fwlink/?linkid=35587&clcid=409. You can set it to
any URL you wish, or elect not to show any Start Page at all.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Development Numbskull

Nyuck nyuck nyuck
"Ben Kim" <bk**@NOSPAMemergitech.com> wrote in message
news:eX**************@TK2MSFTNGP04.phx.gbl...
Hello all,

I have VS 2005 and SQL 2005 installed on my machine. However the
"Getting Started" area of the Start Page shows SQL information instead
of Visual Studio information when I start up Visual Studio 2005. Is
there any way to reset the link to VS related info? I have tried
reinstalling, uninstalling and reinstalling and it appears the installer
does not remove the link from the registry.

Any ideas would be appreciated.

Ben



Jun 5 '06 #4
Okay, I wqas able to do some more research, and I did find out where this
information is stored, and some clues as to how you can change it.

It's all stored in the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio \8.0\StartPage

This registry key stores the commands as well as the News URL. The commands
in the "Getting Started" menu are listed as the following keys:

Command1
Command2
Command3
Command4
Command5
Command6

Unfortunately, these keys store GUIDs. Here are some examples from my
registry (although I suspect the UGIDs will differ from yours):

{5EFC7975-14BC-11CF-9B2B-00AA00573819}|322|
{5EFC7975-14BC-11CF-9B2B-00AA00573819}|323|
{5EFC7975-14BC-11CF-9B2B-00AA00573819}|324|
{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}|385|
{5EFC7975-14BC-11CF-9B2B-00AA00573819}|325|
{4A79114A-19E4-11D3-B86B-00C04F79F802}|266|

I have not had the time to track these down completely. I probably have
spent too much time already. I can, however, give you one more clue (other
than tracing through your registry). See the Visual Studio Extensibility
section in the MSDN Library:

http://msdn.microsoft.com/library/en...asp?frame=true

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Development Numbskull

Nyuck nyuck nyuck
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:ui****************@TK2MSFTNGP03.phx.gbl...
Hi Ben,

Sorry I misunderstood. The URL will only change the "news" area of the
StartPage. From my view of the .vssettings files, this cannot be done via
the Settings:

<ToolsOptionsSubCategory name="Startup" RegisteredName="Startup"
PackageName="Visual Studio Environment Package">
<PropertyValue name="OnStartUp">5</PropertyValue>
<PropertyValue
name="StartPageRSSUrl">http://go.microsoft.com/fwlink/?linkid=35587&amp;clcid=%VSSPV_LCID_HEX%</PropertyValue>
<PropertyValue
name="StartPageRefreshDownloadedContent">true</PropertyValue>
<PropertyValue name="StartPageRefreshInterval">60</PropertyValue>
</ToolsOptionsSubCategory>

However, I suspect that the items in the Getting Started panel are stored
in the System Registry. Unfortunately, I have to head home now, but you
could try searching the registry for the strings of the menu items listed
there. Or, an outside shot, try resetting your settings, or repairing
Visual Studio. I'd look myself, but I've got to run for tonight.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Development Numbskull

Nyuck nyuck nyuck
"Ben Kim" <bk**@NOSPAMemergitech.com> wrote in message
news:Ot**************@TK2MSFTNGP02.phx.gbl...
Kevin,

Thank you for the link. However I was speaking of the "GETTING STARTED"
area of the Start Page. It is still showing SQL related information.

I tried your suggestion changing:
http://msdn.microsoft.com/vs2005/rss.xml

To:
http://go.microsoft.com/fwlink/?linkid=35587&clcid=409

And restarted. Again the "Getting Started" area is wrong.

Ben

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
Got to the Tools|Options menu, and click on the "Startup" item. The
Start Page is a URL to a page, which, on all of my machines points to
http://go.microsoft.com/fwlink/?linkid=35587&clcid=409. You can set it
to any URL you wish, or elect not to show any Start Page at all.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Development Numbskull

Nyuck nyuck nyuck
"Ben Kim" <bk**@NOSPAMemergitech.com> wrote in message
news:eX**************@TK2MSFTNGP04.phx.gbl...
Hello all,

I have VS 2005 and SQL 2005 installed on my machine. However the
"Getting Started" area of the Start Page shows SQL information instead
of Visual Studio information when I start up Visual Studio 2005. Is
there any way to reset the link to VS related info? I have tried
reinstalling, uninstalling and reinstalling and it appears the
installer does not remove the link from the registry.

Any ideas would be appreciated.

Ben



Jun 6 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: angelag | last post by:
I am currently taking a college course in Visual Basic.Net and I am a beginner. I bought Visual Studio.Net 2003 to do my homework at home. I built my first project and e-mailed it to myself at...
0
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug...
0
by: gerd | last post by:
Hello, I want to port an MFC Application from Visual Studio 6 MFC application to Visual C++ 2005 express edition beta. While building i get following error: ------ Build started: Project:...
0
by: gerd | last post by:
Hello, I want to port an MFC Application from Visual Studio 6 MFC application to Visual C++ 2005 express edition beta. While building i get following error: ------ Build started: Project:...
1
by: Daniel A. Thomas | last post by:
License required Maybe you don't have this but have one of the products that qualifies for the upgrade such as ... Visual Studio .NET 2003 Professional Visual Studio .NET 2003 Professional...
1
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in...
0
by: marathoner | last post by:
I am currently migrating my Visual C++ 6.0 applications to Visual Studio 2005. I am getting compiler errors involving the VS2005's platform SDK. When I removed directory references to that SDK,...
2
by: Cramer | last post by:
So, what is the relationship between Visual Studio and Visual Web Developer. I find a lot of documentation on MSDN that presents Visual Web Developer as it's own stand-alone product (which I'd...
0
jwwicks
by: jwwicks | last post by:
Introduction This tutorial describes how to use Visual Studio to create a new C++ program, compile/run a program, resume work on an existing program and debug a program. It is aimed at the...
3
by: Johnson | last post by:
I'm not sure if this is an IIS 5.1 issue or ASP.NET issue, or Visual Studio 2008 issue -- thus posting to 3 groups. Please don't be offended. The problem I'm encountering is that Visual Studio...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.