Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anybody upload their StartPage.xaml code so I can just re-create the file?


I have installed Visual Studio 2010 Professional RC edition released February 10th or so. There are a lot of internet articles describing how to customize the start page. Apparently, editing StartPage.xaml located in "C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\StartPages\en" will allow you to customize the start page. However, I have no StartPage.xaml in that directory. I only installed Visual Studio 2010 RC yesterday, and I used the same ISO released on Microsoft millions of people have used. Does anybody know why this might be happening?
Posted
Updated 17-Feb-10 16:21pm
v2

Microsoft.VisualStudio.Shell.UI is not registered during installation. I too am looking for a solution to this short of removing the entire Studio and reloading it. I suspect it is because I had the Beta version on the PC before loading the RC. More to follow....
 
Share this answer
 
I did installed it, and got it there. There is a file StartPage.xaml in the same location you specify. Please recheck.
MSIL
<Grid xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
      xmlns:vs="clr-namespace:Microsoft.VisualStudio.PlatformUI;assembly=Microsoft.VisualStudio.Shell.UI"
      mc:Ignorable="d"
... ... 
... 
....
      </TabItem>
            </TabControl>
        </Grid>
    </Grid>
</Grid>


I dont know what is wrong in your case. :sigh:
 
Share this answer
 
Hai,

I have the same problem, did you find the reason/solution?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900