Skip to main content
Home Forums Silverlight Programming WCF RIA Services How to deploy a Domain Service?
5 replies. Latest Post by Sergey.Lutay on November 3, 2009.
(0)
jelster
Member
13 points
26 Posts
11-03-2009 1:05 PM |
What files do I copy to deploy a DomainService ? Is it compiled in the project's DLL? thanks
Sergey.L...
Contributor
7256 points
1,354 Posts
11-03-2009 1:37 PM |
Hi,
Make a Publish for your web project. It will copy all need assemblies.
Also look http://forums.silverlight.net/forums/p/131930/295786.aspx
11-03-2009 1:55 PM |
Can you tell me which files I need for the domainservice?
I'm sharing this site with another app.
thanks
11-03-2009 2:25 PM |
System.ComponentModel.DataAnnotations.dll
System.Web.DomainServices.dll
System.Web.DomainServices.Providers.dll
System.Web.Ria.dll
11-03-2009 2:30 PM |
And just my DLL?
Or do I need to copy DomainService.cs?
thx
11-03-2009 2:35 PM |
You need to copy assemblies of your web project, dll files.