Page view counter
Silverlight Version 2 RC0 Released Subscribe to this thread
Last post 10-03-2008 7:33 AM by simbuaarumugam. 31 replies.
Sort Posts:
09-25-2008 8:15 PM
Silverlight Version 2 RC0 Released

http://silverlight.net/blogs/msnow/archive/2008/09/25/silverlight-version-2-rc0-released.aspx

 There you go all you haters! Stick out tongue

I ain't just screwin' around with your heads...well...maybe I am!

Devil

SilverlightRelease

Loading...
Joined on 09-23-2008
Posts 11
09-25-2008 8:35 PM
Re: Silverlight Version 2 RC0 Released

 Thank you for the link!

sladapter
Software Engineer
Aprimo, Inc

Please remember to mark the replies as answers if they answered your question

sladapter

Loading...
Joined on 03-05-2008
Indiana, US
Posts 2,860
09-25-2008 10:24 PM
Re: Silverlight Version 2 RC0 Released

One thing not yet mentioned in the Breaking Changes docs is that you will need to change your "DisplayMemberBinding" tags to just "Binding" in the DataGrid.

I'm sure there will be a lot more forthcoming about the new datagrid.  That sucker rocks guys! 

SilverlightRelease

Loading...
Joined on 09-23-2008
Posts 11
09-25-2008 10:30 PM
Re: Silverlight Version 2 RC0 Released

Thank you again for pointing that out. I was about to ask.

By the way, where is HitTest function for all the controls?

sladapter
Software Engineer
Aprimo, Inc

Please remember to mark the replies as answers if they answered your question

sladapter

Loading...
Joined on 03-05-2008
Indiana, US
Posts 2,860
09-25-2008 10:39 PM
Re: Silverlight Version 2 RC0 Released

 the blog post seems to have been removed?

fastduck8000

Loading...
Joined on 06-03-2008
Posts 23
09-25-2008 10:45 PM
Re: Silverlight Version 2 RC0 Released
jackbond

Loading...
Joined on 03-21-2007
Posts 614
09-25-2008 10:46 PM
Re: Silverlight Version 2 RC0 Released

You can find HitTest via the VisualTreeHelper.FindElementsInHostCoordinates method, it is no longer a part of the UIElement.  The method has 1 overload.  Make sure System.Windows.Media is referenced via an Imports or using statement.

SilverlightRelease

Loading...
Joined on 09-23-2008
Posts 11
09-25-2008 10:47 PM
Re: Silverlight Version 2 RC0 Released

I still want MS to let their lostfocus event works better and add some useful common control to their libary.

Ling Bing
Bei Jing University of Aeronautics and Astronautics
Bei Jing, China

lingbing

Loading...
Joined on 07-16-2008
Beijing
Posts 345
09-25-2008 10:50 PM
Re: Silverlight Version 2 RC0 Released

Just a shout out to all you rockin' VB control developers!  Surprise

You'll need to recompile your Silverlight controls or the apps you are using them in will be unable to load and will tell you they can not find the version of the Microsoft.VisualBasic.dll they are looking for.

SilverlightRelease

Loading...
Joined on 09-23-2008
Posts 11
09-25-2008 11:03 PM
Re: Silverlight Version 2 RC0 Released

I wouldn't spam ya Jacky-boy you old code teaching flamer you!  Don't know why the post is down but direct Microsoft links are live!

 Be sure to uninstall all of Silverlight Beta 2 and Expression Blend 2.5 before you install.

Visual Studio 2008 Tools
http://www.microsoft.com/downloads/details.aspx?FamilyId=c22d6a7b-546f-4407-8ef6-d60c8ee221ed&displaylang=en

Windows Silverlight 2 Dev Runtime RC0
http://go.microsoft.com/fwlink/?linkid=129011

P.S. Tell samcov I said hi...yeah I know all aboutcha!

 

SilverlightRelease

Loading...
Joined on 09-23-2008
Posts 11
09-25-2008 11:11 PM
Re: Silverlight Version 2 RC0 Released

OK, so far so good. Fixed few compiling errors by hand. The beta2 solution compiled and runs fine. Have not checked every page. But definitely a much smoother transition than the beta2 release.

 

 

 

sladapter
Software Engineer
Aprimo, Inc

Please remember to mark the replies as answers if they answered your question

sladapter

Loading...
Joined on 03-05-2008
Indiana, US
Posts 2,860
09-25-2008 11:13 PM
Re: Silverlight Version 2 RC0 Released

 does anyone have the version # i need to use for the <asp:Silverlight MinimumVersion="..." /> ? It was on the blog before it was taken down.

 

Thanks

fastduck8000

Loading...
Joined on 06-03-2008
Posts 23
09-25-2008 11:19 PM
Re: Silverlight Version 2 RC0 Released

I believe MinimumVersion="2.0.30923.0" will work for you my quick-quacking friend!

SilverlightRelease

Loading...
Joined on 09-23-2008
Posts 11
09-25-2008 11:23 PM
Re: Silverlight Version 2 RC0 Released

Way smoother transition!  My app is huge and in less than an hour it is running more solid than I would've imagined.  No show stoppers yet!

 How bout some love for that datagrid (way more fluid...yet feels solid...how odd....)?!?  Give it up, give it up!

SilverlightRelease

Loading...
Joined on 09-23-2008
Posts 11
09-26-2008 12:54 AM
Re: Silverlight Version 2 RC0 Released

Here is the correct link for my blog: http://silverlight.net/blogs/msnow/archive/2008/09/25/silverlight-version-2-rc0-release.aspx

(If this has answered your question, please click on "Mark as Answer" on this post. Thank you!)

Thanks,
Mike Snow
Blog : Silverlight Tips of the Day

mike.snow

Loading...
Joined on 03-17-2008
Redmond, WA
Posts 287
09-26-2008 1:01 AM
Re: Re: Silverlight Version 2 RC0 Released

Also, please note that ScottGu's blog is published. Check it out!

http://weblogs.asp.net/scottgu/archive/2008/09/25/silverlight-2-release-candidate-now-available.aspx

(If this has answered your question, please click on "Mark as Answer" on this post. Thank you!)

Thanks,
Mike Snow
Blog : Silverlight Tips of the Day

mike.snow

Loading...
Joined on 03-17-2008
Redmond, WA
Posts 287
09-26-2008 1:33 AM
Re: Re: Silverlight Version 2 RC0 Released

 I noticed a breaking change with my codebase that I didnt see documented (but maybe it's around a concept I'm not familiar with yet). Seems now in RC0 that I can't succesfully make any soap calls unless I've already initialized Application.RootVisual to a control beforehand. Does anyone know why that might be the case now?

I can work around this with some non-trivial changes to our code, but either way I'd like to know more about what's going on internally and any relationship there may be between the RootVisual and messaging from soap requests.

Thanks

fastduck8000

Loading...
Joined on 06-03-2008
Posts 23
09-26-2008 1:50 AM
Re: Re: Silverlight Version 2 RC0 Released

fastduck8000:
Seems now in RC0 that I can't succesfully make any soap calls unless I've already initialized Application.RootVisual to a control beforehand. Does anyone know why that might be the case now?

I'll take a stab, and this really is pure speculation as I haven't had a chance to load up the RC yet, but web service calls are invoked on the UI thread, and if you were looking to grab a Dispatcher to Invoke on, the RootVisual would be a pretty good place to start.

Jack Bond

Khet - The first Silverlight multiplayer game

Zork I: The Great Underground Empire

jackbond

Loading...
Joined on 03-21-2007
Posts 614
09-26-2008 2:23 AM
Re: Re: Re: Silverlight Version 2 RC0 Released

ComboBox FTW!! Party!!!

R3al1ty

Loading...
Joined on 05-03-2008
Posts 72
09-26-2008 2:23 AM
Re: Re: Re: Silverlight Version 2 RC0 Released

-- sorry bt the double post, its embarassing how excited i feel hahaha

 
R3al1ty

Loading...
Joined on 05-03-2008
Posts 72
09-26-2008 2:42 AM
Re: Re: Re: Silverlight Version 2 RC0 Released

I have posted a comment for asking that is it feature complete.Scott guthrie replied that

http://weblogs.asp.net/scottgu/archive/2008/09/25/silverlight-2-release-candidate-now-available.aspx#6642312 

"We are feature-complete for the core SL2 download.  You'll see additional controls and features ship over the next few months that run on top of SL2 though."

Please Could any geek/SL team member can explain that what could be meant by top of SL though ?

Kamran Shahid
Sr. Software Engineer
(MCP,MCAD.net,MCSD.net,MCTS,MCPD.net[web])
Assurety Consulting Inc.
http://www.assuretyconsulting.com

Remember to click "Mark as Answer" on the post that helps U

kamii47

Loading...
Joined on 05-26-2005
Karachi, Pakistan
Posts 65
09-26-2008 3:11 AM
Re: Re: Re: Silverlight Version 2 RC0 Released

 It means they will be releasing new controls as a separate project. So to use them you will have to reference one or more dll:s in your projects. The new controls will not be part of the normal SL2 runtime.

hwsoderlund

Loading...
Joined on 11-09-2005
Posts 112
09-26-2008 4:30 AM
Re: Silverlight Version 2 RC0 Released

SilverlightRelease:

http://silverlight.net/blogs/msnow/archive/2008/09/25/silverlight-version-2-rc0-released.aspx

 There you go all you haters! Stick out tongue

I ain't just screwin' around with your heads...well...maybe I am!

Devil

Ok, I confess I was a hater on you, but come on, with a name like SilverlightRelease, what could you expect.

BTW, come clean, you didn't just predict this, you have to have had some inside info.

Sam...

"The difference between genius and stupidity is that genius has its limits." - Albert Einstein

samcov

Loading...
Joined on 03-26-2008
Posts 317
09-26-2008 4:43 AM
Re: Re: Re: Silverlight Version 2 RC0 Released

Ok Now understand it can be said Like Custom Control.

Thanks hwsoderlund.

 

Only Funny Part is about Expression Blend 2.5 project.[ as there will be no expression blend 2.5 future release] as mnetioned http://blogs.msdn.com/expression/archive/2008/09/25/expression-blend-2-sp1-preview-released.aspx But I think by this there will be more reachability and a good move as we don't need yet another product


Kamran Shahid
Sr. Software Engineer
(MCP,MCAD.net,MCSD.net,MCTS,MCPD.net[web])
Assurety Consulting Inc.
http://www.assuretyconsulting.com

Remember to click "Mark as Answer" on the post that helps U

kamii47

Loading...
Joined on 05-26-2005
Karachi, Pakistan
Posts 65
09-26-2008 10:14 AM
Re: Silverlight Version 2 RC0 Released

I've created new silverlight app (with web project) in VS2008 using RC0.  The generated html loads app in the browser ok.  However, the generated aspx won't load the app - an error displays "Could not load file or assembly 'System.Web.Silverlight' or one of its dependencies".

If I copy the "System.Web.Silverlight.dll" from C:\Program Files\Microsoft SDKs\Silverlight\v2.0\Libraries\Server to my project bin directory I'm now asked to "install microsoft silverlight" when viewing page.  Also, this link takes me to Beta 2 download.  By the way, "System.Web.Silverlight.dll" version is 2.0.30825.0, which doesn't seem right since aspx page requires 2.0.30923.0:

<asp:Silverlight ID="Xaml1" runat="server" Source="~/ClientBin/SilverlightTestApp.xap" MinimumVersion="2.0.30923.0" Width="100%" Height="100%" />

Any ideas?  Thanks. 

jmorg

Loading...
Joined on 09-26-2008
Posts 9
09-26-2008 10:20 AM
Re: Silverlight Version 2 RC0 Released

A couple of things to save some time:

1) The SP1 Update for Blend is for the Blend 2 product, not the June2008 preview. So you will either need to own a copy of blend, or download the free trial.

2) You cannot deploy RC0 applications to the web! Its a "preparation" release to ensure that your existing code will work when final release comes out.

3) RTFM first. There is a lot of information in the Word doc for breaking changes. Taking 30 minutes to read it thoroughly will save you lots of time and unneccesary forum posts!

 

[C# MVP]
Unblog|WebSite|IttyUrl

pbromberg

Loading...
Joined on 06-25-2002
Orlando FL
Posts 282
09-26-2008 12:02 PM
Re: Silverlight Version 2 RC0 Released

I did not find any DataGrid related breaking changes in the document. But I have encountered an error when setting DataGridColumn.Header to a control.

See this thread: http://silverlight.net/forums/t/30591.aspx

Anybody has a idea?

sladapter
Software Engineer
Aprimo, Inc

Please remember to mark the replies as answers if they answered your question

sladapter

Loading...
Joined on 03-05-2008
Indiana, US
Posts 2,860
09-27-2008 1:47 AM
Re: Re: Silverlight Version 2 RC0 Released

 Hi any body tell

What is the purpose of 

Normal 0 false false false EN-US X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} sl2rc0 ..

How can i install it .. if i want to install Normal 0 false false false EN-US X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} sl2rc0 is it i Uninstall the previous silverlight beta 2.0 .. i am getting confused to read the Breaking Changes Between Beta2andRelease Any one can clear my doubt

SimbuAarumugam India
http://simbusoftwareengineer.blogspot.com
(Mark As Answer If its Satisfy your needs)

simbuaarumugam

Loading...
Joined on 07-22-2008
India-Chennai
Posts 405
09-27-2008 9:28 AM
Re: Re: Silverlight Version 2 RC0 Released

simbuaarumugam:

 Hi any body tell

What is the purpose of 

Normal 0 false false false EN-US X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} sl2rc0 ..

How can i install it .. if i want to install Normal 0 false false false EN-US X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} sl2rc0 is it i Uninstall the previous silverlight beta 2.0 .. i am getting confused to read the Breaking Changes Between Beta2andRelease Any one can clear my doubt

 

Do you know why your message is always like this, hardly readable?

To install sl2 RC0,  just run the install. You do not have to uninstall beta2 first. The RC0 install should remove it for you. But I think you need to uninstall Blend June preview first yourself. Just run the RC0 install, it will tell you what you need to do in the process.

 

 

sladapter
Software Engineer
Aprimo, Inc

Please remember to mark the replies as answers if they answered your question

sladapter

Loading...
Joined on 03-05-2008
Indiana, US
Posts 2,860
09-27-2008 1:00 PM
Re: Re: Silverlight Version 2 RC0 Released

Hi ,

 Just try downloading the Silverlight RC0 setup .Its sufficient to uninstall the existing vesion an will take car of the new update.

Thanks
 

Tao of Jeet Kune Do

MisterFantastic

Loading...
Joined on 09-21-2008
Chennai
Posts 19
09-29-2008 12:59 AM
Re: Re: Re: Silverlight Version 2 RC0 Released

 Hi Sladapter

Sorry ya . I dont know whats happening at when i am post new forum in silverlight.net . I am worried about this because friends are dont get fully whats my requirements in my posts..any way thanks for your suggestion .. i will try to recover that .. if you have anything ideas regarding this please tell .ya .. its useful for me for your post .. 

And another one quesitions is How can i caonvert Page.Xaml page to directly image .. 

that means what i mentioned at silverlight page when i am fire some events it will be convert into image ..(xaml to image) How can i achieve this 

 

 

SimbuAarumugam India
http://simbusoftwareengineer.blogspot.com
(Mark As Answer If its Satisfy your needs)

simbuaarumugam

Loading...
Joined on 07-22-2008
India-Chennai
Posts 405
10-03-2008 7:33 AM
Re: Silverlight Version 2 RC0 Released

 this link

Post Not Found
The post you requested cannot be found or no longer exists. The administrator or moderator may have deleted the post.
 

 

SimbuAarumugam India
http://simbusoftwareengineer.blogspot.com
(Mark As Answer If its Satisfy your needs)

simbuaarumugam

Loading...
Joined on 07-22-2008
India-Chennai
Posts 405
Microsoft Communities