我从来没有使用过RavenDb,看起来很有趣,但是我正处于第一关。
我已下载,解压缩并运行C:\ RavenDB \ Server \ Raven.Server.exe
它闪烁并消失。
我尝试从dos提示符运行,但我得到了这个例外:
C:\RavenDB\Server>Raven.Server.exe System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) at System.Reflection.Assembly.GetTypes() at System.ComponentModel.Composition.Hosting.AssemblyCatalog.get_InnerCatalog () at System.ComponentModel.Composition.Hosting.AssemblyCatalog.GetExports(Impor tDefinition definition) at System.ComponentModel.Composition.Hosting.AggregateCatalog.GetExports(Impo rtDefinition definition) at System.ComponentModel.Composition.Hosting.CatalogExportProvider.GetExports Core(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(Import Definition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.AggregateExportProvider.GetExpor tsCore(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ExportProvider.TryGetExportsCore (ImportDefinition definition, AtomicComposition atomicComposition, IEnumerable`1 & exports) at System.ComponentModel.Composition.Hosting.CompositionContainer.GetExportsC ore(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(Import Definition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ImportEngine.TryGetExports(Expor tProvider provider, ComposablePart part, ImportDefinition definition, AtomicComp osition atomicComposition) at System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImportSub set(PartManager partManager, IEnumerable`1 imports, AtomicComposition atomicComp osition) at System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImportsSt ateMachine(PartManager partManager, ComposablePart part) at System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImports(P artManager partManager, ComposablePart part, Boolean shouldTrackImports) at System.ComponentModel.Composition.Hosting.ImportEngine.SatisfyImportsOnce( ComposablePart part) at System.ComponentModel.Composition.AttributedModelServices.SatisfyImportsOn ce(ICompositionService compositionService, Object attributedPart) at Raven.Database.DocumentDatabase..ctor(InMemoryRavenConfiguration configura tion) at Raven.Server.RavenDbServer..ctor(RavenConfiguration settings) at Raven.Server.Program.RunServer(RavenConfiguration ravenConfiguration) at Raven.Server.Program.RunInDebugMode(Nullable`1 anonymousUserAccessMode, Ra venConfiguration ravenConfiguration) at Raven.Server.Program.InteractiveRun(String[] args) at Raven.Server.Program.Main(String[] args) - - - - System.TypeLoadException: Method 'WriteJson' in type 'JsonToJsonConverter' from assembly 'Raven.Http, Version=1.0.0.0, Culture=neutral, PublicKeyToken=37f41c7f9 9471593' does not have an implementation. C:\RavenDB\Server>
对于这个软件,我是一个完整的小组。 有什么想法吗?
由于
答案 0 :(得分:0)
这似乎是版本206的问题我已经回到193并且它工作正常。