Telerik Forums
UI for WinForms Forum
1 answer
91 views
I am creating an appliaction that I have a main form and then a RadPanel that depending on what the user selects from the menu will then load a user control(form) into the panel.  But I need to access data from the main form.  My question is, is this a good design or is the re a bteer way to have screen s load into the app.  Also if this a good design how do I get values from a dropdown on the main form when the child loads, and then if I change the value on the dropdown how do I get the child control to reload based on the value in the dropdown.
Eric Klein
Top achievements
Rank 1
 answered on 27 Oct 2012
1 answer
108 views
I am trying to implement my own Drag hint line. All is well but if the user cancel the drag operation I cannot hide my hint line because I cannot find the event where I can tell the user canceled the drag.

I tried a few thing with no luck. Example, the user starts to drag a node then stays on that node and release the mouse.
MouseUp, NodeMouseUp don't fire. Same thing when the user starts the drag operation but hits Escape key.

Anybody has a trick?
NorthGates
Top achievements
Rank 2
 answered on 27 Oct 2012
2 answers
194 views
I'm using TriStateMode = true and AutoCheckChildNodes = true.  I would like to keep the behavior that checking a node automatically checks all children.  But if I uncheck all the children, the parent node also unchecks.  I would like to leave the parent node either checked or indeterminate (and possibly change the indeterminate image).

Even better, is it possible to modify this behavior for some parent nodes but not for other parent nodes?

Thank you,
Gary
Stefan
Telerik team
 answered on 26 Oct 2012
2 answers
164 views
I'm trying to implement print preview/print functionality to my RadScheduler following this video: http://tv.telerik.com/watch/winforms/getting-started-with-printing-for-radscheduler however it keeps throwing an exception when it runs into a day with an appointment.  I don't know if the it has anything to do with the problem, but I'm using a stored procedure data source.  What am I doing wrong???  Here is the output for the error:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at Telerik.WinControls.UI.AppointmentPrintElement.PaintFill(Graphics g, Rectangle rect)
   at Telerik.WinControls.UI.RadPrintElement.PaintElement(Graphics g, Rectangle rect)
   at Telerik.WinControls.UI.RadPrintElement.Paint(Graphics g, Rectangle rect)
   at Telerik.WinControls.UI.SchedulerPrintStyle.DrawAppointment(AppointmentPrintElement element, Graphics graphics, Rectangle bounds)
   at Telerik.WinControls.UI.SchedulerDailyPrintStyle.DrawAppointments(DateTime currentDate, IResource resource, Rectangle appArea, Graphics graphics)
   at Telerik.WinControls.UI.SchedulerDailyPrintStyle.DrawAppointmentsArea(Rectangle appArea, Graphics graphics, Int32 pageNumber)
   at Telerik.WinControls.UI.SchedulerPrintStyle.DrawPage(Graphics graphics, Rectangle drawingArea, Int32 pageNumber)
   at Telerik.WinControls.UI.RadScheduler.Telerik.WinControls.UI.IPrintable.PrintPage(Int32 pageNumber, RadPrintDocument sender, PrintPageEventArgs args)
   at Telerik.WinControls.UI.RadPrintDocument.OnPrintPage(PrintPageEventArgs e)
   at System.Drawing.Printing.PrintDocument._OnPrintPage(PrintPageEventArgs e)
   at System.Drawing.Printing.PrintController.PrintLoop(PrintDocument document)
   at System.Drawing.Printing.PrintController.Print(PrintDocument document)
   at System.Drawing.Printing.PrintDocument.Print()
   at System.Windows.Forms.PrintPreviewControl.ComputePreview()
   at System.Windows.Forms.PrintPreviewControl.CalculatePageInfo()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()

************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
CdcSmartClientContainer
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.3.29
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/CdcSmartClientContainer32NoDEP.exe
----------------------------------------
CdcSoftware.Iaf.SmartClient.Framework
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.3.29
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/CdcSoftware.Iaf.SmartClient.Framework.DLL
----------------------------------------
CdcSoftware.Shared
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.3.34
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/CdcSoftware.Shared.DLL
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
PresentationFramework
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll
----------------------------------------
WindowsBase
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll
----------------------------------------
PresentationCore
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll
----------------------------------------
System.Xaml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll
----------------------------------------
log4net
    Assembly Version: 1.2.10.0
    Win32 Version: 1.2.10.0
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/log4net.DLL
----------------------------------------
CdcSoftware.Shared.SmartUpdater
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.3.40
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/CdcSoftware.Shared.SmartUpdater.DLL
----------------------------------------
PresentationFramework.Aero
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Data.Entity
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Data.Entity/v4.0_4.0.0.0__b77a5c561934e089/System.Data.Entity.dll
----------------------------------------
UIAutomationTypes
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll
----------------------------------------
System.Reactive
    Assembly Version: 1.0.2563.104
    Win32 Version: 1.0.2563.0
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/System.Reactive.DLL
----------------------------------------
System.CoreEx
    Assembly Version: 1.0.2563.104
    Win32 Version: 1.0.2563.0
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/System.CoreEx.DLL
----------------------------------------
Microsoft.Practices.ServiceLocation
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.1.0
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/Microsoft.Practices.ServiceLocation.DLL
----------------------------------------
CdcSoftware.Shared.ClientUI
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.3.34
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/CdcSoftware.Shared.ClientUI.DLL
----------------------------------------
CdcSoftware.Shared.SmartUpdater.Client
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.3.40
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/CdcSoftware.Shared.SmartUpdater.Client.DLL
----------------------------------------
CdcSoftware.Ios
    Assembly Version: 2.8.0.0
    Win32 Version: 2.8.1.6911
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Ios.DLL
----------------------------------------
System.ServiceModel
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll
----------------------------------------
CdcSoftware.Iaf.Presentation
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.3.34
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/CdcSoftware.Iaf.Presentation.DLL
----------------------------------------
CdcSoftware.Shared.Client
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.3.34
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Shared.Client.DLL
----------------------------------------
Microsoft.Practices.CompositeUI
    Assembly Version: 1.0.51205.0
    Win32 Version: 4.0.0.0
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/Microsoft.Practices.CompositeUI.DLL
----------------------------------------
Microsoft.Practices.ObjectBuilder
    Assembly Version: 1.0.51205.0
    Win32 Version: 1.0.51205.0
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/Microsoft.Practices.ObjectBuilder.DLL
----------------------------------------
WindowsFormsIntegration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll
----------------------------------------
CdcSoftware.Iaf.Presentation.Guidance
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.3.34
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/CdcSoftware.Iaf.Presentation.Guidance.DLL
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
ActiproSoftware.Shared.Wpf351
    Assembly Version: 11.1.542.0
    Win32 Version: 11.1.542.0
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/ActiproSoftware.Shared.Wpf351.DLL
----------------------------------------
System.Security
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Security/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Security.dll
----------------------------------------
ActiproSoftware.Ribbon.Wpf351
    Assembly Version: 11.1.542.0
    Win32 Version: 11.1.542.0
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/ActiproSoftware.Ribbon.Wpf351.DLL
----------------------------------------
CdcSoftware.Iaf.Services
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.3.29
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Iaf.Services.DLL
----------------------------------------
Pivotal.Engine.Client.Services.Scripting
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.Scripting.DLL
----------------------------------------
Pivotal.Engine.Client.Services.DataAccess
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.DataAccess.DLL
----------------------------------------
Pivotal.Engine.Client.Services.Interfaces
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.Interfaces.DLL
----------------------------------------
Pivotal.Engine.Client.Services.InternalInterfaces
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.InternalInterfaces.DLL
----------------------------------------
Pivotal.Engine.Client.Services.Forms
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.Forms.DLL
----------------------------------------
Pivotal.WindowsFormControls
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.300
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.WindowsFormControls.DLL
----------------------------------------
System.Data
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
Pivotal.Engine.Client.Services.Conversion
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.Conversion.DLL
----------------------------------------
Pivotal.Engine.Client.Services.RecordSelectionDataLoader
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.RecordSelectionDataLoader.DLL
----------------------------------------
Pivotal.Engine.Client.Services.ClientAPI
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.ClientAPI.DLL
----------------------------------------
Pivotal.Core.Common
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.101
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Core.Common.DLL
----------------------------------------
Pivotal.Core
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.101
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Core.DLL
----------------------------------------
Pivotal.Engine.Client.Services.Action
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.Action.DLL
----------------------------------------
Pivotal.Engine.Client.Metadata
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Metadata.DLL
----------------------------------------
Pivotal.Engine.Client.Services.Notification
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.Notification.DLL
----------------------------------------
Pivotal.Engine.Client.Services.Reports
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.Reports.DLL
----------------------------------------
Pivotal.Engine.Client.Services.ClientTasks
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.ClientTasks.DLL
----------------------------------------
Pivotal.Engine.Client.Services.Localization
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.Localization.DLL
----------------------------------------
Pivotal.Engine.Client.Services.PIM
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.Pim.DLL
----------------------------------------
Pivotal.Engine.Client.Services.DataTableList
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.DataTableList.DLL
----------------------------------------
Pivotal.Office.Pim.Connector
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.52
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Office.Pim.Connector.DLL
----------------------------------------
Pivotal.Engine.Client.Services.SearchParamDesigner
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.SearchParamDesigner.DLL
----------------------------------------
Pivotal.Engine.Client.Services.IO
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.IO.DLL
----------------------------------------
Pivotal.Engine.Client.Services.InputDialog
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.InputDialog.DLL
----------------------------------------
Pivotal.Engine.UI.DataTypes
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.UI.DataTypes.DLL
----------------------------------------
Pivotal.Engine.Client.Services.RecipientWindow
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.RecipientWindow.DLL
----------------------------------------
Pivotal.Engine.UI.InfrastructureLibrary
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.UI.InfrastructureLibrary.DLL
----------------------------------------
Pivotal.Engine.Client.Services.Searches
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.Searches.DLL
----------------------------------------
Pivotal.Engine.Client.Logging
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Logging.DLL
----------------------------------------
Pivotal.Engine.Client.Services.Shortcut
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.Shortcut.DLL
----------------------------------------
Pivotal.Engine.UI.Resources
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.UI.Resources.DLL
----------------------------------------
Pivotal.Engine.Client.Services.MailMerge
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.MailMerge.DLL
----------------------------------------
Pivotal.Engine.Client.Services.StaticList
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.StaticList.DLL
----------------------------------------
CdcSoftware.Pivotal.Engine.Client.Services.ClipboardActions
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Pivotal.Engine.Client.Services.ClipboardActions.DLL
----------------------------------------
CdcSoftware.Pivotal.Engine.Client.Services.Interfaces
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Pivotal.Engine.Client.Services.Interfaces.DLL
----------------------------------------
Pivotal.Engine.Client.Services.Authentication
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.Authentication.DLL
----------------------------------------
CdcSoftware.Ios.Data
    Assembly Version: 2.8.0.0
    Win32 Version: 2.8.1.6911
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Ios.Data.DLL
----------------------------------------
Pivotal.Office.FileExport.Connector
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.52
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Office.FileExport.Connector.DLL
----------------------------------------
CdcSoftware.Pivotal.Engine.UI.History
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Pivotal.Engine.UI.History.DLL
----------------------------------------
Pivotal.Interop.ADODBLib
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.101
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Interop.ADODBLib.DLL
----------------------------------------
DotNetMagic2005
    Assembly Version: 5.4.0.0
    Win32 Version: 5.4.0.0
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/DotNetMagic2005.DLL
----------------------------------------
Pivotal.Engine.Client.Services.Addin
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Services.Addin.DLL
----------------------------------------
CdcSoftware.Iaf.SmartClient.ContainerApplicationAddIn
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.3.29
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Iaf.SmartClient.ContainerApplicationAddIn.DLL
----------------------------------------
Pivotal.Engine.UI.PersonalizeOptions
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.UI.PersonalizeOptions.DLL
----------------------------------------
Pivotal.Engine.UI.Search
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.UI.Search.DLL
----------------------------------------
Pivotal.Engine.UI.Web
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.UI.Web.DLL
----------------------------------------
Pivotal.Engine.UI.ActionObjectsModule
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.UI.ActionObjectsModule.DLL
----------------------------------------
Pivotal.Engine.UI.FormViewerModule
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.UI.FormViewerModule.DLL
----------------------------------------
Pivotal.Engine.UI.BaseClassLibrary
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.UI.BaseClassLibrary.DLL
----------------------------------------
Pivotal.Engine.UI.DataTableList
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.UI.DataTableList.DLL
----------------------------------------
Pivotal.Engine.UI.StaticLists
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.UI.StaticLists.DLL
----------------------------------------
Pivotal.Engine.UI.ReportViewerModule
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.UI.ReportViewerModule.DLL
----------------------------------------
Pivotal.Private
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.101
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Private.DLL
----------------------------------------
Pivotal.Engine.UI.MainMenuHandler
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.UI.MainMenuHandler.DLL
----------------------------------------
Pivotal.Engine.UI.LetterExpressModule
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.UI.LetterExpressModule.DLL
----------------------------------------
Pivotal.Engine.UI.Calendar.CalendarApplicationAddin
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.UI.Calendar.CalendarApplicationAddin.DLL
----------------------------------------
Pivotal.Engine.UI.DelegateSecurity
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.UI.DelegateSecurity.DLL
----------------------------------------
Pivotal.Client.InstallHandler
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Client.InstallHandler.DLL
----------------------------------------
System.Web.Services
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Web.Services/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Pivotal.Office.SCOfficeAppAddin
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.52
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Office.SCOfficeAppAddin.DLL
----------------------------------------
Pivotal.Office.InstallHandler
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.52
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Office%20Integration/Configuration/Pivotal.Office.InstallHandler.dll
----------------------------------------
Pivotal.Office.Common
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.52
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Office.Common.DLL
----------------------------------------
CdcSoftware.Iaf.SmartClient.Workbench
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.3.29
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Iaf.SmartClient.Workbench.DLL
----------------------------------------
Wpf.TabControl
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Wpf.TabControl.DLL
----------------------------------------
ActiproSoftware.Docking.Wpf351
    Assembly Version: 11.1.542.0
    Win32 Version: 11.1.542.0
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/ActiproSoftware.Docking.Wpf351.DLL
----------------------------------------
PresentationFramework.Classic
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Classic/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Classic.dll
----------------------------------------
System.Xml.Linq
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
Pivotal.CustomizationStudio.Utilities
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.300
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.CustomizationStudio.Utilities.DLL
----------------------------------------
CdcSoftware.Pivotal.Engine.UI.MainMenu
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Pivotal.Engine.UI.MainMenu.DLL
----------------------------------------
CdcSoftware.Pivotal.Engine.UI.MainToolStrip
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Pivotal.Engine.UI.MainToolStrip.DLL
----------------------------------------
CdcSoftware.WpfWorkbenchAddIns
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.3.29
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.WpfWorkbenchAddIns.DLL
----------------------------------------
System.Numerics
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
Xceed.Wpf.DataGrid.v4.2
    Assembly Version: 4.2.11160.11130
    Win32 Version: 4.2.11160.11130
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Xceed.Wpf.DataGrid.v4.2.DLL
----------------------------------------
Xceed.Wpf.Controls.v4.2
    Assembly Version: 4.2.11160.11130
    Win32 Version: 4.2.11160.11130
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Xceed.Wpf.Controls.v4.2.DLL
----------------------------------------
UIAutomationProvider
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll
----------------------------------------
CdcSoftware.Pivotal.Engine.UI.NavigationPad
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Pivotal.Engine.UI.NavigationPad.DLL
----------------------------------------
CdcSoftware.Ios.UI
    Assembly Version: 2.8.0.0
    Win32 Version: 2.8.1.6911
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Ios.UI.DLL
----------------------------------------
CdcSoftware.Pivotal.Engine.UI.TopBarHolder
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Pivotal.Engine.UI.TopBarHolder.DLL
----------------------------------------
CdcSoftware.Pivotal.Engine.UI.Favorites
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Pivotal.Engine.UI.Favorites.DLL
----------------------------------------
CdcSoftware.Pivotal.Engine.UI.TaskPad
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Pivotal.Engine.UI.TaskPad.DLL
----------------------------------------
CdcSoftware.Pivotal.Engine.UI.HistoryFavoriteHolder
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Pivotal.Engine.UI.HistoryFavoriteHolder.DLL
----------------------------------------
CdcSoftware.Pivotal.Engine.UI.ContentBar
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Pivotal.Engine.UI.ContentBar.DLL
----------------------------------------
CustomMarshalers
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/CustomMarshalers/v4.0_4.0.0.0__b03f5f7f11d50a3a/CustomMarshalers.dll
----------------------------------------
Pivotal.Engine.Client.CommandProvider
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.CommandProvider.DLL
----------------------------------------
Pivotal.ExtensionProxy.SmartClientUserInformation
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.ExtensionProxy.SmartClientUserInformation.DLL
----------------------------------------
CdcSoftware.Pivotal.Engine.UI.NavigationConstants
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Pivotal.Engine.UI.NavigationConstants.DLL
----------------------------------------
PresentationFramework-SystemData
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemData/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemData.dll
----------------------------------------
PresentationFramework-SystemXml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXml/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXml.dll
----------------------------------------
Accessibility
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
PresentationFramework-SystemXmlLinq
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXmlLinq/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXmlLinq.dll
----------------------------------------
Pcm.Client.FormTasks.System
    Assembly Version: 6.0.6.0
    Win32 Version: 6.0.8.153
    CodeBase: file:///C:/Users/turnerm/AppData/Local/CDC%20Software/Smart%20Client/PivotalClient.PerMachine/exe/PivotalClient/DEV/ClientTasks/Pcm.Client.FormTasks.System.dll
----------------------------------------
Applications.Core.Client
    Assembly Version: 6.0.6.0
    Win32 Version: 6.0.8.157
    CodeBase: file:///C:/Users/turnerm/AppData/Local/CDC%20Software/Smart%20Client/PivotalClient.PerMachine/exe/PivotalClient/DEV/ClientTasks/Applications.Core.Client.dll
----------------------------------------
Pivotal.Engine.Client.Workflow.UserWorkflow
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Workflow.UserWorkflow.DLL
----------------------------------------
Pivotal.CommonControls
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.300
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.CommonControls.DLL
----------------------------------------
Pcm.Client.GlobalHandlers
    Assembly Version: 6.0.6.0
    Win32 Version: 6.0.8.152
    CodeBase: file:///C:/Users/turnerm/AppData/Local/CDC%20Software/Smart%20Client/PivotalClient.PerMachine/exe/PivotalClient/DEV/ClientTasks/Pcm.Client.GlobalHandlers.dll
----------------------------------------
System.Design
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Design/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Design.dll
----------------------------------------
Applications.Core.Common
    Assembly Version: 6.0.6.0
    Win32 Version: 6.0.8.153
    CodeBase: file:///C:/Users/turnerm/AppData/Local/CDC%20Software/Smart%20Client/PivotalClient.PerMachine/exe/PivotalClient/DEV/ClientTasks/Applications.Core.Common.dll
----------------------------------------
Moneta.Client.Calendar
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.0.15
    CodeBase: file:///C:/Users/turnerm/AppData/Local/CDC%20Software/Smart%20Client/PivotalClient.PerMachine/exe/PivotalClient/DEV/ClientTasks/Moneta.Client.Calendar.dll
----------------------------------------
Crmc.Foundation.Common
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.91
    CodeBase: file:///C:/Users/turnerm/AppData/Local/CDC%20Software/Smart%20Client/PivotalClient.PerMachine/exe/PivotalClient/DEV/ClientTasks/Crmc.Foundation.Common.dll
----------------------------------------
PP.Data
    Assembly Version: 6.0.0.0
    Win32 Version: 12.07.05.1513
    CodeBase: file:///C:/Users/turnerm/AppData/Local/CDC%20Software/Smart%20Client/PivotalClient.PerMachine/exe/PivotalClient/DEV/ClientTasks/PP.Data.dll
----------------------------------------
Crmc.Client.crmc_Activity
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.0.04
    CodeBase: file:///C:/Users/turnerm/AppData/Local/CDC%20Software/Smart%20Client/PivotalClient.PerMachine/exe/PivotalClient/DEV/ClientTasks/Crmc.Client.crmc_Activity.dll
----------------------------------------
Dmm.Client.FormTasks.Merge
    Assembly Version: 6.0.9.0
    Win32 Version: 6.0.9.17
    CodeBase: file:///C:/Users/turnerm/AppData/Local/CDC%20Software/Smart%20Client/PivotalClient.PerMachine/exe/PivotalClient/DEV/ClientTasks/Dmm.Client.FormTasks.Merge.dll
----------------------------------------
Crmc.Client.Employee
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.0.102
    CodeBase: file:///C:/Users/turnerm/AppData/Local/CDC%20Software/Smart%20Client/PivotalClient.PerMachine/exe/PivotalClient/DEV/ClientTasks/Crmc.Client.Employee.dll
----------------------------------------
Pcm.Client.FormTasks.Employee
    Assembly Version: 6.0.6.0
    Win32 Version: 6.0.8.152
    CodeBase: file:///C:/Users/turnerm/AppData/Local/CDC%20Software/Smart%20Client/PivotalClient.PerMachine/exe/PivotalClient/DEV/ClientTasks/Pcm.Client.FormTasks.Employee.dll
----------------------------------------
Pcm.Client.FormTasks.Relationships
    Assembly Version: 6.0.6.0
    Win32 Version: 6.0.8.152
    CodeBase: file:///C:/Users/turnerm/AppData/Local/CDC%20Software/Smart%20Client/PivotalClient.PerMachine/exe/PivotalClient/DEV/ClientTasks/Pcm.Client.FormTasks.Relationships.dll
----------------------------------------
Crmc.Client.FormTasks.System
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.14
    CodeBase: file:///C:/Users/turnerm/AppData/Local/CDC%20Software/Smart%20Client/PivotalClient.PerMachine/exe/PivotalClient/DEV/ClientTasks/Crmc.Client.FormTasks.System.dll
----------------------------------------
Pcm.Client.Common.Interaction
    Assembly Version: 6.0.6.0
    Win32 Version: 6.0.8.153
    CodeBase: file:///C:/Users/turnerm/AppData/Local/CDC%20Software/Smart%20Client/PivotalClient.PerMachine/exe/PivotalClient/DEV/ClientTasks/Pcm.Client.Common.Interaction.dll
----------------------------------------
crmc.Foundation
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.640
    CodeBase: file:///C:/Users/turnerm/AppData/Local/CDC%20Software/Smart%20Client/PivotalClient.PerMachine/exe/PivotalClient/DEV/ClientTasks/crmc.Foundation.dll
----------------------------------------
Crmc.CommonControls
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.74
    CodeBase: file:///C:/Users/turnerm/AppData/Local/CDC%20Software/Smart%20Client/PivotalClient.PerMachine/exe/PivotalClient/DEV/ClientTasks/Crmc.CommonControls.dll
----------------------------------------
HTMLEditorControl
    Assembly Version: 1.0.4261.100
    Win32 Version: 1.0.4261.101
    CodeBase: file:///C:/Users/turnerm/AppData/Local/CDC%20Software/Smart%20Client/PivotalClient.PerMachine/exe/PivotalClient/DEV/ClientTasks/HTMLEditorControl.dll
----------------------------------------
AxInterop.SHDocVw
    Assembly Version: 1.1.0.0
    Win32 Version: 1.1.0.0
    CodeBase: file:///C:/Users/turnerm/AppData/Local/CDC%20Software/Smart%20Client/PivotalClient.PerMachine/exe/PivotalClient/DEV/ClientTasks/AxInterop.SHDocVw.dll
----------------------------------------
Interop.SHDocVw
    Assembly Version: 1.1.0.0
    Win32 Version: 1.1.0.0
    CodeBase: file:///C:/Users/turnerm/AppData/Local/CDC%20Software/Smart%20Client/PivotalClient.PerMachine/exe/PivotalClient/DEV/ClientTasks/Interop.SHDocVw.dll
----------------------------------------
Pivotal.Engine.UI.Forms.FormClientTaskBase
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.UI.Forms.FormClientTaskBase.DLL
----------------------------------------
System.Data.DataSetExtensions
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Data.DataSetExtensions/v4.0_4.0.0.0__b77a5c561934e089/System.Data.DataSetExtensions.dll
----------------------------------------
CdcSoftware.Pivotal.DomainObjectsProvider
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/CdcSoftware.Pivotal.DomainObjectsProvider.DLL
----------------------------------------
Microsoft.mshtml
    Assembly Version: 7.0.3300.0
    Win32 Version: 7.0.3300.0
    CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.mshtml/7.0.3300.0__b03f5f7f11d50a3a/Microsoft.mshtml.dll
----------------------------------------
Pivotal.Engine.UI.WorkUnits
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.UI.WorkUnits.DLL
----------------------------------------
Telerik.WinControls.Scheduler
    Assembly Version: 2012.2.912.20
    Win32 Version: 2012.2.912.20
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Telerik.WinControls.Scheduler/2012.2.912.20__5bb2a467cbec794e/Telerik.WinControls.Scheduler.dll
----------------------------------------
Telerik.WinControls
    Assembly Version: 2012.2.912.20
    Win32 Version: 2012.2.912.20
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Telerik.WinControls/2012.2.912.20__5bb2a467cbec794e/Telerik.WinControls.dll
----------------------------------------
Telerik.WinControls.UI
    Assembly Version: 2012.2.912.20
    Win32 Version: 2012.2.912.20
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Telerik.WinControls.UI/2012.2.912.20__5bb2a467cbec794e/Telerik.WinControls.UI.dll
----------------------------------------
TelerikCommon
    Assembly Version: 2012.2.912.20
    Win32 Version: 2012.2.912.20
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/TelerikCommon/2012.2.912.20__5bb2a467cbec794e/TelerikCommon.dll
----------------------------------------
Pivotal.Engine.Client.Workflow.Activities
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.10.33
    CodeBase: file:///C:/Program%20Files/CDC%20Software/PivotalClient/PivotalClient.PerMachine/exe/bin/standard/Pivotal.Engine.Client.Workflow.Activities.DLL
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

 

Oliver
Top achievements
Rank 1
 answered on 26 Oct 2012
1 answer
83 views
I have older software that uses the 2011.3.11.1116 WinControls and now have software components that use the 2012.3.1017.20 version.  How can I get both versions to be read within my install so that all components use the correct version?
Jack
Telerik team
 answered on 26 Oct 2012
1 answer
77 views
Hello,

I'm trying to debug a problem in my application and I need the source code for the WinForms Controls (I have an exception in the Dispose method of RadButton). Can you point the download location for the sources?

Thank you.
Stefan
Telerik team
 answered on 26 Oct 2012
2 answers
169 views
Hi,

I think this is similar to the issue raised in the following thread :

http://www.telerik.com/community/forums/winforms/gridview/conditional-formatting-doesn-t-apply-after-updating-cell-value.aspx


however the solution posted does not seem to have an effect.

I am handling the CellEndEdit Event which performs a data save programatically. The formatting rules though do not update the colour coding of the row ones the save is complete. I have updated the CelLEndEdit Event to now call _grid.TableElement.Update(GridUINotifyAction.StateChanged) as per the suggestion in the thread after the save, but still this doesn't seem to apply the formatting.

Is there something I am missing?

Many thanks,

Mark.

Mark
Top achievements
Rank 1
 answered on 26 Oct 2012
1 answer
69 views

Using the below data, I can Sort but cannot filter on any of the columns which are populated based on a foreignKey.  As you can see in ietmsCreated, I'm only loading into my Filerting Combobox, those countries which are already associated with a given Recipientorganization.  This works fine, however, when I click on one of the countries in the Comboxbox, the Grid always refresehs and appears empty.

Ideas?

Private Sub RecipientsGrid_NeedDataSource(sender As Object, e As Telerik.Web.UI.GridNeedDataSourceEventArgs) Handles RecipientsGrid.NeedDataSource
 
 Dim ctx As New DataEntities
 
 RecipientsGrid.DataSource = ctx.RecipientOrganizations.ToList
 
End Sub
    Private Sub RecipientsGrid_ItemCreated(sender As Object, e As Telerik.Web.UI.GridItemEventArgs) Handles RecipientsGrid.ItemCreated
 If TypeOf e.Item Is GridFilteringItem Then
            'CustomFilters
 
            Dim item As GridFilteringItem = CType(e.Item, GridFilteringItem)
  '** Country **
            Dim FilterCountry As RadComboBox = CType(item.FindControl("FilterCountry"), RadComboBox)
            Using ctx As New DataEntities
 
                With FilterCountry
                    .DataSource = ctx.RecipientOrganizations.Select(Function(x) x.Country).Distinct.ToList
                End With
                FilterCountry.Width = Unit.Pixel(80)
            End Using '** Country **
        End If
    End Sub

<telerik:GridBoundColumn DataField="Country.CountryName"
                         FilterControlAltText="Filter Country column" HeaderText="Country" HeaderStyle-Width="170" FilterControlWidth="170"
                         SortExpression="Country.CountryName" UniqueName="Country">
    <FilterTemplate>
        <telerik:RadComboBox ID="FilterCountry"  Height="100px" AppendDataBoundItems="true" DataValueField="CountryId"  DataTextField="CountryName"
                             SelectedValue='<%# TryCast(Container,GridItem).OwnerTableView.GetColumn("Country").CurrentFilterValue %>'
                             runat="server" OnClientSelectedIndexChanged="FilterCountryChanged" >
            <Items>
                <telerik:RadComboBoxItem Text="All" />
            </Items>
        </telerik:RadComboBox>
        <telerik:RadScriptBlock ID="CountryFilterScript" runat="server">
            <script type="text/javascript">
                function FilterCountryChanged(sender, args) {
                    var tableView = $find("<%# TryCast(Container,GridItem).OwnerTableView.ClientID %>");
                    tableView.filter("Country", args.get_item().get_value(), "EqualTo");
                }
            </script>
 
        </telerik:RadScriptBlock>                            
    </FilterTemplate>
</telerik:GridBoundColumn>



Daniel
Telerik team
 answered on 25 Oct 2012
3 answers
107 views
Hello,

I am trying to set custom item labels at various points underneath a line chart. I am setting the "Value" property of each ChartAxisItem to the x location I want, but instead the chart is simply finding the maximum value and drawing each label equidistant from each other, regardless of the setting of "Value". Do you know how I can get the effect I want? Isn't "Value" supposed to place the ChartAxisItem at that X location?

Here is some code for example:

radChart1.PlotArea.XAxis.AutoScale = false;
 
var csTest = new ChartSeries();
for (int i = 1; i <= 10; i++)
{
	csTest.Items.Add(new ChartSeriesItem(i, i));
}
radChart1.AddChartSeries(csTest);
radChart1.PlotArea.XAxis.AddItem(new ChartAxisItem("Item 1") { Value = 1 });
radChart1.PlotArea.XAxis.AddItem(new ChartAxisItem("Item 2") { Value = 2 });
radChart1.PlotArea.XAxis.AddItem(new ChartAxisItem("Item 10") { Value = 10 });
// ^^ these are all spaced equidistantally, not according to their "Value"
Petar Marchev
Telerik team
 answered on 25 Oct 2012
3 answers
196 views
dear,

how can i remove selected specialdays in radcalendar?
i can't find the solution.

and other question is:
When i try with a "for" function remove all Specialdays, then it removes not all specialdays.
(specialday range from 10.10.2012 - 20.10.2012, only remove the following Days: 10,12,14,16,18,20.. between this days it does not remove the specialdays.) 

for (int i = 0; i < radCalendar1.SpecialDays.Count; i++)
            {
 
                radCalendar1.SpecialDays.Remove(radCalendar1.SpecialDays[i]);
 
 
            }

Thank you...


PS: sorry for my english, i hope is enough to find the solution....:-)
RONNY
Top achievements
Rank 1
 answered on 24 Oct 2012
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
NavigationView
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?