views:

60

answers:

1

I've recently upgraded my computer from Vista Home Premium 64-bit to Windows 7 Home Premium 64-bit. I've re-installed VS 2008 web express, and re-installed all the silver light sdk's, tools, etc.

But now when I want to add a Silverlight Navigation Page, it is not avialble to me in the list of items that can be added. The navigation dll is installed, as my project existed before the OS upgrade. The program still runs just fine as is, but I want to add another navigation page item to the project, and I'm stumped for how to do it.

Any ideas?

Thanks, Steve

+1  A: 

aparently I installed the silverlight 2 tools after installing the silverlight 3 tools. Amazingly, while the silverlight 3 dlls were not removed (and therefore continued to work), all the item types for silverlight 3 were removed from Visual Studio.

After a couple weeks I re-downloaded the silverlight 3 install and viola... all the items have returned.

Steve Brownell