Ok, I have what I believe to be a bug report.
The SlimDX installer fails on both my Win7 x86 development notebook and my Win7 x64 desktop. So I tried just installing the SlimDX runtime from their website. It still didn't work so I tried copying the .NET 2.0/x86 .dll to the ZomB application folder and that also didn't work. I'm out of ideas.
I just want to know if this is a PEBKAC issue (since I've had a few of those with previous versions of ZomB) or if it's actually a bug. Thanks for this excellent program. Our team used it last season with great results.
Here are the error messages that ViZ.exe throws when I try to run it:
Code:
System.Exception: Error searching for Controls. This is most likely caused by a missing dependency. Is SlimDX installed? ---> System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.Module._GetTypesInternal(StackCrawlMark& stackMark)
at System.Reflection.Assembly.GetTypes()
at System451.Communication.Dashboard.WPF.Design.Reflector.GetZomBDesignableClasses()
--- End of inner exception stack trace ---
at System451.Communication.Dashboard.WPF.Design.Reflector.GetZomBDesignableClasses()
at System451.Communication.Dashboard.ViZ.Designer.Window_Loaded(Object sender, RoutedEventArgs e)
With Inner:
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.Module._GetTypesInternal(StackCrawlMark& stackMark)
at System.Reflection.Assembly.GetTypes()
at System451.Communication.Dashboard.WPF.Design.Reflector.GetZomBDesignableClasses()