liubiao4123 / servicestack

Automatically exported from code.google.com/p/servicestack
0 stars 0 forks source link

Tutorial references ServiceStackHttpHandlerFactory which isn't included in ServiceStack.dll #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install ServiceStack DLLs via Nuget
2. Build ServiceStack.Hello according to tutorial: 
http://mono.servicestack.net/ServiceStack.Hello/
3. Attempt to access ServiceStack.Hello from a web browser

What is the expected output? Some innocuous output - not sure since I didn't 
see it run!

What do you see instead?
Could not load type 
'ServiceStack.WebHost.Endpoints.ServiceStackHttpHandlerFactory' from assembly 
'ServiceStack'

What version of the product are you using?
ServiceStack4.0.5

On what operating system?
Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by cedouce...@gmail.com on 10 Jan 2014 at 3:11