Skip to content

Instantly share code, notes, and snippets.

@gshackles
Created August 16, 2012 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gshackles/3373818 to your computer and use it in GitHub Desktop.
Save gshackles/3373818 to your computer and use it in GitHub Desktop.
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