views:

99

answers:

2

Why LINQ to SQL does not work with silverlight vb, but if successful c #?

+1  A: 

Linq2SQL does work in vb.net, perhaps you can give an example of your problem.

Check out a Silverlight example using Linq2SQL in VB.NET

Alan Jackson
A: 

Please explain, I've used linq to sql for a wcf service in vb .net(not silverlight) and connected with that wcf service with my silverlight app.

If you're talking about using linq to sql directly in silverlight, that's not possible since silverlight != .net and it's missing certain sql classes.

Jark