Hi, I am installing MindTouch Core and I'm getting an error when I run the following commands:

Code:
cd D:\Deki\web\config
mkdir C:\dekiwiki
copy mindtouch.deki.startup.xml C:\dekiwiki
copy LocalSettings.php D:\Deki\web\
copy mindtouch.host.bat D:\Deki\web\bin
cd D:\Deki\web\bin
mindtouch.host.bat
When I do I get the following output:
Code:
d:\Deki\web\bin>D:\Deki\web\bin\mindtouch.host.exe apikey 6b6VbBnzTPzs8tNzSqRott
6fC7ajUFey script D:\dekiwiki\mindtouch.deki.startup.xml path-prefix @api http-p
ort 8081 ip localhost notty

Unhandled Exception: System.TypeInitializationException: The type initializer fo
r 'MindTouch.Dream.DreamConsoleHost' threw an exception. ---> System.IO.FileNotF
oundException: Could not load file or assembly 'mindtouch.dream, Version=2.2.2.7
6, Culture=neutral, PublicKeyToken=b17e0197b56911d2' or one of its dependencies.
 The system cannot find the file specified.
File name: 'mindtouch.dream, Version=2.2.2.76, Culture=neutral, PublicKeyToken=b
17e0197b56911d2'
   at MindTouch.Dream.DreamConsoleHost..cctor()

=== Pre-bind state information ===
LOG: User = xxxxxxxxxx\xxx
LOG: DisplayName = mindtouch.dream, Version=2.2.2.76, Culture=neutral, PublicKey
Token=b17e0197b56911d2
 (Fully-specified)
LOG: Appbase = file:///D:/Deki/web/bin/
LOG: Initial PrivatePath = NULL
Calling assembly : mindtouch.host, Version=2.2.2.76, Culture=neutral, PublicKeyT
oken=null.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: D:\Deki\web\bin\mindtouch.host.exe.Co
nfig
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\
v2.0.50727\config\machine.config.
LOG: Redirect found in application configuration file: 2.2.2.76 redirected to 2.
2.2.76.
LOG: Post-policy reference: mindtouch.dream, Version=2.2.2.76, Culture=neutral,
PublicKeyToken=b17e0197b56911d2
LOG: The same bind was seen before, and was failed with hr = 0x80070002.

   --- End of inner exception stack trace ---
   at MindTouch.Dream.DreamConsoleHost.Main(String[] args)
I haven't seen anything on the forums that offers a solution to resolve this