Silver Light Tools Information Required
-
can any one list me required tools/sdk for silver light i m using VS 2008 and want to learn i have downloaded almost all setups from microsoft silverlight website and installed in my system but nothing came in visual studio expcept a media player icon in toolbox.
umerumerumer
-
can any one list me required tools/sdk for silver light i m using VS 2008 and want to learn i have downloaded almost all setups from microsoft silverlight website and installed in my system but nothing came in visual studio expcept a media player icon in toolbox.
umerumerumer
Go through this guide http://silverlight.net/GetStarted/[^] Basically you'll need only Silverlight Tools for Visual Studio 2008 SP1[^], it says it is for VS2008 Service Pack 1, do you have it installed? If not, go grab it from the MS site. I just installed the Silverlight Tools a couple of days ago, on a freshly instaled Vista with VS2008SP1, and it worked fine for me.
Regards, Lev
-
Go through this guide http://silverlight.net/GetStarted/[^] Basically you'll need only Silverlight Tools for Visual Studio 2008 SP1[^], it says it is for VS2008 Service Pack 1, do you have it installed? If not, go grab it from the MS site. I just installed the Silverlight Tools a couple of days ago, on a freshly instaled Vista with VS2008SP1, and it worked fine for me.
Regards, Lev
now i have installed it with my VS 2008 and still i am getting two silverlight and media player under silverlight toolbox option where are the rest??????
umerumerumer
-
now i have installed it with my VS 2008 and still i am getting two silverlight and media player under silverlight toolbox option where are the rest??????
umerumerumer
To make it short: When you create a new Silverlight project you actually get two projects in a solution 1. The actual Silverlight application 2. An ASP.net application, to execute the Silverlight application. After all the Silverlight app should be executed in a browser by a plugin. Now, you are talking about the missing ASP.Net controls. You are supposed to get only two of them, one is the "Silverlight" which is a placeholder your Silverlight app will work in, and another one is a asp.net control which represents a MediaPlayer. Check the Silverlight application in the solution, this is where you will develop all the stuff. I would also recommend you to get a good book on Silverlight and check the "Learning" section at www.silverlight.net
Regards, Lev
-
To make it short: When you create a new Silverlight project you actually get two projects in a solution 1. The actual Silverlight application 2. An ASP.net application, to execute the Silverlight application. After all the Silverlight app should be executed in a browser by a plugin. Now, you are talking about the missing ASP.Net controls. You are supposed to get only two of them, one is the "Silverlight" which is a placeholder your Silverlight app will work in, and another one is a asp.net control which represents a MediaPlayer. Check the Silverlight application in the solution, this is where you will develop all the stuff. I would also recommend you to get a good book on Silverlight and check the "Learning" section at www.silverlight.net
Regards, Lev
ok thanks...
umerumerumer
-
ok thanks...
umerumerumer
you're welcome
Regards, Lev
-
can any one list me required tools/sdk for silver light i m using VS 2008 and want to learn i have downloaded almost all setups from microsoft silverlight website and installed in my system but nothing came in visual studio expcept a media player icon in toolbox.
umerumerumer
Hi, There is one kind of SDK called "silverlight_chainer". You can install it. It contains all basic things u need.