Advanced Forum Search Results
-
Hello,
The Silverlight Business Application template was working fine for me for awhile, and I was following the tutorial at http://www.silverlight.net/learn/videos/silverlight-videos/net-ria-services-intro/. But, soon after I got through most of it, after compiling and running the application, any changes that I have made would not ...
-
Thanks this worked out perfectly. And I know why. Since myBlogs contained the entire XML document (I noticed this while debugging) and not just the decendants of <item>. blog however did contain the XML of the decendants of <item>.
-
Hello, everyone
I been messing around with LINQ to XML to read XML data and I created a project with Silverlight 2.0 that uses LINQ to XML to read a XML file I created. However, when my code hits the select block of the query I get a null reference exception and VS2008 highlights the entire block
Here is my XML:
<?xml ...
-
Thanks for the Tip, I tried the method in the video; however I am still getting that Security Exception error that I got in the first post when I try to grab the XML from the URL. I think it has to do with Google's Crossdomain.xml file. I was told by the previous poster in this thread that I should create a proxy or use Yahoo ...
-
Thanks, I was able to create a Pipe with Yahoo Pipes that fetches the XML data at the URL I provided. However, now I am not sure how am I supposed to use it for my application. Care to provide an example of how to use it? Also, the pipe is not listing any data on the Yahoo web page, but the Pipe output module is ...
-
Hello, I get the following error when I try to use a WebClient class and a Linq to XML query to grab XML data from the Google weather XML file at: http://www.google.com/ig/api?weather=33205 (Put 33025 as an example for you to see example data)
This is the full error that I get. (This error is returned by e.Error in the ...
-
I installed the Latest December 2008 Silverlight Toolkit
I was later able to get it to work; however I was unable to create any sort of affect on how the x-axis labels appear on the chart, they appear as they did before with no change.
Here is part of the XAML code I used. (Code here starts where LayoutRoot begins)
<Grid ...
-
For some odd reason I get an error when I try to use <charting:ColumnSeries.IndependantCategoryAxis>
This is the error:
Error 1 The attachable property 'IndependentCategoryAxis' was not found in type 'ColumnSeries'. ...
-
I tried doing what you posted ktd, but I get an error that IndependanyCategoryAxis does not exist under ColumnSeries in VS2008 for some reason. I am using Silverlight 2.0 with the December 08 version of the Silverlight Toolkit.
Here is the live Silverlight application I ...
-
Hello, everyone
This might be a simple question; however, I have a Horizontal bar chart control from the Silverlight Toolkit on in my Silverlight application where the data is bound to data in a SQL 2008 database using Web Services and LINQ to SQL The horizonal or x-axis of the chart contains customer names which are so, long ...