I wanted to take SpinDoctor for a 'spin', however after installation if I visit any node within SpinDoctor I get the following error in the logs:
ERROR [2013-04-25 22:48:09,976] - Unhandled exception:
System.ArgumentException: This collection already contains an address with
scheme http.There can be at most one address
per scheme in this collection. If your service is being hosted in IIS you can
fix the problem by setting
'system.serviceModel/serviceHostingEnvironment/multipleSiteBindingsEnabled' to
true or specifying 'system.serviceModel/serviceHostingEnvironment/baseAddressPrefixFilters'.
Parameter name: item
at
System.ServiceModel.UriSchemeKeyedCollection.InsertItem(Int32 index, Uri item)
at
System.Collections.Generic.SynchronizedCollection`1.Add(T item)
at
System.ServiceModel.UriSchemeKeyedCollection..ctor(Uri[] addresses)
at
System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses)
at
System.ServiceModel.Activation.ServiceHostFactory.CreateServiceHost(Type
serviceType, Uri[] baseAddresses)
at
System.ServiceModel.Activation.ServiceHostFactory.CreateServiceHost(String
constructorString, Uri[] baseAddresses)
at
System.ServiceModel.ServiceHostingEnvironment.HostingManager.CreateService(String
normalizedVirtualPath)
at
System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(String
normalizedVirtualPath)
at
System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String
normalizedVirtualPath)
The error of course suggests a fix, but I wanted to know if this is a known issue.
On a product related question - having used EPiServer alot, it would be good if SpinDoctor would allow me to show certain content in the TinyMCE field to members of cetain segments, and other content to members of other segments. Is this possible?
I have seen this before at v1. And indeed, the suggested fix is the solution. I was under the impression that it was inserted by the installer.
Regarding your TinyMCE related question. How would you fancy this? Something like: {{ "Red", "You're looking red" }} showing the text to everyone in segment "Red" ?
Error installing SpinDoctor free
Hi,
I wanted to take SpinDoctor for a 'spin', however after installation if I visit any node within SpinDoctor I get the following error in the logs:
ERROR [2013-04-25 22:48:09,976] - Unhandled exception: System.ArgumentException: This collection already contains an address with scheme http. There can be at most one address per scheme in this collection. If your service is being hosted in IIS you can fix the problem by setting 'system.serviceModel/serviceHostingEnvironment/multipleSiteBindingsEnabled' to true or specifying 'system.serviceModel/serviceHostingEnvironment/baseAddressPrefixFilters'.
Parameter name: item
at System.ServiceModel.UriSchemeKeyedCollection.InsertItem(Int32 index, Uri item)
at System.Collections.Generic.SynchronizedCollection`1.Add(T item)
at System.ServiceModel.UriSchemeKeyedCollection..ctor(Uri[] addresses)
at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses)
at System.ServiceModel.Activation.ServiceHostFactory.CreateServiceHost(Type serviceType, Uri[] baseAddresses)
at System.ServiceModel.Activation.ServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses)
at System.ServiceModel.ServiceHostingEnvironment.HostingManager.CreateService(String normalizedVirtualPath)
at System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(String normalizedVirtualPath)
at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath)
The error of course suggests a fix, but I wanted to know if this is a known issue.
On a product related question - having used EPiServer alot, it would be good if SpinDoctor would allow me to show certain content in the TinyMCE field to members of cetain segments, and other content to members of other segments. Is this possible?
Thanks
Al
Hi Al,
I have seen this before at v1. And indeed, the suggested fix is the solution. I was under the impression that it was inserted by the installer.
Regarding your TinyMCE related question. How would you fancy this? Something like: {{ "Red", "You're looking red" }} showing the text to everyone in segment "Red" ?
Cheers,
Wouter
Hi Al,
I have just released Spindoctor v2.0.2 that automates creation of the MultipleSiteBindings key.
Thanks for reporting!
Cheers,
Wouter
is working on a reply...