Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Crash when the MonoDevelop policies file doesn't actually exist #139

Open
hach-que opened this issue Dec 4, 2015 · 0 comments
Open

Crash when the MonoDevelop policies file doesn't actually exist #139

hach-que opened this issue Dec 4, 2015 · 0 comments
Labels
Projects

Comments

@hach-que
Copy link
Member

hach-que commented Dec 4, 2015

System.IO.FileNotFoundException: Could not find file 'C:\Users\June\Documents\Projects\Protobuild.Manager\Build\Redpoint.appliedpolicy'.
File name: 'C:\Users\June\Documents\Projects\Protobuild.Manager\Build\Redpoint.appliedpolicy'
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path)
   at System.Xml.Xsl.CompiledQuery.Script1.ReadFile(String path)
   at <xsl:template name="compiler:generated"> (13)(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime, XPathNavigator ToolsVersion, IList`1 project, XPathNavigator item_types, XPathNavigator post_build_hooks)
   at <xsl:template match="/">(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime, XPathNavigator {urn:schemas-microsoft-com:xslt-debug}current)
   at Root(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime)
   at System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter writer)
   at System.Xml.Xsl.XslCompiledTransform.Transform(IXPathNavigable input, XmlWriter results)
   at Protobuild.ProjectGenerator.Generate(DefinitionInfo current, List`1 documents, String rootPath, String projectName, String platformName, List`1 services, String& packagesFilePath, Action onActualGeneration)
   at Protobuild.Tasks.GenerateProjectsTask.Execute()
   at Protobuild.ActionDispatch.GenerateProjectsForPlatform(ModuleInfo module, String platform, String[] enabledServices, String[] disabledServices, String serviceSpecPath, Boolean debugServiceResolution, Boolean disablePackageResolution)
   at Protobuild.ActionDispatch.ResyncProjectsForPlatform(ModuleInfo module, String platform, String[] enabledServices, String[] disabledServices, String serviceSpecPath, Boolean debugServiceResolution, Boolean disablePackageResolution)
   at Protobuild.ActionDispatch.PerformAction(ModuleInfo module, String action, String platform, String[] enabledServices, String[] disabledServices, String serviceSpecPath, Boolean debugServiceResolution, Boolean disablePackageResolution)
   at Protobuild.ActionDispatch.DefaultAction(ModuleInfo module, String platform, String[] enabledServices, String[] disabledServices, String serviceSpecPath, Boolean debugServiceResolution, Boolean disablePackageResolution)
   at Protobuild.DefaultCommand.Execute(Execution execution)
   at Protobuild.MainClass.Main(String[] args)
@hach-que hach-que added the Bug label Dec 4, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Roadmap
Not on Roadmap
Development

No branches or pull requests

1 participant