Skip to main content

Microsoft Silverlight

Answered Question How to deploy a Domain Service?RSS Feed

(0)

jelster
jelster

Member

Member

13 points

26 Posts

How to deploy a Domain Service?

What files do I copy to deploy a DomainService ?   Is it compiled in the project's DLL?  thanks

Sergey.Lutay
Sergey.L...

Contributor

Contributor

7256 points

1,354 Posts

Re: How to deploy a Domain Service?

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

(If this has answered your question, please click on "mark as answer" on this post. Thank you!)

Blog

Twitter

Sincerely,
Sergey Lutay

jelster
jelster

Member

Member

13 points

26 Posts

Re: Re: How to deploy a Domain Service?

Can you tell me which files I need for the domainservice?

I'm sharing this site with another app.

thanks

Sergey.Lutay
Sergey.L...

Contributor

Contributor

7256 points

1,354 Posts

Re: Re: How to deploy a Domain Service?

System.ComponentModel.DataAnnotations.dll

System.Web.DomainServices.dll

System.Web.DomainServices.Providers.dll

System.Web.Ria.dll

(If this has answered your question, please click on "mark as answer" on this post. Thank you!)

Blog

Twitter

Sincerely,
Sergey Lutay

jelster
jelster

Member

Member

13 points

26 Posts

Re: Re: Re: How to deploy a Domain Service?

And just my DLL?

Or do I need to copy DomainService.cs?

 

thx

Sergey.Lutay
Sergey.L...

Contributor

Contributor

7256 points

1,354 Posts

Answered Question

Re: Re: Re: How to deploy a Domain Service?

You need to copy assemblies of your web project, dll files.

(If this has answered your question, please click on "mark as answer" on this post. Thank you!)

Blog

Twitter

Sincerely,
Sergey Lutay
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities