I am trying to migrate a form away from PowerShell Studio. I have been able to get the form out in the format I wanted and get it converted to what looks like a well formed designer file. I get no further details with the error message except a the stack trace. It does have the encoded images embedded in the designer file so I am not sure if VS supports that or not.
at PowerShellToolsPro.FormsDesigner.PowerShellCodeDomProvider.Parse(TextReader codeStream)
at Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom.CodeDomDocDataAdapter.get_CompileUnit()
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32 fReload)