Will the "Microsoft Silverlight Tools Alpha for Visual Studio codename Orcas Beta 1" work with Visual Studio Beta 2, or do we need to wait for an updated Alpha tools to be ready?
I installed VS 2008 Beta 2. Checked what projects are available to create - no Silverlight. Installed Silverlight Tools for VS - nothing changed. Will have probably to go back to Beta 1.
i also installed VS 2008 Beta 2 on Windows Vista Ulitame(x86, Japanese). after i installed Silverlight 1.1 beta runtime and tools for VS.
Silverlight project tempalte was appeared on "New Project" dialog. but, i could not created new project and error dialog was shown:
"Error: this template attempted to load an untrusted component 'Microsoft.VisualStudio.Sliverlight, Version=9.0.0.0,Culture=Neutral, PublickeyToken=b03f5f7f11d50a3a'. For more infomation on this problem and how to enable this tempate, please documentation on
Customizing Project Templates."
# re: VS 2008 and .NET 3.5 Beta 2 Released
Friday, July 27, 2007 12:57 AM by ScottGu
Hi Ben,
>>>>>> Will you let us know when and where, we can download the Silverlight that matches the new VS2008 beta 2?
We should have an update to Silverlight out tomorrow. It will include a version of the Silverlight Add-On for Visual Studio that works with VS 2008 Beta2.
>>>>>> You mentioned that there will be a new version of the Silverlight Add-On for Visual Studio that works with VS 2008 Beta2. Will this add-on allow us to develop Silverlight 1.1 alpha application?
Yes - this add-on will allow you to develop Silverlight 1.1 alpha applications using VS 2008 Beta2.
boebelb
Member
2 Points
3 Posts
Visual Studio Beta 2
Jul 27, 2007 12:19 AM | LINK
Will the "Microsoft Silverlight Tools Alpha for Visual Studio codename Orcas Beta 1" work with Visual Studio Beta 2, or do we need to wait for an updated Alpha tools to be ready?
Billy
mikegorney
Member
34 Points
15 Posts
Re: Visual Studio Beta 2
Jul 27, 2007 12:29 AM | LINK
I was just getting ready to ask the same question. I am almost done installing Beta2 and will post an update if I have any answers.
mrtrombone
Member
65 Points
33 Posts
Re: Visual Studio Beta 2
Jul 27, 2007 01:25 AM | LINK
On a similar note, is Silverlight support included in the new Express Beta editions?
VladF
Member
216 Points
87 Posts
Re: Visual Studio Beta 2
Jul 27, 2007 05:02 AM | LINK
I installed VS 2008 Beta 2. Checked what projects are available to create - no Silverlight. Installed Silverlight Tools for VS - nothing changed. Will have probably to go back to Beta 1.
makoto_kw
Member
5 Points
4 Posts
Re: Visual Studio Beta 2
Jul 27, 2007 08:54 AM | LINK
i also installed VS 2008 Beta 2 on Windows Vista Ulitame(x86, Japanese). after i installed Silverlight 1.1 beta runtime and tools for VS.
Silverlight project tempalte was appeared on "New Project" dialog. but, i could not created new project and error dialog was shown:
"Error: this template attempted to load an untrusted component 'Microsoft.VisualStudio.Sliverlight, Version=9.0.0.0,Culture=Neutral, PublickeyToken=b03f5f7f11d50a3a'. For more infomation on this problem and how to enable this tempate, please documentation on Customizing Project Templates."
shooloom
Member
82 Points
45 Posts
Re: Visual Studio Beta 2
Jul 27, 2007 08:57 AM | LINK
According to Scott Guthrie,
VS2008
shooloom
Member
82 Points
45 Posts
Re: Visual Studio Beta 2
Jul 27, 2007 10:20 AM | LINK
VS2008 Silverlight 1.1 Alpha
Justin-Josef...
Member
380 Points
114 Posts
Re: Visual Studio Beta 2
Jul 27, 2007 10:39 AM | LINK
Silverlight Alpha Tools for Orcas Beta1 will not run on Orcas Beta2.
You will need Silverlight Alpha tools for Orcas Beta2 for Orcas Beta2.
The Beta2 tools are allready available internally and it's just a matter of time before they are released to the general public.
Additionally, you will need the ASP.Net futures for Orcas beta2 if you're using the Xaml Control or Media Control.
Justin-Josef Angel
Senior .Net consualtent,
Microsoft Most Valueable Proffesional
Website http://www.JustinAngel.Net
Blog http://blogs.Microsoft.co.il/blogs/JustinAngel
Cell (+972) 546-567789
Office (+972) 03-9504364
Email J@JustinAngel.Net
Got Silverlight 1.0 Javascript Intellisense? www.codeplex.com/intellisense
Got Silverlight 1.1 Hebrew & Arabic? www.codeplex.com/SilverlightRTL
makoto_kw
Member
5 Points
4 Posts
Re: Visual Studio Beta 2
Jul 30, 2007 03:32 AM | LINK
ok!
I succeeded to run Sliverlight project (Sliverlight 1.1 Alpha) after below steps.
1. Uninstall Silverlight Alpha Tools for Orcas Beta1.
2. Uninstall Sliverlight Runtime
3. Install Silverlight Alpha Tools for Orcas Beta2.
- http://www.microsoft.com/downloads/details.aspx?FamilyId=B52AEB39-1F10-49A6-85FC-A0A19CAC99AF&displaylang=en
4. Install Silverlight 1.1 Alpha Refresh for Windows
- http://www.microsoft.com/silverlight/license-win-dev.aspx
5. Run Visual Studio .NET 2008 and create Sliverlight project with C#
6. Build the project and run it!
Thanks!
occam99
Member
32 Points
20 Posts
Re: Visual Studio Beta 2
Jul 30, 2007 10:32 AM | LINK
Many Thanks!
I did not do things in same order, but, as you say, it works!