Try our conversational search powered by Generative AI!

Live Monitor & CMS6 R2

Vote:
 

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

#50305
Apr 26, 2011 21:47
Vote:
 

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.

#50322
Apr 27, 2011 13:42
Vote:
 

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.

#51030
May 21, 2011 14:45
Vote:
 

Hi,

We will investigate this under bug #65370

 

/Paul

#51039
May 23, 2011 8:45
Vote:
 

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" />

 

#51040
Edited, May 23, 2011 8:51
Vote:
 

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

#51245
May 30, 2011 13:21
Vote:
 

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)

#51246
May 30, 2011 13:31
Vote:
 

The .svc that CMS is using is only configured under the UI folder, is this still causing problems with your solution?

#51253
May 30, 2011 13:40
Vote:
 

Hi,

Can any one tell how can we know whether we are using EPiServer CMS 6 R2  ?

 

Thanks in advance......

#54076
Oct 03, 2011 7:48
Vote:
 

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. 

#54082
Oct 03, 2011 9:21
Vote:
 

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

ConnectForCRM.msi

but in my EPiServer CMS R2 software......that file is not there......we have to explicitly download that .msi file ?

#54085
Oct 03, 2011 10:37
Vote:
 

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. 

#54086
Oct 03, 2011 10:41
Vote:
 

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.

#54087
Oct 03, 2011 10:46
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.