I was creating a game in XNA 4.0 then, I put this game in Silverlight with Silversprite (http://silversprite.codeplex.com), however I want to save the high scores in a Database. I tried with WCF, but I don't know if I can consume the Web Service referenced from the XNA Project and then convert the game to Silverlight with Silversprite, I think that the Service Reference isn't linked to the project and the reference at the time that need the service to insert data into the database will not exist.
Other way is create a Service Reference in the Silverlight project, but I don't know how can I make an instance of the game to get the high score, at the same instance of Silversprite run. Because I can't get a Method of the Game.cs (represents a class in the XNA Project)