CapableObjects forum



EcoSolutionShowcase

Posted By EPO 2012-02-28 19:56:17
Add to Favorites0
Author Message
EPO
 Posted 2012-02-28 19:56:17
Supreme Being

Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)

Group: Forum Members
Last Active: 2012-04-22 19:13:18
Posts: 42, Visits: 101
809
Hi,

Very curious to see the complete showcase in Eco 6, I try to compile the sample "EcoSolutionShowcase" but VS2010 (and me too BigGrin) have not found the GTP binary dll...

Warning 1 Could not resolve this reference. Could not locate the assembly "PlexityHide.GTP.WPF". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. EcoSolutionShowcase.WPF
Warning 3 The referenced component 'PlexityHide.GTP.WPF' could not be found.


It's a pity Sad,

Cheers
Eddy
HansKarlsen
 Posted 2012-02-29 00:18:13
Supreme Being

Supreme Being - (9 905 reputation)Supreme Being - (9 905 reputation)Supreme Being - (9 905 reputation)Supreme Being - (9 905 reputation)Supreme Being - (9 905 reputation)Supreme Being - (9 905 reputation)Supreme Being - (9 905 reputation)Supreme Being - (9 905 reputation)Supreme Being - (9 905 reputation)

Group: Administrators
Last Active: Yesterday @ 00:47:56
Posts: 513, Visits: 2 932
Oops - sloppy. It was checked in but the build script strips dll's.

I have now checked it in as a rar. The rar is also attached to this post...

 PlexityHide.GTP.WPF.rar (8 views, 50,13 KB)
EPO
 Posted 2012-03-01 18:05:45
Supreme Being

Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)

Group: Forum Members
Last Active: 2012-04-22 19:13:18
Posts: 42, Visits: 101
809
Hi,

Thanks for the dll. Compiling the solution is OK except for silverlight. If I try to install the silverlight SDK but I have always a reply : "A 64-bit version of Silverlight is already installed." and the three project are marked unavailable after loading the solution.

If i try to run the winform or WPF project, I have an exception :
System.ServiceModel.FaultException was unhandled
Message=The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.
Source=mscorlib
StackTrace:
Server stack trace:
at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version, FaultConverter faultConverter)
at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeEndService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Eco.Wcf.Common.IPersistenceMapperWCF.EndSupportsSync(IAsyncResult result)
at Eco.Wcf.Common.WFCWrapProxyAndActSync.SupportsSync()
at Eco.Wcf.Client.PersistenceMapperWCFClient.Eco.Persistence.IPersistenceMapper.get_SupportsSync()
at Eco.Framework.DefaultImpl.PersistenceHandlerImpl.b__5()
at Eco.Services.Impl.AsyncSupportServiceImpl.PerformTaskNowIfInAsyncThread(Action task)
at Eco.Framework.DefaultImpl.PersistenceHandlerImpl.get_SupportsSync()
at Eco.Services.Impl.PersistenceServiceImpl.Eco.Services.IPersistenceService.get_SupportsSync()
at WECPOFLogic.MenuHandling.EnableAction(AbstractActionRuntime aa, ViewModelClass vc)
at WECPOFLogic.MenuHandling.CommandCanExecute(Object sender, CanExecuteRoutedEventArgs e)
at System.Windows.Input.CommandBinding.OnCanExecute(Object sender, CanExecuteRoutedEventArgs e)
at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
at System.Windows.Input.CommandManager.OnCanExecute(Object sender, CanExecuteRoutedEventArgs e)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.Input.RoutedCommand.CanExecuteImpl(Object parameter, IInputElement target, Boolean trusted, Boolean& continueRouting)
at System.Windows.Input.RoutedCommand.CanExecute(Object parameter, IInputElement target)
at System.Windows.Controls.MenuItem.UpdateCanExecute()
at System.Windows.Controls.MenuItem.PrepareMenuItem(DependencyObject element, Object item)
at System.Windows.Controls.ItemsControl.MS.Internal.Controls.IGeneratorHost.PrepareItemContainer(DependencyObject container, Object item)
at System.Windows.Controls.Panel.GenerateChildren()
at System.Windows.Controls.Panel.get_InternalChildren()
at System.Windows.Controls.StackPanel.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at MS.Internal.Helper.MeasureElementWithSingleChild(UIElement element, Size constraint)
at System.Windows.Controls.ItemsPresenter.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.Controls.Grid.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at MS.Internal.Helper.MeasureElementWithSingleChild(UIElement element, Size constraint)
at System.Windows.Controls.ScrollContentPresenter.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.Controls.Border.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.Controls.Grid.MeasureCell(Int32 cell, Boolean forceInfinityV)
at System.Windows.Controls.Grid.MeasureCellsGroup(Int32 cellsHead, Size referenceSize, Boolean ignoreDesiredSizeU, Boolean forceInfinityV)
at System.Windows.Controls.Grid.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.Controls.ScrollViewer.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.Controls.Border.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.Controls.Decorator.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.Documents.AdornerDecorator.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.Controls.Decorator.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.Controls.Primitives.PopupRoot.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.Interop.HwndSource.SetLayoutSize()
at System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)
at System.Windows.Controls.Primitives.Popup.SetRootVisualToPopupRoot()
at System.Windows.Controls.Primitives.Popup.CreateWindow(Boolean asyncCall)
at System.Windows.Controls.Primitives.Popup.OnIsOpenChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
at System.Windows.Data.BindingExpressionBase.Invalidate(Boolean isASubPropertyChange)
at System.Windows.Data.BindingExpression.TransferValue(Object newValue, Boolean isASubPropertyChange)
at MS.Internal.Data.PropertyPathWorker.UpdateSourceValueState(Int32 k, ICollectionView collectionView, Object newValue, Boolean isASubPropertyChange)
at MS.Internal.Data.PropertyPathWorker.OnDependencyPropertyChanged(DependencyObject d, DependencyProperty dp, Boolean isASubPropertyChange)
at System.Windows.Data.BindingExpression.HandlePropertyInvalidation(DependencyObject d, DependencyPropertyChangedEventArgs args)
at System.Windows.Data.BindingExpressionBase.OnPropertyInvalidation(DependencyObject d, DependencyPropertyChangedEventArgs args)
at System.Windows.Data.BindingExpression.OnPropertyInvalidation(DependencyObject d, DependencyPropertyChangedEventArgs args)
at System.Windows.DependentList.InvalidateDependents(DependencyObject source, DependencyPropertyChangedEventArgs sourceArgs)
at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
at System.Windows.DependencyObject.SetCurrentValueInternal(DependencyProperty dp, Object value)
at System.Windows.Controls.MenuItem.OpenMenu()
at System.Windows.Controls.MenuItem.HandleMouseDown(MouseButtonEventArgs e)
at System.Windows.Controls.MenuItem.OnMouseLeftButtonDown(MouseButtonEventArgs e)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Application.RunInternal(Window window)
at System.Windows.Application.Run()
at EcoSolutionShowcase.App.Main() in C:\Users\Public\Documents\ECO Samples\EcoSolutionShowcase\EcoSolutionShowcase.WPF\obj\DEBUG_DEVSERVER\App.g.cs:line 0
at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

Probably a bad config ...

Eddy
EPO
 Posted 2012-04-18 17:29:57
Supreme Being

Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)Supreme Being - (809 reputation)

Group: Forum Members
Last Active: 2012-04-22 19:13:18
Posts: 42, Visits: 101
809
Hi,

Concerning the message "A 64-bit version of Silverlight is already installed.", the solution is to install too the Siverlight SDK and the toolkit. Correcting the path to the Silverlight directory in the ECO repertory, the solution (10 programs) compiles. But at run-time, a new error appears when in the silverligth app each one of the three items is called :



"Execute problem : the type busyindicator was not found because
clr-namespace:system.windows.controls;assembly=system.windows.controls.toolkit is an unknown namespace [line: 25 Position: 35]"

If the dll (system.windows.controls.toolkit) is added in the reference part of the project (EcoSolutionShowcase.SilverlightApp.csproj), nothing changes.

Has some user already this app working ?

Thanks if you have an idea..

Eddy
seg
 Posted 2013-02-28 13:44:28
Supreme Being

Supreme Being - (1 043 reputation)Supreme Being - (1 043 reputation)Supreme Being - (1 043 reputation)Supreme Being - (1 043 reputation)Supreme Being - (1 043 reputation)Supreme Being - (1 043 reputation)Supreme Being - (1 043 reputation)Supreme Being - (1 043 reputation)Supreme Being - (1 043 reputation)

Group: Forum Members
Last Active: 1 minute ago
Posts: 94, Visits: 4 013
I try EcoSolutionShowcase

When starting EcoSolutionShowcase.Asp
received an error in the line _WECPOFTabBased = new WECPOFTabBased ();

ERROR:
Type "Menu" can not be found, because the namespace "clr-namespace: System.Windows.Controls; assembly = Eco.Silverlight.SL" unknown. [Line: 70 Position: 59]

My computer INFO:

Win7 (x64)
Silverlight5
EcoSetup_6.0.0.6381_2013-02-23_b891_vs2010.exe
VS2012

What is wrong?

Thanks

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top