<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Customer Care Accelerator for Microsoft Dynamics CRM</title><link>http://crmcca.codeplex.com/project/feeds/rss</link><description>Customer Care Accelerator for Microsoft Dynamics CRM.</description><item><title>New Post: CCA From Remote Folder</title><link>http://crmcca.codeplex.com/discussions/269940</link><description>&lt;div style="line-height: normal;"&gt;&lt;ol&gt;
&lt;li&gt;
Remove those lines from App.config&lt;br /&gt;
&amp;lt;NetFx40_LegacySecurityPolicy enabled=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;loadFromRemoteSources enabled=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;
Install hotfix for .net 4&lt;br /&gt;
&lt;a href="http://support.microsoft.com/kb/2580188" rel="nofollow"&gt;http://support.microsoft.com/kb/2580188&lt;/a&gt;&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
and it works :)&lt;br /&gt;
&lt;/div&gt;</description><author>yycelik</author><pubDate>Fri, 17 May 2013 11:56:02 GMT</pubDate><guid isPermaLink="false">New Post: CCA From Remote Folder 20130517115602A</guid></item><item><title>New Post: CCA-CRM Not browsing using servername</title><link>http://crmcca.codeplex.com/discussions/441238</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
Are you running the CCA agent Desktop in windows 7..?&lt;br /&gt;
if you run the CCA in windows 7 OS, you just &amp;quot;run as administrator&amp;quot;.&lt;br /&gt;
i think it may be helpfull for you.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Akilan&lt;br /&gt;
&lt;/div&gt;</description><author>AKILAN</author><pubDate>Tue, 14 May 2013 09:42:30 GMT</pubDate><guid isPermaLink="false">New Post: CCA-CRM Not browsing using servername 20130514094230A</guid></item><item><title>New Post: CCA From Remote Folder</title><link>http://crmcca.codeplex.com/discussions/269940</link><description>&lt;div style="line-height: normal;"&gt;We have map drive (E:) and we bant to run CCA over that map drive. But when we tried to run it, we get same error. Also we gave permission as below&lt;br /&gt;
&lt;br /&gt;
APP.conf&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;runtime&amp;gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;!-- enables legacy CAS policy for this process --&amp;gt;
&amp;lt;NetFx40_LegacySecurityPolicy enabled=&amp;quot;true&amp;quot; /&amp;gt;
&amp;lt;!-- Treat assemblies from network locations as fully trusted. --&amp;gt;
&amp;lt;!-- Caution: Do not point this loaded gun at your foot. --&amp;gt;
&amp;lt;loadFromRemoteSources enabled=&amp;quot;true&amp;quot; /&amp;gt;&lt;/code&gt;&lt;/pre&gt;

&amp;lt;/runtime&amp;gt;&lt;br /&gt;
&amp;lt;/configuration&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CASPOL&lt;br /&gt;
C:\Windows\Microsoft.NET\Framework\v4.0.30319\caspol -m -ag 1 -url &amp;quot;file://E:\Nar\*&amp;quot; FullTrust&lt;br /&gt;
&lt;strong&gt;===================================================================&lt;/strong&gt;&lt;br /&gt;
&lt;h2&gt;Microsoft Customer Care Accelerator&lt;/h2&gt;
System.Configuration.ConfigurationErrorsException: An error occurred creating the configuration section handler for Microsoft.Uii/Common.Listeners: Request failed. (E:\Nar\Cca.AgentDesktop.exe.Config line 5) ---&amp;gt; System.Security.SecurityException: Request failed.&lt;br /&gt;
   at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean&amp;amp; canBeCached, RuntimeMethodHandleInternal&amp;amp; ctor, Boolean&amp;amp; bNeedSecurityCheck)&lt;br /&gt;
   at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache)&lt;br /&gt;
   at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean skipCheckThis, Boolean fillCache)&lt;br /&gt;
   at System.Activator.CreateInstance(Type type, Boolean nonPublic)&lt;br /&gt;
   at System.Configuration.TypeUtil.CreateInstanceWithReflectionPermission(Type type)&lt;br /&gt;
   at System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.Init(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord)&lt;br /&gt;
   at System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.InitWithRestrictedPermissions(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord)&lt;br /&gt;
   at System.Configuration.RuntimeConfigurationRecord.CreateSectionFactory(FactoryRecord factoryRecord)&lt;br /&gt;
   at System.Configuration.BaseConfigurationRecord.FindAndEnsureFactoryRecord(String configKey, Boolean&amp;amp; isRootDeclaredHere)&lt;br /&gt;
   --- End of inner exception stack trace ---&lt;br /&gt;
   at System.Configuration.BaseConfigurationRecord.FindAndEnsureFactoryRecord(String configKey, Boolean&amp;amp; isRootDeclaredHere)&lt;br /&gt;
   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object&amp;amp; result, Object&amp;amp; resultRuntimeObject)&lt;br /&gt;
   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)&lt;br /&gt;
   at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String sectionName)&lt;br /&gt;
   at System.Configuration.ConfigurationManager.GetSection(String sectionName)&lt;br /&gt;
   at Microsoft.Uii.Common.Listeners.Configuration.ListenerConfiguration.GetConfig(String sectionName)&lt;br /&gt;
   at Microsoft.Uii.Common.Logging.Logging.Initialize()&lt;br /&gt;
   at Microsoft.Uii.Common.Logging.Logging.TryInitialize()&lt;br /&gt;
   at Microsoft.Uii.Common.Logging.Logging.Information(String appName, String message)&lt;br /&gt;
   at Cca.AgentDesktop.Program.Main() in Z:\workspaces\Vs1.0.0\Cca\AgentDesktop\Program.cs:line 54&lt;br /&gt;
&lt;/div&gt;</description><author>yycelik</author><pubDate>Tue, 14 May 2013 08:40:01 GMT</pubDate><guid isPermaLink="false">New Post: CCA From Remote Folder 20130514084001A</guid></item><item><title>New Post: How to override the CRM 2011 popup alert in CCA when redirecting a popup.</title><link>http://crmcca.codeplex.com/discussions/443481</link><description>&lt;div style="line-height: normal;"&gt;Hi Dharshan,&lt;br /&gt;
&lt;br /&gt;
Please follow this link , this may help you :- [&lt;a href="http://blogs.msdn.com/b/mbarbour/archive/2012/01/31/how-to-override-the-crm-2011-popup-alert-in-cca-when-redirecting-a-popup-update.aspx]" rel="nofollow"&gt;http://blogs.msdn.com/b/mbarbour/archive/2012/01/31/how-to-override-the-crm-2011-popup-alert-in-cca-when-redirecting-a-popup-update.aspx]&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Vishwa&lt;br /&gt;
&lt;/div&gt;</description><author>vps_amity42</author><pubDate>Tue, 14 May 2013 05:37:54 GMT</pubDate><guid isPermaLink="false">New Post: How to override the CRM 2011 popup alert in CCA when redirecting a popup. 20130514053754A</guid></item><item><title>New Post: Connecting to ETRALI TSP</title><link>http://crmcca.codeplex.com/discussions/443499</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
we have successfully used CtiLayerTapi.dll with a Cisco TSP but we are now being asked to integrate it with an Etrali TSP by Orange. Is this possible? Supposedly it would work since this dll only uses TAPI functions and those are usable with the ETRALI TSP, however we have to provide our customers with an answer. &lt;br /&gt;
&lt;br /&gt;
So we ask, is this possible to do? Are there any examples available? &lt;br /&gt;
&lt;br /&gt;
Txs in advance!&lt;br /&gt;
&lt;/div&gt;</description><author>MPimenta</author><pubDate>Mon, 13 May 2013 16:11:11 GMT</pubDate><guid isPermaLink="false">New Post: Connecting to ETRALI TSP 20130513041111P</guid></item><item><title>New Post: How to override the CRM 2011 popup alert in CCA when redirecting a popup.</title><link>http://crmcca.codeplex.com/discussions/443481</link><description>&lt;div style="line-height: normal;"&gt;Hi All,&lt;br /&gt;
&lt;br /&gt;
 When I open new windows in tabs, and came along the problem with the pop blocker.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks in advance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
dharshan&lt;br /&gt;
&lt;/div&gt;</description><author>dharshan</author><pubDate>Mon, 13 May 2013 14:44:37 GMT</pubDate><guid isPermaLink="false">New Post: How to override the CRM 2011 popup alert in CCA when redirecting a popup. 20130513024437P</guid></item><item><title>New Post: How can I Get HostedApplication over HostedApplicationId (Guid)</title><link>http://crmcca.codeplex.com/discussions/443069</link><description>&lt;div style="line-height: normal;"&gt;hi,&lt;br /&gt;
&lt;br /&gt;
in a hosted control you can get all active hosted applications out of the session manager.&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;private AgentDesktopSessions _localSessionManager;

....

/// &amp;lt;summary&amp;gt;
        /// Configure Session Manager
        /// &amp;lt;/summary&amp;gt;
        public override object SessionManager
        {
            set
            {
                if (_localSessionManager == null)
                {
                    _localSessionManager = (AgentDesktopSessions) value;
                    base.SessionManager = value;
                }
            }
        }

....

IHostedApplication application =
                    _localSessionManager.ActiveSession.AppHost.GetApplication(hostedApplicationId);&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>ndi</author><pubDate>Mon, 13 May 2013 08:17:58 GMT</pubDate><guid isPermaLink="false">New Post: How can I Get HostedApplication over HostedApplicationId (Guid) 20130513081758A</guid></item><item><title>New Post: Cant build CCA - refernce to Microsoft.Practices.CompositeUI.Windows</title><link>http://crmcca.codeplex.com/discussions/212195</link><description>&lt;div style="line-height: normal;"&gt;Error	2	The type 'Microsoft.Practices.CompositeUI.CabShellApplication`2&amp;lt;T0,T1&amp;gt;' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.Practices.CompositeUI, Version=1.0.51205.1, Culture=neutral, PublicKeyToken=64f7747366518fca'.	C:\Program Files (x86)\Microsoft Uii\CCA\Source Code\AgentDesktop\Program.cs	&lt;br /&gt;
&lt;br /&gt;
Error	1	The type 'Microsoft.Practices.CompositeUI.WorkItem' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.Practices.CompositeUI, Version=1.0.51205.1, Culture=neutral, PublicKeyToken=64f7747366518fca'.	C:\Program Files (x86)\Microsoft Uii\CCA\Source Code\AgentDesktop\Program.cs&lt;br /&gt;
&lt;br /&gt;
Anyone can help me?&lt;br /&gt;
&lt;/div&gt;</description><author>ryanshee1982</author><pubDate>Thu, 09 May 2013 10:00:11 GMT</pubDate><guid isPermaLink="false">New Post: Cant build CCA - refernce to Microsoft.Practices.CompositeUI.Windows 20130509100011A</guid></item><item><title>New Post: How can I Get HostedApplication over HostedApplicationId (Guid)</title><link>http://crmcca.codeplex.com/discussions/443069</link><description>&lt;div style="line-height: normal;"&gt;I need to get Hosted Application by HostedApplicationId (Guid). Is it posible to get?&lt;br /&gt;
&lt;/div&gt;</description><author>yycelik</author><pubDate>Thu, 09 May 2013 08:19:46 GMT</pubDate><guid isPermaLink="false">New Post: How can I Get HostedApplication over HostedApplicationId (Guid) 20130509081946A</guid></item><item><title>New Post: Login to .net web hosted application in agent desktop taking user credentials from CRM of user logged in.</title><link>http://crmcca.codeplex.com/discussions/437098</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
Yes, CCA &amp;amp; CRM are using Windows Integrated Authentication.&lt;br /&gt;
&lt;/div&gt;</description><author>vps_amity42</author><pubDate>Thu, 09 May 2013 07:09:03 GMT</pubDate><guid isPermaLink="false">New Post: Login to .net web hosted application in agent desktop taking user credentials from CRM of user logged in. 20130509070903A</guid></item><item><title>New Post: CCA and metro style application, any future release?</title><link>http://crmcca.codeplex.com/discussions/441655</link><description>&lt;div style="line-height: normal;"&gt;there is some kind of a statement here: &lt;a href="http://crmcca.codeplex.com/discussions/403448" rel="nofollow"&gt;http://crmcca.codeplex.com/discussions/403448&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
the winRT Framework has its own rules and abilities and a &amp;quot;close metro stlye application&amp;quot; (from the design point of view) has nothing in common with a true Modern UI APP (when it comes to the programming model and stuff)&lt;br /&gt;
&lt;br /&gt;
anyway, it sounds interesting and iam curious now. could you provide a screenshot of your progress ?&lt;br /&gt;
&lt;br /&gt;
greets&lt;br /&gt;
&lt;br /&gt;
niklas&lt;br /&gt;
&lt;/div&gt;</description><author>ndi</author><pubDate>Wed, 01 May 2013 21:14:10 GMT</pubDate><guid isPermaLink="false">New Post: CCA and metro style application, any future release? 20130501091410P</guid></item><item><title>New Post: CCA and metro style application, any future release?</title><link>http://crmcca.codeplex.com/discussions/441655</link><description>&lt;div style="line-height: normal;"&gt;Really I don't know where I will arrive... but I am working on the process to update the CCA client to a more close windows metro style application.&lt;br /&gt;
&lt;/div&gt;</description><author>JordiGO</author><pubDate>Wed, 01 May 2013 10:12:18 GMT</pubDate><guid isPermaLink="false">New Post: CCA and metro style application, any future release? 20130501101218A</guid></item><item><title>New Post: CCA and metro style application, any future release?</title><link>http://crmcca.codeplex.com/discussions/441655</link><description>&lt;div style="line-height: normal;"&gt;Dear are any plans to update the CCA client application to Windows 8 metro style application?&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;/div&gt;</description><author>JordiGO</author><pubDate>Fri, 26 Apr 2013 10:09:33 GMT</pubDate><guid isPermaLink="false">New Post: CCA and metro style application, any future release? 20130426100933A</guid></item><item><title>New Post: NVAS (MainFrame Application - Hosted Application) could not be created inside CCF on some win 7 machines</title><link>http://crmcca.codeplex.com/discussions/441560</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
We are working on MS Customer Care Framework (CCF) technology.&lt;br /&gt;
&lt;br /&gt;
Now, we are facing an issue on some windows 7 machines and not on all.&lt;br /&gt;
&lt;br /&gt;
Problem: The hosted application (NVAS - Mainframe Application - R8win.exe) couldn't be created inside CCF on some win 7 machines and it is working fine on some other win 7 machines. (There is no issue on XP machines).&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Error Logs:&lt;/strong&gt;&lt;br /&gt;
1) &lt;br /&gt;
04/25/2013 11:43:56&lt;br /&gt;
Type : Microsoft.Mcs.FastHelp.Core.ErrorHandler.FastHelpException, FastHelp.Core.ErrorHandler, Version=4.7.0.0, Culture=neutral, PublicKeyToken=null&lt;br /&gt;
Message : Error: Hosted Application &amp;quot;NVAS&amp;quot; could not be created. Contact the CCF administrator.&lt;br /&gt;
Destinationen for en aktivering udløste en undtagelse.&lt;br /&gt;
Source : &lt;br /&gt;
Help link : &lt;br /&gt;
Data : System.Collections.ListDictionaryInternal&lt;br /&gt;
TargetSite : &lt;br /&gt;
Stack Trace : The stack trace is unavailable.&lt;br /&gt;
Additional Info:&lt;br /&gt;
MachineName : W7N12167&lt;br /&gt;
TimeStamp : 25-04-2013 09:43:56&lt;br /&gt;
FullName : Microsoft.Practices.EnterpriseLibrary.ExceptionHandling, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&lt;br /&gt;
AppDomainName : AgentDesktop.exe&lt;br /&gt;
ThreadIdentity : ACCDOM01\a12315&lt;br /&gt;
WindowsIdentity : ACCDOM01\a12315&lt;br /&gt;
Category: AgentDesktopUILayer&lt;br /&gt;
Priority: 0&lt;br /&gt;
EventId: 100&lt;br /&gt;
Severity: Error&lt;br /&gt;
Title:Enterprise Library Exception Handling&lt;br /&gt;
Machine: W7N12167&lt;br /&gt;
App Domain: AgentDesktop.exe&lt;br /&gt;
ProcessId: 5608&lt;br /&gt;
Process Name: C:\Program Files\Microsoft CCF 2008\AgentDesktopv4.7\AgentDesktop.exe&lt;br /&gt;
Thread Name: &lt;br /&gt;
Win32 ThreadId:816&lt;br /&gt;
Extended Properties: ApplicationName - Hosted Application Factory&lt;br /&gt;
Advanced -    ved System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct&amp;amp; signature, IntPtr declaringType)&lt;br /&gt;
   ved System.RuntimeMethodHandle.InvokeConstructor(Object[] args, SignatureStruct signature, RuntimeTypeHandle declaringType)&lt;br /&gt;
   ved System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)&lt;br /&gt;
   ved System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)&lt;br /&gt;
   ved System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)&lt;br /&gt;
   ved System.Reflection.Assembly.CreateInstance(String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)&lt;br /&gt;
   ved Microsoft.Ccf.Csr.HostedAppLauncher.CreateWinFormApplication(ApplicationRecord app, WorkItem workItem)&lt;br /&gt;
   ved Microsoft.Ccf.Csr.HostedAppLauncher.CreateApplication(ApplicationRecord app, WorkItem workItem)&lt;br /&gt;
   ved Microsoft.Ccf.Csr.HostedAppLauncher.LaunchNonIsolatedHostedApp(ApplicationRecord app, WorkItem workItem)&lt;br /&gt;
   ved Microsoft.Ccf.Csr.HostedAppFactory.CreateApplication(ApplicationRecord appRecord, WorkItem workItem)&lt;br /&gt;
StackTrace - 	at Microsoft.Practices.EnterpriseLibrary.Logging.ExtraInformation.DebugInformationProvider.PopulateDictionary(IDictionary`2 dict)&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;at Microsoft.Mcs.FastHelp.Core.ErrorHandler.Logging.ContextInformationCollector.AddContextInformationToInstance(String applicationName, IDictionary dict)
at Microsoft.Mcs.FastHelp.Core.ErrorHandler.ErrorHelper.AddContextInformation(IDictionary dictionary)
at Microsoft.Mcs.FastHelp.Core.ErrorHandler.ErrorHelper.HandleException(Exception exception, String policy, Boolean shouldBeRethrownIfConfigurationSaySo)
at Microsoft.Mcs.FastHelp.Common.LoggingProviders.CcfLoggingToEnterpriseLibraryBridge.Error(String applicationName, String message, String advanced)
at Microsoft.Ccf.Common.Logging.Logging.Error(String appName, String message, String advanced)
at Microsoft.Ccf.Csr.HostedAppFactory.CreateApplication(ApplicationRecord appRecord, WorkItem workItem)
at Microsoft.Ccf.Csr.ApplicationHost.LoadGlobalApplications(Boolean workflowExists)
at Microsoft.Ccf.Csr.ApplicationHost.LoadApplications(ArrayList appsInWorkflow, Boolean loadOnlyGlobal, Boolean workflowExists)
at Microsoft.Ccf.Samples.Csr.AgentDesktop.Desktop.AddSession(CustomerRecord customer, CallClassProvider call)
at Microsoft.Ccf.Samples.Csr.AgentDesktop.Desktop.startHostedApplications()
at Microsoft.Ccf.Samples.Csr.AgentDesktop.Desktop.Desktop_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at Microsoft.Ccf.Csr.UIConfiguration.UIConfiguration.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message&amp;amp; m)
at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)
at System.Windows.Forms.ScrollableControl.WndProc(Message&amp;amp; m)
at System.Windows.Forms.ContainerControl.WndProc(Message&amp;amp; m)
at System.Windows.Forms.Form.WmShowWindow(Message&amp;amp; m)
at System.Windows.Forms.Form.WndProc(Message&amp;amp; m)
at Microsoft.Ccf.Csr.UIConfiguration.UIConfiguration.WndProc(Message&amp;amp; m)
at Microsoft.Ccf.Samples.Csr.AgentDesktop.Desktop.WndProc(Message&amp;amp; m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&amp;amp; m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message&amp;amp; m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.set_Visible(Boolean value)
at System.Windows.Forms.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Microsoft.Practices.CompositeUI.WinForms.FormShellApplication`2.Start()
at Microsoft.Practices.CompositeUI.CabApplication`1.Run()
at Microsoft.Ccf.Csr.CcfShellBase`1.StartApplication()
at Microsoft.Ccf.Samples.Csr.AgentDesktop.StartApplication.startDesktop()
at Microsoft.Ccf.Samples.Csr.AgentDesktop.StartApplication.Main()&lt;/code&gt;&lt;/pre&gt;

CurrentUser - ACCDOM01\a12315&lt;br /&gt;
ProcessAccountName - BUILTIN\Administratorer&lt;br /&gt;
ActiveThreads - System.Diagnostics.ProcessThread (state: Running)&lt;br /&gt;
&lt;br /&gt;
2)&lt;br /&gt;
&lt;br /&gt;
Lognavn:       Application&lt;br /&gt;
Kilde:         Customer Care Framework&lt;br /&gt;
Dato:          25-04-2013 11:43:56&lt;br /&gt;
Hændelses-id:  100&lt;br /&gt;
Opgavekategori:Ingen&lt;br /&gt;
Niveau:        Oplysninger&lt;br /&gt;
Nøgleord:      Klassisk&lt;br /&gt;
Bruger:        I/T&lt;br /&gt;
Computer:      W7N12167.tdk.dk&lt;br /&gt;
Beskrivelse:&lt;br /&gt;
Timestamp: 25-04-2013 09:43:56&lt;br /&gt;
&lt;br /&gt;
Message: Information: assemblyUrl not rooted, applying workaround for CAB loader issue&lt;br /&gt;
&lt;br /&gt;
Category: CCF Logging&lt;br /&gt;
&lt;br /&gt;
Priority: 2&lt;br /&gt;
&lt;br /&gt;
EventId: 100&lt;br /&gt;
&lt;br /&gt;
Severity: Information&lt;br /&gt;
&lt;br /&gt;
Title:&lt;br /&gt;
&lt;br /&gt;
Machine: W7N12167&lt;br /&gt;
&lt;br /&gt;
App Domain: AgentDesktop.exe&lt;br /&gt;
&lt;br /&gt;
ProcessId: 5608&lt;br /&gt;
&lt;br /&gt;
Process Name: C:\Program Files\Microsoft CCF 2008\AgentDesktopv4.7\AgentDesktop.exe&lt;br /&gt;
&lt;br /&gt;
Thread Name: &lt;br /&gt;
&lt;br /&gt;
Win32 ThreadId:816&lt;br /&gt;
&lt;br /&gt;
Extended Properties: ApplicationName - NVAS&lt;br /&gt;
&lt;br /&gt;
Hændelses-Xml:&lt;br /&gt;
&amp;lt;Event xmlns=&amp;quot;&lt;a href="http://schemas.microsoft.com/win/2004/08/events/event" rel="nofollow"&gt;http://schemas.microsoft.com/win/2004/08/events/event&lt;/a&gt;&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;System&amp;gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;Provider Name=&amp;quot;Customer Care Framework&amp;quot; /&amp;gt;
&amp;lt;EventID Qualifiers=&amp;quot;0&amp;quot;&amp;gt;100&amp;lt;/EventID&amp;gt;
&amp;lt;Level&amp;gt;4&amp;lt;/Level&amp;gt;
&amp;lt;Task&amp;gt;0&amp;lt;/Task&amp;gt;
&amp;lt;Keywords&amp;gt;0x80000000000000&amp;lt;/Keywords&amp;gt;
&amp;lt;TimeCreated SystemTime=&amp;quot;2013-04-25T09:43:56.000000000Z&amp;quot; /&amp;gt;
&amp;lt;EventRecordID&amp;gt;3295&amp;lt;/EventRecordID&amp;gt;
&amp;lt;Channel&amp;gt;Application&amp;lt;/Channel&amp;gt;
&amp;lt;Computer&amp;gt;W7N12167.tdk.dk&amp;lt;/Computer&amp;gt;
&amp;lt;Security /&amp;gt;&lt;/code&gt;&lt;/pre&gt;

&amp;lt;/System&amp;gt;&lt;br /&gt;
  &amp;lt;EventData&amp;gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;Data&amp;gt;Timestamp: 25-04-2013 09:43:56
&lt;/code&gt;&lt;/pre&gt;

Message: Information: assemblyUrl not rooted, applying workaround for CAB loader issue&lt;br /&gt;
&lt;br /&gt;
Category: CCF Logging&lt;br /&gt;
&lt;br /&gt;
Priority: 2&lt;br /&gt;
&lt;br /&gt;
EventId: 100&lt;br /&gt;
&lt;br /&gt;
Severity: Information&lt;br /&gt;
&lt;br /&gt;
Title:&lt;br /&gt;
&lt;br /&gt;
Machine: W7N12167&lt;br /&gt;
&lt;br /&gt;
App Domain: AgentDesktop.exe&lt;br /&gt;
&lt;br /&gt;
ProcessId: 5608&lt;br /&gt;
&lt;br /&gt;
Process Name: C:\Program Files\Microsoft CCF 2008\AgentDesktopv4.7\AgentDesktop.exe&lt;br /&gt;
&lt;br /&gt;
Thread Name: &lt;br /&gt;
&lt;br /&gt;
Win32 ThreadId:816&lt;br /&gt;
&lt;br /&gt;
Extended Properties: ApplicationName - NVAS&lt;br /&gt;
&amp;lt;/Data&amp;gt;&lt;br /&gt;
  &amp;lt;/EventData&amp;gt;&lt;br /&gt;
&amp;lt;/Event&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Event Logs (On Affected Machine):&lt;/strong&gt;__&lt;br /&gt;
1)&lt;br /&gt;
Lognavn:       System&lt;br /&gt;
Kilde:         Microsoft-Windows-Security-Kerberos&lt;br /&gt;
Dato:          25-04-2013 11:41:50&lt;br /&gt;
Hændelses-id:  3&lt;br /&gt;
Opgavekategori:Ingen&lt;br /&gt;
Niveau:        Fejl&lt;br /&gt;
Nøgleord:      Klassisk&lt;br /&gt;
Bruger:        I/T&lt;br /&gt;
Computer:      W7N12167.tdk.dk&lt;br /&gt;
Beskrivelse:&lt;br /&gt;
Der blev modtaget en Kerberos-fejlmeddelelse:&lt;br /&gt;
 på logonsessionen &lt;br /&gt;
 Klienttid: &lt;br /&gt;
 Servertid: 9:41:50.0000 4/25/2013 Z&lt;br /&gt;
 Fejlkode: 0x7  KDC_ERR_S_PRINCIPAL_UNKNOWN&lt;br /&gt;
 Udvidet fejl: 0xc0000035 KLIN(0)&lt;br /&gt;
Klientressource: &lt;br /&gt;
 Klientnavn: &lt;br /&gt;
 Serverressource: TDK.DK&lt;br /&gt;
 Servernavn: HTTP/ccfapp.tdk.dk&lt;br /&gt;
 Destinationsnavn: &lt;a href="mailto:HTTP/ccfapp.tdk.dk@TDK.DK" rel="nofollow"&gt;HTTP/ccfapp.tdk.dk@TDK.DK&lt;/a&gt; Fejlmeddelelse: &lt;br /&gt;
 Fil: 9&lt;br /&gt;
 Linje: f09&lt;br /&gt;
 Fejldata findes i postdata.&lt;br /&gt;
Hændelses-Xml:&lt;br /&gt;
&amp;lt;Event xmlns=&amp;quot;&lt;a href="http://schemas.microsoft.com/win/2004/08/events/event" rel="nofollow"&gt;http://schemas.microsoft.com/win/2004/08/events/event&lt;/a&gt;&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;System&amp;gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;Provider Name=&amp;quot;Microsoft-Windows-Security-Kerberos&amp;quot; Guid=&amp;quot;{98E6CFCB-EE0A-41E0-A57B-622D4E1B30B1}&amp;quot; EventSourceName=&amp;quot;Kerberos&amp;quot; /&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

Any help to fix this issue could be really appreciated...:) &lt;br /&gt;
&lt;/div&gt;</description><author>RamsnetGadde</author><pubDate>Thu, 25 Apr 2013 14:18:54 GMT</pubDate><guid isPermaLink="false">New Post: NVAS (MainFrame Application - Hosted Application) could not be created inside CCF on some win 7 machines 20130425021854P</guid></item><item><title>New Post: Guidance needed to support multiple CRM instances from one CCA R2 exe</title><link>http://crmcca.codeplex.com/discussions/391936</link><description>&lt;div style="line-height: normal;"&gt;Thanks Jeff for sharing your experience and the valuable tips. &lt;br /&gt;
&lt;br /&gt;
Appreciate your help.&lt;br /&gt;
&lt;/div&gt;</description><author>Sharvil</author><pubDate>Thu, 25 Apr 2013 11:19:00 GMT</pubDate><guid isPermaLink="false">New Post: Guidance needed to support multiple CRM instances from one CCA R2 exe 20130425111900A</guid></item><item><title>New Post: Log file roll up</title><link>http://crmcca.codeplex.com/discussions/441400</link><description>&lt;div style="line-height: normal;"&gt;hi,&lt;br /&gt;
&lt;br /&gt;
just use log4net:&lt;br /&gt;
-configure it with your size limit, day wise logs ...&lt;br /&gt;
-create a class which implements the (UII) ILogging Interface &lt;br /&gt;
-there you delegate the incoming warnings, errors and stuff to the log4net logger&lt;br /&gt;
-add your log4net logging provider in the agentdesktops app.config as a logging provider&lt;br /&gt;
&lt;br /&gt;
that should do the trick&lt;br /&gt;
&lt;br /&gt;
regards&lt;br /&gt;
&lt;br /&gt;
niklas&lt;br /&gt;
&lt;/div&gt;</description><author>ndi</author><pubDate>Wed, 24 Apr 2013 14:43:12 GMT</pubDate><guid isPermaLink="false">New Post: Log file roll up 20130424024312P</guid></item><item><title>New Post: Guidance needed to support multiple CRM instances from one CCA R2 exe</title><link>http://crmcca.codeplex.com/discussions/391936</link><description>&lt;div style="line-height: normal;"&gt;Below are my answers:&lt;br /&gt;
1) Once you figure out how to use CCA, it is now that difficult. The main challenge is understanding the framework.&lt;br /&gt;
2) Yes it can support it but it was not obvious how to do this to me. For me the main challenge was handling of the connection to the multiple orgs. You use the AIFServiceContainer to initialize an interface and pass it around with the connection to the remote orgs.&lt;br /&gt;
3) CCA has some problems with RU12+ and IE sessions.&lt;br /&gt;
&lt;br /&gt;
Jeff&lt;br /&gt;
&lt;/div&gt;</description><author>jjohnson4265</author><pubDate>Wed, 24 Apr 2013 12:29:37 GMT</pubDate><guid isPermaLink="false">New Post: Guidance needed to support multiple CRM instances from one CCA R2 exe 20130424122937P</guid></item><item><title>New Post: Log file roll up</title><link>http://crmcca.codeplex.com/discussions/441400</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
How to roll up the log file in CCA. Constraint is file size limit, day wise log files. Could anyone suggest how to proceed.&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>madhus</author><pubDate>Wed, 24 Apr 2013 09:21:30 GMT</pubDate><guid isPermaLink="false">New Post: Log file roll up 20130424092130A</guid></item><item><title>New Post: CCA-CRM Not browsing using servername</title><link>http://crmcca.codeplex.com/discussions/441238</link><description>&lt;div style="line-height: normal;"&gt;Hi Dharshan,&lt;br /&gt;
&lt;br /&gt;
have you added the servername to the &amp;quot;trusted sites&amp;quot; of your internet explorer installation?&lt;br /&gt;
&lt;br /&gt;
regards&lt;br /&gt;
&lt;br /&gt;
niklas&lt;br /&gt;
&lt;/div&gt;</description><author>ndi</author><pubDate>Tue, 23 Apr 2013 14:59:38 GMT</pubDate><guid isPermaLink="false">New Post: CCA-CRM Not browsing using servername 20130423025938P</guid></item><item><title>New Post: Guidance needed to support multiple CRM instances from one CCA R2 exe</title><link>http://crmcca.codeplex.com/discussions/391936</link><description>&lt;div style="line-height: normal;"&gt;Matt,&lt;br /&gt;
&lt;br /&gt;
We have similar requirement to have CCA which can work with multiple CRM organizations dynamically based on the incoming call indetifier. I have following questions regarding this topic.&lt;br /&gt;
&lt;br /&gt;
1)How easy / difficult it is to achieve this? Any indication of effort involved would be great.&lt;br /&gt;
2)Can the CCA base architecture support this? i.e. do we need to do the code change in some common libraries or thorough out the CCA code?&lt;br /&gt;
3)Will it have impact on ability to upgrade this to support the new version of the CRM say CRM 2013?&lt;br /&gt;
&lt;br /&gt;
Any idea about Johnson's experience woul be great.&lt;br /&gt;
&lt;br /&gt;
Thanks &lt;br /&gt;
&lt;/div&gt;</description><author>Sharvil</author><pubDate>Tue, 23 Apr 2013 07:05:04 GMT</pubDate><guid isPermaLink="false">New Post: Guidance needed to support multiple CRM instances from one CCA R2 exe 20130423070504A</guid></item></channel></rss>