Created
August 16, 2012 21:34
-
-
Save gshackles/3373818 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\code> mulder create site mulder-test | |
create config.yaml | |
create Rules | |
create layouts\default.html | |
Error | |
Message: Operation could destabilize the runtime. | |
Source: Mulder | |
Stack Trace: at (Object ) | |
at Mulder.Base.Extensions.AnonymousTypeExtensions.AnonymousTypeConverter.ConvertToDictionary(Object model) | |
at Mulder.Base.DataSources.FileSystemUnified.CreateFile(String path, Stream content, Object meta) | |
at Mulder.Base.DataSources.FileSystemUnified.CreateItem(String identifier, Stream content, String extension, Object meta) | |
at Mulder.Base.DataSources.FileSystemUnified.CreateItem(String identifier, Stream content, Object meta) | |
at Mulder.Base.Commands.CreateSiteCommand.PopulateSite() | |
at Mulder.Base.IO.FileSystem.ChangeDirectory(String path, Action action) | |
at Mulder.Base.Commands.CreateSiteCommand.Execute(String[] arguments) | |
at Mulder.Cli.Program.Main(String[] args) | |
Target Site: System.Collections.Generic.IDictionary`2[System.String,System.Object] (System.Object) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment