The CMS R2 package available here http://world.episerver.com/Download/Items/EPiServer-CMS/EPiServer-CMS-6-R2/ contains an MSI to install Live Monitor.
Should the "Live monitor for CMS 6 R2" work with .NET 4 ?
I'm not having any luck in that combination.
As another poster in the forum, I get:
Could not load type 'System.ServiceModel.Activation.HttpHandler' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
, when installing "Live monitor for CMS 6 R2" on an out-of-the-box AlloyTech demo-site for CMS6 R2 on .NET 4.
If you're running .NET 4, make sure you are refering to the .NET 4 version of the binary in Web.config, or Live Monitor won't work.
Like so:
<add name="svc-Integrated" path="*.svc" verb="*" type="System.ServiceModel.Activation.HttpHandler,
System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" resourceType="Unspecified"
preCondition="integratedMode" />
Did some quick investigation in this and the proper .NET 4.0 .svc handler according to applicationHost.config should be declared with:
<add name="svc-Integrated-4.0" path="*.svc" verb="*" type="System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" />
Just replace the one that is currently specified with the above. Let us know how you get on!
Cheers
Henrik
LiveMonitor now works for .NET4 using the "System.ServiceModel.Activation.HttpHandler" mentioned above.
(But we had to remove it again, because the "*.svc" extension collided with other parts of our solution)
The .svc that CMS is using is only configured under the UI folder, is this still causing problems with your solution?
Hi,
Can any one tell how can we know whether we are using EPiServer CMS 6 R2 ?
Thanks in advance......
The web site title in edit mode should have the version number appended at the end. If you have 6 R2 then it should be 6.1.379.0.
Another visual queue, is that you have a tab called "Visitor group" in edit mode.
HI Toni,
Thanks for ur valuable reply.
Does any one worked with the integration of Microsoft CRM with the EPiServer CMS 6 R2 ? I have few issues regarding this.
In installation guide it is stating that to install the
but in my EPiServer CMS R2 software......that file is not there......we have to explicitly download that .msi file ?
Glad I could help Murali :)
But please create a new thread if the questions you have doesn't relate to the original question in this thread.
To answer your question, yes, you need to download that from EPiServer World.
Hi Toni,
Thanks for ur quick reply.
Yes u r right. I asked this question in unrelated thread. Thanks for ur suggestion.
Warm Regards,
K. Murali Krishna.
Hi,
Does anyone know whether LiveMonitor works with CMS6 R2 - the only download for LiveMonitor I have found only shows against CMS6 version 6.0.530.0 in the Deployment Center, which contradicts the Installation Instruction: http://world.episerver.com/Documentation/Items/Installation-Instructions/EPiServer-CMS/Version-6/EPiServer-CMS-6-R2/Installation-Instructions---Live-Monitor/ which state that the LiveMonitor module should be available as a Quick Link for CMS6 R2 sites.
If I need a different version of LiveMonitor, does anyone know where the link is?
TIA,
Mark