Depaulo
unread,Mar 31, 2011, 10:26:06 AM3/31/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ravendb
I have downloaded the latest build (Build 309) and when I run
Raven.Server.exe from the command line i get the following error:
System.Reflection.TargetInvocationException: Exception has been thrown
by the ta
rget of an invocation. ---> System.IO.FileNotFoundException: Could not
load file
or assembly 'System.Runtime.Caching, Version=4.0.0.0,
Culture=neutral, PublicKe
yToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot
find the
file specified.
at
Raven.Storage.Esent.TransactionalStorage..ctor(InMemoryRavenConfiguration
configuration, Action onCommit)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeConstructor(IRuntimeMethodInfo
method, O
bject[] args, SignatureStruct& signature, RuntimeType declaringType)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags
invokeAttr, B
inder binder, Object[] parameters, CultureInfo culture)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr,
Binder bin
der, Object[] args, CultureInfo culture, Object[]
activationAttributes)
at System.Activator.CreateInstance(Type type, Object[] args)
at
Raven.Database.Config.InMemoryRavenConfiguration.CreateTransactionalStorag
e(Action notifyAboutWork) in c:\Builds\raven\Raven.Database\Config
\InMemoryRaven
Configuration.cs:line 276
at Raven.Database.DocumentDatabase..ctor(InMemoryRavenConfiguration
configura
tion) in c:\Builds\raven\Raven.Database\DocumentDatabase.cs:line 109
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)
Any idea what I am doing wrong or is there a binary missing in the
release?