View Single Post
  #2   Spotlight this post!  
Unread 09-01-2012, 20:52
CardcaptorRLH85's Avatar
CardcaptorRLH85 CardcaptorRLH85 is offline
The master of the cards ^_^
AKA: Raa'Shaun H.
FRC #0322 (F.I.R.E. "Flint Inspires Real Engineers")
Team Role: Programmer
 
Join Date: Feb 2005
Rookie Year: 1999
Location: Michigan, USA
Posts: 59
CardcaptorRLH85 is an unknown quantity at this point
Send a message via ICQ to CardcaptorRLH85 Send a message via AIM to CardcaptorRLH85 Send a message via MSN to CardcaptorRLH85 Send a message via Yahoo to CardcaptorRLH85
Re: ZomB 0.9 Release - Snowbank

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()
__________________


Last edited by CardcaptorRLH85 : 09-01-2012 at 20:57. Reason: I forgot to include the error messages >_<; I've found the answer to my first question in your initial post