

The correct number is returned for any browser on any PC. My debugging seems to indicate a 0 is being returned. The problem though is that it is not returning the correct number. The service gets the index count, packages it into one of my defined entities (using the Visual Studio Entity Data Model) and sends the object back from the service to the Silverlight application. My Silverlight application takes information entered into a form, formats a WCF Data Service call to get a record count from a Lucene Index file. However, there is one piece that does not work. However, when running on a Mac, any browser, it works for 95% of the application. The Silverlight is a typical application using WCF Data Service calls to get and write data to a database. I have a Silverlight 4 app running on Azure (latest SDK). I have an issue that is quite confusing for me and was hoping somebody might have some helpful information.
