This is the Error I get when I try to run:ApplicationException
An error occurred while creating the main form
TargetInvocationException
Exception has been thrown by the target of an invocation.
TypeLoadException
Could not load type 'ListItemLinkClickedHandler' from assembly 'MicroFour StrataFrame UI Expanded, Version=1.7.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7'.
Source : MicroFour StrataFrame UI
Stack Trace:
at StrataListViewBasics.Form1.InitializeComponent()
at StrataListViewBasics.Form1..ctor() in c:\Temp\StrataListViewBasics\StrataListViewBasics\Form1.cs:line 23
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at MicroFour.StrataFrame.Application.StrataFrameApplication.RunApplication()
I can tell you the microfour.strataframe.ui.expanded is loaded as a reference. I am using 1.7.0.2 . I am not sure if there is a better example out there. This is C# and I use VB but I think I could wonder my way thru it if I could see it run. I'm not sure what to do. This sample is called StrataListviewBasics. I have tried to build it and I get:
Error 1 The type or namespace name 'ListItemLinkClickedEventArgs' does not exist in the namespace 'MicroFour.StrataFrame.UI.Windows.Forms.EventArgs' (are you missing an assembly reference?) C:\VSProjectsSamples\StrataListview\StrataListViewBasics\Form1.cs 107 99 StrataListViewBasics
TIA.....