Could not load file or assembly 'WindowBase'

From MotoHawk
Revision as of 13:57, 26 April 2013 by Wendy.Bolakowski (talk | contribs) (Created page with "Installing Windows .NET 3.0 SP1 fixes the build error. Example Error shown below: ### Starting MotoCoder v0.14.5 ### Could not load file or assembly 'WindowsBase, Version=3.0...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Installing Windows .NET 3.0 SP1 fixes the build error.

Example Error shown below:

      1. Starting MotoCoder v0.14.5 ###

Could not load file or assembly 'WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. ϵͳÕÒ²»µ½Ö¸¶¨µÄÎļþ¡£

  at java.security.AccessController.doPrivileged(Object , AccessControlContext , CallerID ) 
  at java.security.AccessController.doPrivileged(PrivilegedAction action, CallerID ) 
  at sun.util.resources.LocaleData.getBundle(String , Locale ) 
  at sun.util.resources.LocaleData.getCalendarData(Locale locale) 
  at java.util.Calendar.setWeekCountData(Locale ) 
  at java.util.Calendar..ctor(TimeZone zone, Locale aLocale) 
  at java.util.GregorianCalendar..ctor(TimeZone zone, Locale aLocale) 
  at java.util.GregorianCalendar..ctor() 
  at net.sf.saxon.value.DateTimeValue.getCurrentDateTime(XPathContext context) 
  at net.sf.saxon.style.UseWhenFilter..ctor(StartTagBuffer startTag) 
  at net.sf.saxon.PreparedStylesheet.loadStylesheetModule(Source styleSource, StyleNodeFactory nodeFactory) 
  at net.sf.saxon.PreparedStylesheet.prepare(Source styleSource) 
  at net.sf.saxon.TransformerFactoryImpl.newTemplates(Source source, CompilerInfo info) 
  at Saxon.Api.XsltCompiler.Compile(XmlReader reader) 
  at MotoCoderSaxon.Program.Main(String[] args) 

Error executing MotoCoder