Comments on: My Silverlight 1.1 Hello World Application https://www.chinhdo.com/20071010/silverlight-hello-world/ Chinh's semi-random thoughts on software development, gadgets, and other things. Wed, 25 Nov 2020 04:18:34 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Chinh Do https://www.chinhdo.com/20071010/silverlight-hello-world/comment-page-1/#comment-10491 Wed, 28 Jan 2009 02:21:54 +0000 https://www.chinhdo.com/chinh/blog/20071010/silverlight-hello-world/#comment-10491 s0uL, Sam: I have posted a updated version of this article targeted for Silverlight 2.0 runtime here: https://www.chinhdo.com/20090127/silverlight-helloworld-2.

]]>
By: My Silverlight 2.0 Hello World Application » Chinh Do https://www.chinhdo.com/20071010/silverlight-hello-world/comment-page-1/#comment-10422 Tue, 27 Jan 2009 22:22:37 +0000 https://www.chinhdo.com/chinh/blog/20071010/silverlight-hello-world/#comment-10422 […] is an update my my original article that was based on Silverlight 1.0 alpha. The code for the old article no longer worked with the […]

]]>
By: Sam https://www.chinhdo.com/20071010/silverlight-hello-world/comment-page-1/#comment-9077 Thu, 22 Jan 2009 10:38:25 +0000 https://www.chinhdo.com/chinh/blog/20071010/silverlight-hello-world/#comment-9077 I am also getting exactly the same error.

Silverlight error message
ErrorCode: 4005
ErrorType: ParseError
Message: 4005 An error has occured.
XamlFile: Page.xaml
Line: 5
Position: 17

Please let me know if anyone found the solution.

]]>
By: Chinh Do https://www.chinhdo.com/20071010/silverlight-hello-world/comment-page-1/#comment-5855 Wed, 29 Oct 2008 22:09:11 +0000 https://www.chinhdo.com/chinh/blog/20071010/silverlight-hello-world/#comment-5855 s0uL: Thanks for letting me know. My guess is that the code needs to be updated to work with the latest version(s) of Silverlight. I’ll try to take a look and fix soon.

]]>
By: s0uL https://www.chinhdo.com/20071010/silverlight-hello-world/comment-page-1/#comment-5755 Thu, 23 Oct 2008 23:13:25 +0000 https://www.chinhdo.com/chinh/blog/20071010/silverlight-hello-world/#comment-5755 I get error when click on “Click here” to view working sample 🙁

Silverlight error message
ErrorCode: 4005
ErrorType: ParseError
Message: 4005 An error has occured.
XamlFile: Page.xaml
Line: 5
Position: 17

]]>
By: Ahmed https://www.chinhdo.com/20071010/silverlight-hello-world/comment-page-1/#comment-4228 Thu, 07 Aug 2008 09:08:39 +0000 https://www.chinhdo.com/chinh/blog/20071010/silverlight-hello-world/#comment-4228 Dear Sir, thabnk u for your article.
I want to develop a rich user interface application for Windows Mobile.
Since it is very difficul to do animation effects and trasparencies,etc using C# and .Net forms and controls, I had the idea to resort to Silverlight.
The details of the idea are to embed a HTMLBrowser inside a Form, then navigate to a locally deployed Silverlight page, and finally after the embedded browser renders the page and its silverlight control, be able to react to silverlight events inside C# code and visversa, ie use C# to send something or act on the page control. Is that possible Sir ?
Thank you in advance.

]]>