EdisonCP / sharp-architecture

Automatically exported from code.google.com/p/sharp-architecture
Other
0 stars 0 forks source link

Make SharpArch.Wcf.NHibernate.ServiceHost public so it can be used in self-hosting scenarios #117

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Invoking ServiceHostFactory from a self-hosting scenario gives the
following error:
'ServiceHostFactory.CreateServiceHost' cannot be invoked within the current
hosting environment. This API requires that the calling application be
hosted in IIS or WAS.

By making the ServiceHost class public it can be used directly without
using the ServiceHostFactory, thus enabling self-hosting scenarios.

Original issue reported on code.google.com by mark.pas...@gmail.com on 30 Jul 2009 at 6:18

GoogleCodeExporter commented 8 years ago

Original comment by frank.l...@gmail.com on 1 Sep 2009 at 11:08

GoogleCodeExporter commented 8 years ago
Making ServiceHost public as requested with r491.

Original comment by frank.l...@gmail.com on 1 Sep 2009 at 11:50